Skip to content

v0.1.7

Choose a tag to compare

@iewnfod iewnfod released this 02 Aug 05:24
· 81 commits to master since this release
c222926

✨ 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, and SettingsShell components 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