mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
* ✨ feat(version): display actual desktop app version with canary suffix Add support for fetching and displaying the desktop application's actual version number in the About section. When running on desktop, the version now displays the desktop app's version (including canary suffix if applicable), falling back to the web version if unavailable. - Add getAppVersion IPC method in SystemController - Create versionDisplay utility module with comprehensive tests - Integrate desktop version fetching in Version component * ♻️ refactor(desktop): inject about version at build time