v0.1.30
What's Changed
- Add CLI crate with TUI and command modules by @lassejlv in https://github.com/lassejlv/termy/pull/78
- Update issue templates by @lassejlv in https://github.com/lassejlv/termy/pull/79
- docs: improve README with icon and simplified structure by @Copilot in https://github.com/lassejlv/termy/pull/81
- docs: add Linux, Windows, and Arch Linux install options to README by @Copilot in https://github.com/lassejlv/termy/pull/83
- add a pull request template by @DeepanshuMishraa in https://github.com/lassejlv/termy/pull/85
- fix: Settings Ui and theme sync issues by @DeepanshuMishraa in https://github.com/lassejlv/termy/pull/84
- Fix Windows: quote shell program paths that contain spaces by @Copilot in https://github.com/lassejlv/termy/pull/43
- Remove "Termy" text from window title bar by @Copilot in https://github.com/lassejlv/termy/pull/91
- Add
shell-decidetheme mode to defer terminal colors to shell/default palette by @Copilot in https://github.com/lassejlv/termy/pull/88 - Fix search: start at bottom match, navigate bottom-to-top by @Copilot in https://github.com/lassejlv/termy/pull/89
- Fix CTRL+L not resetting scroll position when scrolled back by @Copilot in https://github.com/lassejlv/termy/pull/93
- feat: add search to settings by @DeepanshuMishraa in https://github.com/lassejlv/termy/pull/92
Full Changelog: https://github.com/lassejlv/termy/compare/v0.1.29...v0.1.30