Zync v2.26.1
Release Notes - Zync v2.26.1
Release date: 2026-08-28
What's New
Zync v2.26.1 is a patch on top of v2.26.0: The status bar no longer mangling idle/connection labels.
Compare: v2.26.0...v2.26.1
Fixed
- Status bar “No Connection” stacking - Idle connection label stays on one line (
whitespace-nowrap+shrink-0). (d3f4060) - Status bar host name width - Cap at
8remwith a fixed rem max, truncate with ellipsis, full name on hover. (840afc2)
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.26.1), and steps to reproduce when you can - that helps a lot.
Quick Check After Upgrade
- Status bar idle - With no host selected, confirm No Connection reads on one horizontal line.
- Status bar host name - Connect to a long-named host; confirm the label is short with
…and the tooltip shows the full name.
Upgrade
Zync will update automatically on next launch (AppImage).
Manual install: Releases - v2.26.1
# 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.26.0...v2.26.1
- Prior release: v2.26.0 notes
- Related: #101