6 Commits

Author SHA1 Message Date
97e5ae50b5 release: v0.1.2
- bundle dshmarket 1.10.1; drop the duplicate vision settings section (modlens card is the single config surface)
- embed the updater signing public key in every build (Makefile / CI / Flatpak); in-app updates now actually run
- structured release notes per version: docs/release-notes/v<version>.md feeds GitHub, Gitea and the in-app update panel
- gate releases on the notes file; Gitea publish reads/patches the same body
2026-08-17 00:48:38 +08:00
33186b2ef9 fix: embed updater pubkey in tauri config 2026-08-16 23:43:30 +08:00
a3e1f11e85 feat: add mainland-reachable desktop distribution 2026-08-16 23:00:54 +08:00
Tommy
27af857d4b Fix Flatpak CI: stub vendor dirs for tauri-build and move to GNOME 50.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-15 22:43:33 +08:00
Tommy
4d7616ab62 Let tauri-action install the CLI instead of cargo tauri.
Setting tauriScript skipped CLI setup, so cargo tauri was missing
on the runners. Use uploadUpdaterJson for the updater toggle.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-15 22:27:37 +08:00
Tommy
f8a3c2dc6f Add README, plugin citations, and multi-platform release CI.
Ship screenshots and third-party notices for the desktop shell, and
package Windows, macOS, deb, rpm, and Flatpak from GitHub Releases.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-15 22:02:13 +08:00