Zeyt v0.1.1 Release Notes
This release brings major aesthetic and performance refinements to Zeyt, focusing on a truly native desktop feel and lightning-fast pane management.
What's New & Fixed
- Consistent Gray Scale Elevation: Complete overhaul of the color system. UI components now elegantly stack with 4 strict surface elevation levels (+4%, +8%, +12% lightness mixed over the base background). Active tabs and terminals now perfectly share the same root color, eliminating any "disjointed container" feeling.
- Prompt Customization Injection: You can now choose from 4 terminal prompt styles (
Default,Minimal,Path,Symbol) directly in Zeyt's Settings. These are injected silently via PTY streams on launch, meaning they instantly override your shell without ever touching your.bashrcor.zshrc. - Zero-Jank Pane Splitting: Fixed a major flexbox overflow and
ResizeObserverloop bug. Pane splitting and resizing are now constrained by strict boundaries and synced perfectly withrequestAnimationFrame. Splitting feels instantly snappy, and the notorious 4-second delay and canvas overlap is gone. - Native App Feel:
- Removed internal CSS rounding to allow your OS to natively handle window borders (giving you perfect square corners when maximized, and round corners when floating).
- The default browser right-click context menu (Reload, Inspect) has been globally disabled so Zeyt feels like a true standalone desktop application.
- Terminal Padding: Terminals now feature a comfortable 16px internal padding to let your code breathe.
- Settings Modal Polish: The settings window has been resized to be less imposing, with a new pill-styled sidebar navigation that fits the clean VS Code-inspired aesthetic.
- Shortcuts Updated: Added
Ctrl+F(Terminal Search) to the documented Settings shortcuts list.