Releases: BoxingOctopusCreative/retrace
Releases · BoxingOctopusCreative/retrace
Release list
Re:Trace v0.4.0
What's Changed
- Bump version to 0.4.0
- Implement model download (fix 'not yet implemented' error)
Full diff:v0.3.4..v0.4.0
Re:Trace v0.3.4
What's Changed
- Release v0.3.4: Milestone 4 — LIVE backend
Full diff:v0.3.3..v0.3.4
Re:Trace v0.3.3
What's Changed
- Release v0.3.3: fix uv binary path in production installs
Full diff:v0.3.2..v0.3.3
Re:Trace v0.3.2
What's Changed
- Release v0.3.2: fix Windows uv binary missing from installer, updater signing
Full diff:v0.3.1..v0.3.2
Re:Trace v0.3.1
What's Changed
- fix: explicitly upload updater .sig files as release assets
- chore: bump version to 0.3.1
- fix: grant window close/minimize/maximize permissions
- fix: use CARGO_MANIFEST_DIR for uv binary path in dev mode
- fix: resolve uv sidecar next to executable in production builds
Full diff:v0.3.0..v0.3.1
Re:Trace v0.3.0
What's Changed
- fix: use release ID instead of tag lookup in publish-release
- chore: bump version to 0.3.0
- feat: add check-for-updates with auto and manual modes
Full diff:v0.2.0..v0.3.0
Re:Trace v0.1.0
Fix release: create GH release once, upload artifacts by ID Three parallel tauri-action jobs racing to create the same release via tagName caused conflicts and no release was published. Now a dedicated create-release job creates the draft release first, then each build job uploads to it using releaseId. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>