chore: bump version to v0.1.16 - #41
Merged
Merged
Conversation
Prepares a release containing the work merged since v0.1.15: - feat(detection): mic-activity meeting auto-detection on macOS (#35) - feat(transcription): retry with backoff + in-transcript failure placeholder (#39) - feat(summary): TownHall template (#30), current template name in dropdown (#31), specificity prompt tweak (#37) - feat(remote): test-connection button + model selection surface improvements (#28, #29) - fix(notifications): migrate to UNUserNotificationCenter (#32), SAFETY + fallback race fixes (#33), unbundled-dev crash guard (#38), drop OS recording banners and flip auto_save default to false (#36) - chore(about): drop Zackriya services CTA (#40) Behavior change to call out in release notes: fresh installs (and users with no stored recording_preferences.json) now default auto_save to false — audio files are not written to disk unless the user opts in via Recording Settings. Existing users with saved preferences are unaffected. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
0.1.16acrosstauri.conf.json,frontend/package.json,frontend/src-tauri/Cargo.toml, andCargo.lockWhat's in the release
UNUserNotificationCenter(fix(notifications): restore macOS banners + Debug dropdown to verify #32, fix(notifications): address code-review P2s (NS fallback cfg-gate + SAFETY docs) #33), unbundled-dev crash guard (fix(notifications): guard UN calls when running unbundled (fixes tauri dev crash) #38), drop duplicated OS recording banners (fix(notifications): drop OS recording banners, flip auto_save default #36)auto_savedefault was flipped fromtrue→falsein #36. Fresh installs (and users with no storedrecording_preferences.json) will no longer write raw audio to disk. Transcripts, summaries, and recovery all work without the audio file. Users who already saved a preference keep their previous choice. Flip in Recording Settings → Save Audio Recordings.Test plan
Build Testworkflow onmainto verify Windows/Linux still compile (last successful run was 2026-04-21, before chore(about): drop Zackriya services CTA, keep build credit #40 landed — should still be green since chore(about): drop Zackriya services CTA, keep build credit #40 is UI-only)Releaseworkflow frommainlatest.jsonhas entries fordarwin-aarch64,windows-x86_64,linux-x86_64🤖 Generated with Claude Code