Commit Graph

4 Commits

Author SHA1 Message Date
lincube
001d77968f Stamp release versions and harden launcher
Add automatic release version stamping and multiple launcher reliability improvements. The Release workflow now runs scripts/Set-ReleaseVersion.ps1 in build jobs to inject tag-derived Version/AssemblyVersion into project metadata; several .csproj/Directory.Build.props and app.manifest files were changed to use a dev placeholder. Introduced AppVersionProvider (and related runtime metadata) to centralize version resolution and updated DeploymentLocator to use it and to prefer package-root/version.json. Launcher startup flow was hardened: added startup success tracking, public-activation recovery path, improved success/fallback semantics, and related IPC handling. UI/UX fixes include OOBE entrance/exit animation improvements (scaling-aware, concurrent fade+translate) and minor window lifecycle reorder in DesktopShellHost. CommandContext now recognizes restart and key=value args. New DesktopTrayService and .trae spec files (spec, checklist, tasks) document shell/tray hardening work. Miscellaneous logging, comments and housekeeping edits across launcher and shared contracts to support the above.
2026-04-23 00:27:01 +08:00
lincube
b21bb490fa 0.3.6
减少工程复杂度
2026-03-04 16:43:10 +08:00
lincube
f78a56cb2c 0.3.5 2026-03-04 15:22:52 +08:00
lincube
5b93b320da feat: Add automatic version sync to release workflow
- Update .csproj files automatically with version from git tag
- Ensures version consistency across all platforms (Windows/Linux/macOS)
- Version flow: git tag v1.0.1  .csproj updated  app displays 1.0.1
- Add VERSION_SYNC_INFO.md documentation
- Supports all three build jobs: build-windows, build-linux, build-macos
2026-03-04 12:33:56 +08:00