Skip to content

Commit 9ddbb49

Browse files
committed
chore(release): bump version to 2.25.5
Move the 2.25.4 feature set to 2.25.5 so APT can publish a new version after the partial 2.25.4 draft, and note the Arch makepkg --nodeps CI fix.
1 parent 2cb5071 commit 9ddbb49

6 files changed

Lines changed: 14 additions & 8 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to Zync are documented in this file. The format is based on
44

55
## [Unreleased]
66

7-
## [2.25.4] - 2026-08-22
7+
## [2.25.5] - 2026-08-22
88

99
### Added
1010
- **Google Drive Collection Crypto & Recovery Wrap**: Modularized sync collection crypto architecture into focused modules (`keyring`, `lifecycle`, `manifest`, `wrap`). Validates 24-byte nonces and recovery key wrap slots atomically before updating manifest state. ([c625061])
@@ -22,6 +22,11 @@ All notable changes to Zync are documented in this file. The format is based on
2222
- **Recovery-key regenerate save rollback**: If Drive upload succeeds but local manifest save fails, Zync restores the previous Drive wrap so the old recovery key keeps working and the new key is never shown. ([7027a17])
2323
- **Vault unlock retry during host save/test**: Nested unlock retries await completion and skip a second preflight unlock so saving stays in progress until the retry finishes. ([db8442c])
2424
- **Linux AppImage EGL on Wayland**: Bundled AppImage `libwayland-*` copies no longer override the host graphics stack on modern Mesa (see [#39](https://github.com/zync-sh/zync/issues/39)).
25+
- **Arch package CI deps**: `makepkg` uses `--nodeps` when repacking the release `.deb` so the container does not need WebKit/GTK installed ([2cb5071]).
26+
27+
## [2.25.4] - 2026-08-22
28+
29+
Partial draft: desktop builds, AppImage Wayland strip, and APT `2.25.4` published; Arch `.pkg` job failed. Prefer **2.25.5**.
2530

2631
## [2.25.2] - 2026-08-22
2732

@@ -1255,7 +1260,8 @@ All notable changes to Zync are documented in this file. The format is based on
12551260
[6ed8f66]: https://github.com/zync-sh/zync/commit/6ed8f66
12561261
[db8442c]: https://github.com/zync-sh/zync/commit/db8442c
12571262
[7027a17]: https://github.com/zync-sh/zync/commit/7027a17
1258-
[Unreleased]: https://github.com/zync-sh/zync/compare/v2.25.4...HEAD
1263+
[Unreleased]: https://github.com/zync-sh/zync/compare/v2.25.5...HEAD
1264+
[2.25.5]: https://github.com/zync-sh/zync/compare/v2.25.4...v2.25.5
12591265
[2.25.4]: https://github.com/zync-sh/zync/compare/v2.25.2...v2.25.4
12601266
[2.25.3]: https://github.com/zync-sh/zync/compare/v2.25.2...v2.25.3
12611267
[2.25.2]: https://github.com/zync-sh/zync/compare/v2.25.1...v2.25.2

‎package-lock.json‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zync",
33
"private": true,
4-
"version": "2.25.4",
4+
"version": "2.25.5",
55
"type": "module",
66
"repository": {
77
"type": "git",

‎src-tauri/Cargo.lock‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src-tauri/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zync"
3-
version = "2.25.4"
3+
version = "2.25.5"
44
description = "A modern SSH client"
55
authors = ["Gajendra"]
66
edition = "2021"

‎src-tauri/tauri.conf.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "zync",
4-
"version": "2.25.4",
4+
"version": "2.25.5",
55
"identifier": "in.thesudoer.zync",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)