Releases: r3dbars/transcripted
Transcripted 1.1.32
Transcripted 1.1.32 is a reliability and polish release.
- Improves speaker review with existing-speaker autocomplete.
- Keeps hidden Dock mode from drifting back after updates or AppKit lifecycle changes.
- Smooths dictation startup and improves no-speech copy for physical-key dictation.
- Fixes agent/MCP indexing for custom and symlinked capture folders.
- Adds deeper meeting audio diagnostics for issue #500.
- Fixes first-run agent setup copy for Claude Desktop and local agents.
Validation: build-deps, app build, fast tests, integration smoke, Swift package tests, and notarized DMG build all passed.
Transcripted 1.1.31
Transcripted 1.1.31
- Adds Audio Storage controls for meeting replay audio.
- Compresses retained meeting WAV files to M4A after transcription.
- Lets users choose delete-after retention windows while keeping Markdown transcripts.
- Backfills existing retained meeting audio safely.
- Hardens cleanup around non-Transcripted markdown, symlinked folders, unrelated audio, failed recordings, and privacy-sensitive logs.
Transcripted 1.1.30
Transcripted 1.1.30 ships a reliability and polish pass for dictation, meetings, and support diagnostics.
Highlights:
- Smooths dictation startup so ready microphones skip the brief loading flash.
- Improves meeting capture reliability around Bluetooth routes and built-in microphone fallback.
- Adds clearer meeting failure explanations and safer support diagnostic packets.
- Speeds up menu/home refresh paths and recent meeting previews.
- Tightens agent/repo onboarding and daily audio reliability checks.
Validation:
- bash build.sh
- bash run-tests.sh: 1351 passed
- bash run-integration-smoke.sh
- swift test: 118 passed
- NOTARY_PROFILE=Transcripted bash build-beta.sh transcripted-public-1.1.30 Transcripted
Transcripted 1.1.29
Transcripted 1.1.29 ships the unreleased main branch work after 1.1.28.
Highlights:
- Adds support diagnostics and a simpler feedback flow.
- Polishes the Home surface and meeting previews.
- Hardens dictation microphone recovery and Parakeet device rewarm handling.
- Improves meeting stop diagnostics, capture cleanup safety, and speaker cleanup.
- Adds CLI meeting read support plus docs and test maintenance.
Verification:
- bash build-deps.sh --force
- bash build.sh
- bash run-tests.sh
- bash run-integration-smoke.sh
- swift test
- NOTARY_PROFILE=Transcripted bash build-beta.sh transcripted-public-1.1.29 Transcripted
Transcripted 1.1.28
Transcripted 1.1.28
- Merge pull request #620 from r3dbars/nightly/code-review-20260430-001523 (138b7af)
- Fix recent capture cancellation races (a4f00a4)
- Merge remote-tracking branch 'origin/main' into codex/fix-pr620-1777560727 (e21e353)
- Merge pull request #619 from r3dbars/security/nightly-audit-20260429-233021 (85d4702)
- Fix raw relative capture path validation (5a155de)
- Merge remote-tracking branch 'origin/main' into codex/fix-pr619-1777560063 (f48b91f)
- Merge pull request #621 from r3dbars/codex/nightly-review-20260430-cancel-timeout (a358324)
- Merge pull request #623 from r3dbars/codex/nightly-regression-meeting-health-teardown-20260430 (c0559f1)
- Merge pull request #622 from r3dbars/refactor/nightly-simplification-20260430 (073d3e0)
- Merge pull request #615 from r3dbars/codex/issue-614-recent-meetings (3e80e50)
- Merge pull request #616 from r3dbars/codex/limit-review-visuals (eb73fd0)
- Merge pull request #624 from r3dbars/codex/nightly-notes-template-status (c48999c)
- Merge pull request #618 from r3dbars/docs/claude-md-sync-20260429 (86950ad)
- Clarify release notes live-status callouts (f0eb803)
- Add meeting health teardown regression tests (4c5375f)
- refactor: simplify home activity rows (680ae33)
- Preserve meeting cancel stop timeouts (ba714f9)
- fix: nightly code review findings [automated] (9d1ef6c)
- security: reject relative storage paths (1584cd4)
- docs: sync CLAUDE.md files with recent codebase changes (c1c711e)
- Merge release 1.1.27 metadata (2afe441)
- Update cask for 1.1.27 (edf1828)
- Limit review visuals to PR changes (3556d7e)
- Show recent meetings near meeting actions (4c58c4a)
Transcripted 1.1.27
What's changed
- Fixes meeting capture health snapshots so healthy recordings are not reported as degraded after teardown.
- Adds the latest home/review workflow polish that landed after 1.1.26.
Verification
- Built with refreshed dependencies.
- Signed with Developer ID Application: Justin Betker.
- Notarized and stapled by Apple.
- Sparkle appcast updated for 1.1.27.
Transcripted 1.1.26
Transcripted 1.1.26
This release focuses on release-readiness, meeting reliability, and the newest Home/agent polish.
- Adds typing-time-saved stats on Home.
- Improves meeting audio route diagnostics and system-audio quality reporting.
- Fixes a meeting start-timeout edge case that could leave stale audio startup work alive.
- Fixes update checks getting stuck on “Checking for updates”.
- Hardens dictation entry IDs and release/build verification scripts.
- Updates the agent runner defaults to GPT-5.5 and clarifies shared agent data-dir behavior.
- Adds Dock visibility controls and lighter settings refresh behavior.
Verification included the signed/notarized DMG build, full app build, fast tests, integration smoke, Swift package tests, TranscriptedQA round-trip, health/log/database validation, and a manual UI pass.
Transcripted 1.1.25
What's changed
- Fixes meeting widget freezes by moving stop/teardown work off the main thread.
- Improves force-quit visibility while Transcripted is actively recording.
- Makes meeting audio handling safer around Zoom/WebRTC microphone contention and VPIO.
- Reduces duplicate packaged model payloads and keeps release packaging slimmer.
- Includes nightly reliability, security, and docs maintenance through April 27.
Transcripted 1.1.24
Fixes meeting microphone quietness in Safari and Firefox by enabling VPIO for meeting mic capture.\n\nIncludes PR #523: Enable VPIO on meeting mic to fix Safari/Firefox quietness (#500).\n\nVerification:\n- bash build-deps.sh --force\n- bash build.sh\n- bash run-tests.sh\n- bash run-integration-smoke.sh\n- swift test\n- NOTARY_PROFILE=Transcripted bash build-beta.sh transcripted-release-1.1.24 Release
Transcripted 1.1.23
Hotfix release for Sentry app-hang noise.
- Stops Sentry from reporting normal macOS modal dialogs as production app hangs.
- Keeps crash reporting, uncaught NSException reporting, and allowlisted reliability events enabled.