mirror of
https://github.com/ZhuLinsen/daily_stock_analysis
synced 2026-09-20 10:53:33 +08:00
* feat: add a global desktop update entry in the shell Expose a top-right DesktopUpdateIndicator in Electron runtime that shares update state with Settings, without triggering extra background checks or showing the control in ordinary browser WebUI. Co-authored-by: SPEC <zt1y17@soton.ac.uk> * fix: restore changelog header and honor desktop update deep links Keep the Unreleased section intact, show download progress in the shell tooltip, and open Settings version info from the search/hash. Co-authored-by: SPEC <zt1y17@soton.ac.uk> * fix: share desktop update checking state across header and settings Keep a module-level update store so the shell indicator and settings page disable together, and reject overlapping manual checks in the Electron main process. Co-authored-by: SPEC <zt1y17@soton.ac.uk> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>