Releases: alejandroqh/term39
Releases · alejandroqh/term39
v1.0.0
Added
- First stable release: Term39 reaches version 1.0.0 milestone
Changed
- Function key improvements: Enhanced F-key handling and responsiveness
- Logo update: Improved application logo
- Performance optimizations: Better dirty region tracking for terminal rendering
Fixed
- NetBSD battery indicator: Fixed battery status detection on NetBSD systems
v0.20.0
v0.20.0
v0.19.5
v0.19.5
v0.19.1
Fixed
- Mouse Focus: Improved window focus while using mouse
v0.19.0
Added
- BSD support (Experimental): FreeBSD, NetBSD, and OpenBSD platform support
- FreeBSD:
/dev/sysmouseraw mouse input, PAM lockscreen authentication - NetBSD:
/dev/wsmousewscons protocol support, PAM lockscreen authentication - OpenBSD:
/dev/wsmousewscons protocol support, PIN-based authentication (no PAM) - New
bsdfeature profile for BSD with PAM lockscreen - New
bsd-minimalfeature profile for BSD without PAM (OpenBSD)
- FreeBSD:
Changed
- Improved dialog closing: Better window prompt closing behavior
- Window tiling organization: Improved auto-tiling layout for windows
- Window button response: Enhanced responsiveness of window buttons
- Code optimization: Dead code removal, main.rs optimization, folder reorganization
- ANSI standard colors: More compliant standard color handling
- Cargo build simplification: Simplified Cargo build configurations
Fixed
- Terminal compatibility: Improved Kitty keyboard protocol support for dialog closing
v0.18.0
Added
- System theme: New theme that uses direct ANSI console colors without modifications idea by @Optimal-Savings-4505
- Window pivot/swap: Double-click on window in bottom bar to swap window locations
- Alt+X shortcut: Quick window selection in Window Mode
- Window Mode new windows: Ability to open new windows while in Window Mode
- MRU window tracking: Most Recently Used ordering when closing windows
Changed
- Window Mode improvements: Exit behavior on desktop, prompt for exit window
- Settings keyboard navigation: Settings window is now fully keyboard accessible
- Shift+Tab passthrough: Shift+Tab now passes through to terminal windows
- Auto-tiling gaps: Added gaps between windows for auto-tiling
- Maximize gaps: Added small gaps around maximized windows
v0.17.2
Added
- Windows runtime documentation: Added Visual C++ Redistributable requirement to README for Windows users
Fixed
- Windows input handling: Improved Windows input processing and event handling
- Window Mode on Windows: Fixed WIN Mode functionality on Windows platform
- Alternate screen buffer resize: Fixed synchronization issue with terminal dimensions after resize
- Mouse event passthrough: Mouse events now properly pass from Term39 to terminal windows
v0.17.0
v0.17.0
v0.16.7
v0.16.7
v0.16.6
Added
- PIN prompt now supports click handling for digit buttons
Fixed
- Windows CMD not closing: Fixed window not closing properly when CMD shell exits
- Windows input performance: Optimized flush input handling for improved responsiveness