Skip to content

Releases: BoxingOctopusCreative/retrace

Re:Trace v0.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 02:41

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

Choose a tag to compare

@github-actions github-actions released this 27 Jun 02:01

What's Changed

  • Release v0.3.4: Milestone 4 — LIVE backend
    Full diff: v0.3.3..v0.3.4

Re:Trace v0.3.3

Choose a tag to compare

@github-actions github-actions released this 27 Jun 01:27

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

Choose a tag to compare

@github-actions github-actions released this 27 Jun 01:08

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

Choose a tag to compare

@github-actions github-actions released this 27 Jun 00:33

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

Choose a tag to compare

@github-actions github-actions released this 26 Jun 18:44

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

Choose a tag to compare

@github-actions github-actions released this 26 Jun 12:21
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>