From 8094c6725824d2dc836e390a655c0a0e9c0745f7 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Sat, 8 Aug 2026 20:34:31 +0200 Subject: Track Typora Typora ships no git repo and no per-platform feed beyond its changelog: the Sparkle dev_update.xml carries the macOS dev channel and reports a different version, and /releases/all scrapes an unrelated number, so the stanza reads the version headings on /releases/linux. It is an Electron app unpacked under /opt, so it is neither a package, an AppImage nor a flatpak and none of the existing installed-version sources see it. Add an OPT_JSON map reading the version out of a JSON file, keyed by stanza name. Typora is currently its only entry; /opt was checked for others before adding a generic scanner. Co-Authored-By: Claude Opus 5 --- nvchecker.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nvchecker.toml') diff --git a/nvchecker.toml b/nvchecker.toml index 5a3c990..0c0569e 100644 --- a/nvchecker.toml +++ b/nvchecker.toml @@ -390,6 +390,13 @@ github = "SoftFever/OrcaSlicer" use_latest_release = true prefix = "v" +# Proprietary, no git repo. The Linux changelog is the only per-platform feed: +# dev_update.xml carries the macOS dev channel and reports a different version. +[Typora] +source = "regex" +url = "https://typora.io/releases/linux" +regex = "

([0-9]+\\.[0-9]+\\.[0-9]+)

" + [cherrytree] source = "github" github = "giuspen/cherrytree" -- cgit v1.2.3