release: v1.24.0#200
Merged
Merged
Conversation
Critical & Immediate hardening sequence (PRs AβF) + the 11β17 locale expansion, shipped as a minor release. - Bump package.json 1.23.1 β 1.24.0; version auto-propagated to public/sw.js, src-tauri/Cargo.toml + tauri.conf.json (predev/prebuild sync scripts), and Cargo.lock reconciled to 1.24.0. - CHANGELOG: promote [Unreleased] β [1.24.0] (2026-06-21), reordered above the 1.23.1 patch entry; consolidates Security (privacy gating SEC-6, voice consent), Added (Ollama device-pull, Badge, +101 coverage tests, locale expansion), Fixed (flag-default + README-metric drift), Changed (hygiene/docs). - README version badge β v1.24.0; AUDIT.md current-version line β v1.24.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Skipping CodeAnt AI review β this PR is a back-merge between long-lived branches ( If you want to analyze this anyway (e.g. you resolved conflicts with new logic), comment |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Final PR of the Critical & Immediate hardening sequence β ships v1.24.0 (minor), consolidating PRs AβF + the 11β17 locale expansion.
Release mechanics
package.json1.23.1 β 1.24.0; version auto-propagated topublic/sw.js,src-tauri/Cargo.toml,src-tauri/tauri.conf.json(predev/prebuild sync scripts), andCargo.lockreconciled to 1.24.0.CHANGELOG.md:[Unreleased]β[1.24.0]β 2026-06-21, reordered above the 1.23.1 patch entry (the file had a non-standard order). Grouped into Security / Added / Fixed / Changed.AUDIT.mdcurrent-version β v1.24.0.What 1.24.0 contains (AβF)
Badgeatom + Experimental/Beta labeling + ProForge limitations docOn merge
Tag
v1.24.0β triggers the GitHub Pages deploy (ci.yml) and the desktop release path (tauri-build.ymlonv*). Web deploy is the release gate; desktop bundles per the existing process.Verification
check-suppressions(52) Β·lintclean Β·pnpm audit --audit-level=highclean Β· version propagation verified across sw.js/Cargo/tauri.conf/Cargo.lock. Build/smoke:prod is the CIbuildgate.π€ Generated with Claude Code