Skip to content

chore(release): v0.3.3#188

Merged
ajianaz merged 2 commits into
developfrom
release/v0.3.3
Jul 21, 2026
Merged

chore(release): v0.3.3#188
ajianaz merged 2 commits into
developfrom
release/v0.3.3

Conversation

@ajianaz

@ajianaz ajianaz commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Patch release prep — version bump 0.3.2 → 0.3.3 + CHANGELOG.

Contents (since v0.3.2):

Version bumped in all 4 locations. All checks green: cargo fmt/clippy(-D warnings)/test (18), svelte-check (0 err), vitest (61).

After merge → cut release:

gh pr create --base main --head develop --title "release: v0.3.3" --body "Sync develop→main."
gh pr merge --merge        # merge-commit (tag sits on merge, like v0.3.1/#165)
git checkout main && git pull
git tag v0.3.3 && git push origin v0.3.3   # triggers release.yml incl. new manifest job

Then verify: gh release view v0.3.3 --json assets --jq ".assets[].name" must include latest.json. If missing, the manifest job needs a tweak (but installers + all fixes still ship — auto-update was already broken, no regression).

Patch release — auto-update now works, unified search, HTTP-only version
gate, server version in Settings, bun tooling.

- bump version 0.3.2 → 0.3.3 (package.json, Cargo.toml, Cargo.lock,
  tauri.conf.json)
- CHANGELOG entry

Contents (since v0.3.2):
- Added: unified search across memories + documents — "Memories | All"
  toggle (#184, #185)
- Fixed: auto-update — generates latest.json manifest (workaround
  tauri-action#1098 that left every release since v0.2.0 without it) (#187)
- Changed: version detection fully HTTP-only (#183); uteke server version
  in Settings → Connections (#186); tooling switched to bun (#186, #187)

Verified: cargo fmt/clippy(-D warnings)/test (18), svelte-check (0 err),
vitest (61), npm build.
Comment thread CHANGELOG.md
@@ -1,3 +1,20 @@
## [0.3.3] — 2026-07-21

Patch release: **auto-update now works**, unified search across memories + documents, and the version gate is fully HTTP-only.
Comment thread CHANGELOG.md
- **Unified search across memories and documents** — a new "Memories | All" scope toggle in the Memories search bar. "All" runs unified recall (`search_type=all`, uteke 0.9.0+) and shows a mixed list of memory and document hits, each badged; document hits open in the Documents view (#184, #185).

### Fixed
- **Auto-update works again** — every release since v0.2.0 was missing the `latest.json` manifest (tauri-action#1098: "Signature not found for the updater JSON"), so the in-app updater errored with "Could not fetch a valid release JSON from the remote." The release pipeline now generates + uploads `latest.json` itself (each platform build exports its `.sig`; a final job assembles the Tauri v2 manifest) (#187).
@github-actions

Copy link
Copy Markdown

🔍 Cora AI Code Review

Blocked — critical issues found.

🔴 Error (2)

  • CHANGELOG.md:3 — Static security scanner detected: SQL injection via string concatenation in CHANGELOG.md:3
  • CHANGELOG.md:9 — Static security scanner detected: SQL injection via string concatenation in CHANGELOG.md:9

Review powered by cora-cli · BYOK · MIT

The "codecora.dev" line under CorIn vX.Y.Z in the Settings sidebar is now
a link — clicking opens https://codecora.dev in the system browser via
@tauri-apps/plugin-shell (preventDefault + shellOpen), matching how
DocumentsView handles external links. Accessible (real href) + hover style.
@ajianaz
ajianaz merged commit efb0573 into develop Jul 21, 2026
8 of 9 checks passed
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.

2 participants