Skip to content

Zync v2.26.1

Choose a tag to compare

@gajendraxdev gajendraxdev released this 28 Aug 13:49
· 160 commits to main since this release

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 8rem with 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.

Include your OS, Zync version (v2.26.1), and steps to reproduce when you can - that helps a lot.


Quick Check After Upgrade

  1. Status bar idle - With no host selected, confirm No Connection reads on one horizontal line.
  2. 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 zync

Full Changelog

See CHANGELOG.md for complete technical details.


References