v0.1.7
✨ Features
- New UI design system — A complete visual overhaul introducing a glass-morphism design language across the entire app:
- Glass surfaces — Windows, panels, and modals now use backdrop-filter glass effects with a smooth frosted-glass look, automatically falling back to solid colors on Wayland and WebKitGTK where backdrop-filter is unsupported
- Motion system — Shared framer-motion spring curves and transition presets give all chrome animations a consistent, fluid rhythm
- Surface color system — Border, overlay, glass, and accent colors are now derived algorithmically from the terminal background, ensuring a cohesive palette everywhere
- Shared UI primitives — New
IconButton,SettingRow,SectionTitle,SaveFooter, andSettingsShellcomponents replace ad-hoc layouts, eliminating style drift across settings pages
- Startup command — Each terminal profile can now specify a startup command that runs automatically when the terminal launches, ideal for
tmux attach,neofetch, or project-specific setups
🐛 Bug Fixes
- Fixed terminal corner radius not matching the window chrome on certain platforms
- Fixed auto-update not working correctly on Linux
- Fixed frontend string splitting edge cases in terminal output parsing
- Fixed AUR release workflow timing issue
- Fixed macOS tab tear-off — traffic lights (close/minimize/zoom) now work correctly in torn-off windows, and tab drop targets no longer overlap (by @Keyneswu)
Full Changelog: v0.1.6...v0.1.7