Skip to content

Bump to 0.6.1 and fix in-app updater endpoint#8

Merged
danielss-dev merged 1 commit into
mainfrom
bump-0.6.1
Jun 19, 2026
Merged

Bump to 0.6.1 and fix in-app updater endpoint#8
danielss-dev merged 1 commit into
mainfrom
bump-0.6.1

Conversation

@danielss-dev

Copy link
Copy Markdown
Owner

Summary

Fixes the in-app updater (it was 404ing) and ships 0.6.1.

  • Repoint the Tauri updater at the GitHub Releases manifest
    (releases/latest/download/latest.json), which tauri-action already
    publishes. The old strand.danielss.dev/updates host only serves the static
    landing page, so every update check returned 404 — "Could not fetch a valid
    release JSON."
  • Add scripts/bump-version.mjs (pnpm version:set) to keep
    tauri.conf.json, Cargo.toml, Cargo.lock, and both package.json
    versions in lockstep — so a tag can never outrun the config version Tauri
    names artifacts from (the bug that mislabeled v0.6.0's artifacts as 0.5.0).
  • Bump 0.5.0 → 0.6.1 across all manifests.

Release

Tagging v0.6.1 after merge triggers release.yml, producing a draft release
with installers + a correctly-labeled latest.json (version 0.6.1).

🤖 Generated with Claude Code

- Repoint the Tauri updater at the GitHub Releases manifest
  (releases/latest/download/latest.json), which tauri-action already
  publishes. The old strand.danielss.dev/updates host only serves the
  static landing page, so every update check 404d ("Could not fetch a
  valid release JSON").
- Add scripts/bump-version.mjs (pnpm version:set) to keep tauri.conf.json,
  Cargo.toml, Cargo.lock, and both package.json versions in lockstep, so a
  tag can never outrun the config version Tauri names artifacts from.
- Bump 0.5.0 -> 0.6.1 across all manifests.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@danielss-dev danielss-dev merged commit 68ba7d5 into main Jun 19, 2026
2 checks passed
@danielss-dev danielss-dev deleted the bump-0.6.1 branch June 19, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant