v0.1.33
What's Changed
- major refactor: hard-cutover shared domain cores for GUI/CLI by @VincentBurke in https://github.com/lassejlv/termy/pull/113
- feat: auto-configure shell PATH after
Install CLI(macOS/Linux) by @VincentBurke in https://github.com/lassejlv/termy/pull/117 - feat: add tab move/switch commands (left/right) by @VincentBurke in https://github.com/lassejlv/termy/pull/118
- refactor: split TerminalView interaction module and extract CLI install core by @VincentBurke in https://github.com/lassejlv/termy/pull/119
- refactor: split command palette + better align w/ sharp design language by @VincentBurke in https://github.com/lassejlv/termy/pull/120
- fix: starship/zsh Cursor Drift by Enforcing UTF-8 PTY Locale (Unix) by @VincentBurke in https://github.com/lassejlv/termy/pull/121
- feat: add menu keybind sync + improve install CLI state by @VincentBurke in https://github.com/lassejlv/termy/pull/124
- feat: terminal prompt accessibility shortcuts by @VincentBurke in https://github.com/lassejlv/termy/pull/125
Full Changelog: https://github.com/lassejlv/termy/compare/v0.1.32...v0.1.33