This is a quick cleanup pass after 7.7.0. We fixed the transform-clipboard permissions, tweaked the migration dialog to show its button only when it matters, and corrected the recordings settings copy so it matches the platform you’re on. Plus, a few CI/CD fixes.
What's Changed
- refactor(capabilities): rename transformation-picker to transform-clipboard by @braden-w in #948
- fix(ci): correct artifact upload paths for cross-compiled macOS builds by @braden-w in #950
- feat(deploy): migrate Whispering from Cloudflare Pages to Workers by @braden-w in #946
- feat(MigrationDialog): show database button in dev mode or when migration needed by @braden-w in #951
- fix(recordings): correct storage location text based on platform by @braden-w in #952
- feat: add parallel GitHub issue fixer command by @braden-w in #953
- refactor(fix-issues): change from auto-fix to spec generator by @braden-w in #954
- chore(whispering): configure Cloudflare Workers + Assets deployment by @Leftium in #956
- chore(whispering): migrate wrangler configuration from TOML to JSONC by @braden-w in #957
- chore(whispering): migrate to wrangler.jsonc and optimize Cloudflare Workers deployment by @braden-w in #958
Full Changelog: v7.7.0...v7.7.1