# Yazi v25.3.2 - Product: Yazi (https://whatsnew.fyi/product/yazi) - Vendor: yazi-rs - Date: 2025-03-02 - Version: v25.3.2 - Original notes: https://github.com/sxyazi/yazi/releases/tag/v25.3.2 - Permalink: https://whatsnew.fyi/product/yazi/releases/v25.3.2 - Labels: Platforms: Desktop What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Expose all theme fields in Lua - **added** — Expose almost the entirety of the user's configuration in Lua - **fixed** — windows-sys features for Win32_Storage_FileSystem and Win32_System_Threading - **fixed** — Ignore stdin redirection to ensure always accessing the real tty - **fixed** — 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-sys` features for `Win32_Storage_FileSystem` and `Win32_System_Threading` by @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_FILENO` poll 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