v25.3.2Desktop
Added 2
- Expose all theme fields in Lua
- Expose almost the entirety of the user's configuration in Lua
Fixed 3
- windows-sys features for Win32_Storage_FileSystem and Win32_System_Threading
- Ignore stdin redirection to ensure always accessing the real tty
- STDIN_FILENO poll always returns 0 under SSH
This is a quick fix release that addresses the issue where, under SSH, terminal response sequences are not completely consumed and are leaked to the screen.
Thanks to @Crdr0122 and @SpookyYomo for reporting and helping reproduce the issue!
What's Changed
- feat: expose all theme fields in Lua by @hankertrix in https://github.com/sxyazi/yazi/pull/2405
- fix:
windows-sysfeatures forWin32_Storage_FileSystemandWin32_System_Threadingby @sxyazi in https://github.com/sxyazi/yazi/pull/2417 - fix: ignore stdin redirection to ensure always accessing the real tty by @sxyazi in https://github.com/sxyazi/yazi/pull/2425
- fix:
STDIN_FILENOpoll always returns 0 under SSH by @sxyazi in https://github.com/sxyazi/yazi/pull/2427 - feat: expose almost the entirety of the user's configuration in Lua by @hankertrix in https://github.com/sxyazi/yazi/pull/2413
- chore: bump version to 25.3.2 by @sxyazi in https://github.com/sxyazi/yazi/pull/2428
Full Changelog: https://github.com/sxyazi/yazi/compare/v25.2.26...v25.3.2