← All releases
Attyx v0.3.5
Attyx v0.3.5
Windows Drag-and-Drop (#175)
You can now drag files onto the Attyx window on Windows and their paths will be pasted into your shell, properly escaped. Bracketed paste is respected if your shell supports it.
Config Preview (#174)
Opening your config file for the first time now creates a fully commented template instead of an empty file, so you can see every available option with explanations right away.
Default Shell on Windows (#171)
You can now set a custom default shell on Windows via program.shell in your config. For example, shell = "wsl -d Ubuntu" to launch straight into WSL.
Hide Scrollbar (#176)
The scrollbar can now be hidden with window.scrollbar = false in your config or via --no-scrollbar on the command line. The setting hot-reloads.
Linux Fractional Scaling & Theming (#173)
- Fractional display scaling on Wayland now renders at the correct DPI — fonts stay crisp when moving between monitors or using non-integer scale factors.
- Window decorations now follow your system’s dark/light mode preference on X11 (freedesktop portals, GNOME settings).
- Initial window sizing is more reliable on tiling Wayland compositors.
Fixes & Improvements
- Zsh integration — more robust CWD detection, especially with oh-my-zsh and other frameworks that reset hook arrays (#177)
- Windows UTF-8 — Nerd Font icons and CJK characters now render correctly by ensuring the console code page is set to UTF-8 (#178)
- Windows config hot-reload — cursor style, blink, trail, font ligatures, scrollback, and theme changes now apply live without restarting (#178)
- Window centering — new windows open centered at 60%×80% of the screen (#172)
- Popup resize — popups no longer break their content when the window is resized (#172)
- Title bar double-click — double-clicking the title bar on Windows now correctly maximizes the window (#171)