diff options
| author | haoyuren <13851610112@163.com> | 2026-08-18 20:30:17 +0800 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2026-08-18 20:30:17 +0800 |
| commit | 1251d9208caadce626fd0706dfd34ba3e022fb2a (patch) | |
| tree | f8833a14bf299684778cce8e91a16347223bc559 /package.json | |
| parent | ec8214a4d111d92ce7c44de29d1706f241aa9514 (diff) | |
Add in-app update check with one-click installer downloadv0.6.1
On launch the home page checks the latest GitHub release; when a newer
version exists a bottom-right card offers Download (streams the right
installer for the platform into ~/Downloads and opens it), Later, or
Skip this version (remembered). Unsigned app rules out silent
auto-update on macOS, so installation stays a manual replace.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9a6090f..e645d94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lattex", - "version": "0.6.0", + "version": "0.6.1", "description": "LaTeX editor with real-time Overleaf sync", "license": "AGPL-3.0", "author": "Yuren Hao", |
