You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): use relative path in build-msix.sh for Windows CI compatibility
Git Bash on GitHub Actions resolves paths as /d/a/... which Node.js
cannot resolve. Use cd + relative require instead.
feat: add About page with app info, author, and GitHub links
- New "关于" tab with centered icon, version, author, license, and links
- open_url command to launch external URLs in default browser
- Tray menu "关于" entry opens settings to About tab
- Sidebar icons unified to consistent 14px SVGs
- Remove redundant version display from sidebar footer
- Bump version to 0.1.4