Zync v2.31.0
Release Notes - Zync v2.31.0
Release date: 2026-09-12
What's New
Zync v2.31.0 is a Files release with inline images in the shell. File Manager now feels closer to Explorer / Nautilus: Places lists other disks, list view has real columns, you can rubber-band select, pin folders, and drop a path onto a terminal. In the shell, Sixel and iTerm inline images render (fastfetch logos, chafa, imgcat).
Highlights:
- This PC / Volumes - Local Places lists
C:/D:/ USB, macOS/Volumes, Linux mounts, and WSL distros - Explorer-style list - Name, Date modified, Type, Size, Owner:Group
- Drag-select - Rubber-band, Shift+click range, Ctrl/Cmd+click toggle
- Drop a file onto a shell - Quoted path at the cursor (no Enter)
- Pins - Bookmarks in Places are now Pins
- Inline images in the terminal - Sixel and iTerm bitmaps, including on Windows local shells
Compare: v2.30.0...v2.31.0
Added
- Drag-select in Files - Click empty space and drag to rubber-band select. Shift+click selects a range; Ctrl/Cmd+click toggles; Ctrl/Cmd+drag adds to the current selection. (ab9707d)
- This PC / Volumes - Local Places lists other disks (Windows drive letters, macOS
/Volumes, Linux mounts). Home stays Home. On Windows, WSL distros appear under Linux. Remote SSH hosts do not show this section. (fb3861f) - Drag Files into a shell - Drop a Files item onto any visible terminal, or onto a Shell tab, to paste quoted path(s) at the cursor. Quoting matches POSIX, PowerShell, or cmd. (df0cc65, 9dfba1b)
- Terminal inline images - Sixel and iTerm inline images render in the shell. On Windows, local shells sideload Windows Terminal’s ConPTY pair so Sixel is not stripped by in-box conhost. Kitty graphics are not supported yet. (0a2a077, #111)
- Files owner/group - List view has one Owner:Group column as
user:group. Icon grid keeps size, owner, and date in the tooltip. (#105, a677afe, b205754)
Changed
- Files list view - Columns are Name, Date modified, Type, Size, and Owner:Group. Name stays compact so metadata sits next to the names. Folders show as File folder; size is blank for folders. Places Bookmarks are labeled Pins. (65e654e)
- Files listing scroll - Icon view virtualizes after 96 items, skips painting off-screen tiles, and does not re-render on idle scroll just to hide a hover tip. File icons decode lazily; Places volume lists are cached for 30s. (bbcced4)
- File icons - Themed icons resolve once per type (all
.tsfiles share one URL) instead of running the theme loader on every tile. (b820ecd, ea123c2) - Files chrome - Compact toolbar, crumb path, search, grid/list, New menu. Places docks on a wide pane and overlays when narrow. List vs grid and Places open/closed are remembered. (61e0bcf, 5a0bed1, 76d8dc1, acdfc3d)
- Remote listings -
/etc/passwdand/etc/groupare read once per SSH connection. (5670eb0) - Files search - Still filters the current folder only. The unimplemented Search Everywhere shortcut is removed so it no longer collides with Files. (2d9b98b)
Fixed
- Files Home from C: Opening Local Disk (C:) no longer replaces Home with
C:\. Home stays the user folder and remains clickable from the drive root. (fb3861f) - Files list/grid shortcuts - Ctrl+Shift+1 / Ctrl+Shift+2 (Cmd+Shift on macOS) switch list and grid again. (65c8f28)
- Shell-tab file drops - Only an in-app Files drag can drop a path onto a Shell tab. (65c8f28)
- Drag a shell onto Files - Dropping a Shell tab onto the full Files view splits that shell beside Files. (c4f2f4c)
- Exit in a Files split -
exitin a shell split with Files no longer closes the whole tab. (9dfba1b) - Sixel in a split - Inline images no longer cover the rest of the pane with a black rectangle. (fb671e7)
- Files grid crash on resize -
scrollToCellwith a stale column index no longer takes down the window. (2fb21e6, 76d8dc1) - UNC/WSL volume roots -
\\server\share\and\\wsl.localhost\Ubuntu\count as disk roots, not Home. (80484b9)
Thank You
Thank you to everyone who reported issues and helped improve Zync v2.31.0.
Issue tracking
- @rikyulin - Requested Nautilus-style Files features (Places, list columns, owner/group, and more). Issue #105: Request functions in Files.
- @aw07734 - Requested image display in the terminal (Sixel / iTerm inline graphics). Issue #111: Image display In Terminal.
Feedback
Something broken, confusing, or missing after this update? We read every report.
- Open a new issue: github.com/zync-sh/zync/issues/new
- Browse existing issues: github.com/zync-sh/zync/issues
- Or use Settings → Feedback in the app
Include your OS, Zync version (v2.31.0), and steps to reproduce when you can.
Quick Check After Upgrade
- Volumes - Local Files → Places: This PC / Volumes / Other Locations. Click
C:or a USB and land on that root. Home still goes to your user folder. - List view - Switch to list: Name, Date modified, Type, Size, Owner:Group. Pins instead of Bookmarks.
- Drag-select - Click empty space in Files and drag a rectangle over several items.
- Drop onto a shell - Split Files beside a terminal (or drop onto a Shell tab) and drop a file; a quoted path should appear at the prompt.
- Inline images - In a local or SSH shell:
fastfetchorchafawith Sixel. The logo should be a bitmap, not mosaic ASCII. Split the pane and confirm no black overlay. - Exit in a Files split - Files beside a shell, type
exitin that shell. Files should stay; the whole tab should not close. - Version - Settings → About shows
v2.31.0.
Upgrade
Zync will update automatically on next launch (AppImage).
Manual install: Releases - v2.31.0
# Debian / Ubuntu (APT repository)
sudo apt update && sudo apt install zync
# Arch (pacman repository)
sudo pacman -Syu zyncFull Changelog
See CHANGELOG.md for complete technical details.
References
- Compare: v2.30.0...v2.31.0
- Prior release: v2.30.0 notes
- Issues: #105, #111