Releases: forketyfork/architect
Releases · forketyfork/architect
v0.53.3
What's Changed
- Update Homebrew formula to v0.53.2 by @forketyfork in #244
- fix(session): make teardown idempotent with handle-based cleanup by @forketyfork in #245
- fix(runtime): prevent Cmd+W close crash during session despawn by @forketyfork in #247
Full Changelog: v0.53.2...v0.53.3
What's Changed
- Update Homebrew formula to v0.53.2 by @forketyfork in #244
- fix(session): make teardown idempotent with handle-based cleanup by @forketyfork in #245
- fix(runtime): prevent Cmd+W close crash during session despawn by @forketyfork in #247
Full Changelog: v0.53.2...v0.53.3
v0.53.2
What's Changed
- Update Homebrew formula to v0.53.1 by @forketyfork in #242
- fix(runtime): preserve agent session capture during quit by @forketyfork in #243
Full Changelog: v0.53.1...v0.53.2
What's Changed
- Update Homebrew formula to v0.53.1 by @forketyfork in #242
- fix(runtime): preserve agent session capture during quit by @forketyfork in #243
Full Changelog: v0.53.1...v0.53.2
v0.53.1
What's Changed
- Update Homebrew formula to v0.53.0 by @forketyfork in #239
- fix(render): DPI-scale terminal padding and border offsets by @forketyfork in #240
- harden quit teardown and scale-change font reload by @forketyfork in #241
Full Changelog: v0.53.0...v0.53.1
What's Changed
- Update Homebrew formula to v0.53.0 by @forketyfork in #239
- fix(render): DPI-scale terminal padding and border offsets by @forketyfork in #240
- harden quit teardown and scale-change font reload by @forketyfork in #241
Full Changelog: v0.53.0...v0.53.1
v0.53.0
What's Changed
- Update Homebrew formula to v0.52.0 by @forketyfork in #233
- build(deps): bump zwanzig to v0.10.0 by @forketyfork in #234
- feat(ui): wave animation on grid focus change, smooth filled terminal borders by @forketyfork in #236
- feat(session): persist agent session IDs on quit and resume on next launch by @forketyfork in #238
Full Changelog: v0.52.0...v0.53.0
What's Changed
- Update Homebrew formula to v0.52.0 by @forketyfork in #233
- build(deps): bump zwanzig to v0.10.0 by @forketyfork in #234
- feat(ui): wave animation on grid focus change, smooth filled terminal borders by @forketyfork in #236
- feat(session): persist agent session IDs on quit and resume on next launch by @forketyfork in #238
Full Changelog: v0.52.0...v0.53.0
v0.52.0
What's Changed
- Update Homebrew formula to v0.51.0 by @forketyfork in #225
- refactor(story): use shared scrollbar module in story overlay by @forketyfork in #227
- fix(persistence): suppress transient root cwd from polluting recent_folders by @forketyfork in #229
- fix(diff-overlay): scale down oversized emoji glyphs to fit row height by @forketyfork in #231
- Updated CLAUDE.md by @forketyfork in #232
Full Changelog: v0.51.0...v0.52.0
What's Changed
- Update Homebrew formula to v0.51.0 by @forketyfork in #225
- refactor(story): use shared scrollbar module in story overlay by @forketyfork in #227
- fix(persistence): suppress transient root cwd from polluting recent_folders by @forketyfork in #229
- fix(diff-overlay): scale down oversized emoji glyphs to fit row height by @forketyfork in #231
- Updated CLAUDE.md by @forketyfork in #232
Full Changelog: v0.51.0...v0.52.0
v0.51.0
What's Changed
- Update Homebrew formula to v0.50.0 by @forketyfork in #220
- fix(render): handle emoji with variation selectors correctly by @forketyfork in #223
- feat(story): unify story overlay with shared markdown pipeline (#222) by @forketyfork in #224
Full Changelog: v0.50.0...v0.51.0
What's Changed
- Update Homebrew formula to v0.50.0 by @forketyfork in #220
- fix(render): handle emoji with variation selectors correctly by @forketyfork in #223
- feat(story): unify story overlay with shared markdown pipeline (#222) by @forketyfork in #224
Full Changelog: v0.50.0...v0.51.0
v0.50.0
What's Changed
- Update Homebrew formula to v0.49.0 by @forketyfork in #215
- Bump zwanzig linter to v0.9.0 by @forketyfork in #216
- feat(ui): reusable auto-hiding Aqua scrollbar for diff and terminal views by @forketyfork in #218
- add markdown reader with links and prompt separators by @forketyfork in #219
Full Changelog: v0.49.0...v0.50.0
What's Changed
- Update Homebrew formula to v0.49.0 by @forketyfork in #215
- Bump zwanzig linter to v0.9.0 by @forketyfork in #216
- feat(ui): reusable auto-hiding Aqua scrollbar for diff and terminal views by @forketyfork in #218
- add markdown reader with links and prompt separators by @forketyfork in #219
Full Changelog: v0.49.0...v0.50.0
v0.49.0
What's Changed
- Update Homebrew formula to v0.48.0 by @forketyfork in #212
- feat(worktree): create worktrees outside repo tree with post-create init by @forketyfork in #214
Full Changelog: v0.48.0...v0.49.0
What's Changed
- Update Homebrew formula to v0.48.0 by @forketyfork in #212
- feat(worktree): create worktrees outside repo tree with post-create init by @forketyfork in #214
Full Changelog: v0.48.0...v0.49.0
v0.48.0
What's Changed
- Update Homebrew formula to v0.47.0 by @forketyfork in #208
- Add wave animation on terminal attention events in grid mode by @forketyfork in #210
- feat(ui): add story file visualization overlay by @forketyfork in #211
Full Changelog: v0.47.0...v0.48.0
What's Changed
- Update Homebrew formula to v0.47.0 by @forketyfork in #208
- Add wave animation on terminal attention events in grid mode by @forketyfork in #210
- feat(ui): add story file visualization overlay by @forketyfork in #211
Full Changelog: v0.47.0...v0.48.0
v0.47.0
What's Changed
- Update Homebrew formula to v0.46.1 by @forketyfork in #205
- docs: add comprehensive architecture document (ARCHITECTURE_v1.md) by @forketyfork in #207
- Add inline review comments to diff overlay by @forketyfork in #206
Full Changelog: v0.46.1...v0.47.0
What's Changed
- Update Homebrew formula to v0.46.1 by @forketyfork in #205
- docs: add comprehensive architecture document (ARCHITECTURE_v1.md) by @forketyfork in #207
- Add inline review comments to diff overlay by @forketyfork in #206
Full Changelog: v0.46.1...v0.47.0