Skip to content

Commit 57b1445

Browse files
committed
chore: bump version to 1.4.9
1 parent 4203ffc commit 57b1445

3 files changed

Lines changed: 17 additions & 18 deletions

File tree

appcast.xml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
<title>zmux Updates</title>
55
<link>https://github.com/maddada/zmux/releases</link>
66
<description>Sparkle appcast for zmux macOS releases.</description>
7+
<item>
8+
<title>1.4.9</title>
9+
<pubDate>Thu, 07 May 2026 08:07:40 +0400</pubDate>
10+
<sparkle:fullReleaseNotesLink>https://github.com/maddada/zmux/releases/tag/v1.4.9</sparkle:fullReleaseNotesLink>
11+
<sparkle:version>10409</sparkle:version>
12+
<sparkle:shortVersionString>1.4.9</sparkle:shortVersionString>
13+
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
14+
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
15+
<enclosure url="https://github.com/maddada/zmux/releases/download/v1.4.9/zmux-1.4.9.dmg" length="172191659" type="application/octet-stream" sparkle:edSignature="IMoZMLS6s5Zw4dk8JbaB3M5a4i6Z6IFGcUMU3Yiu0mlzFpCu7FZE14mKT/W0gGiAJhzu/N2emZKllye9wGw5Bg=="/>
16+
</item>
717
<item>
818
<title>1.4.8</title>
919
<pubDate>Wed, 06 May 2026 22:09:39 +0400</pubDate>
@@ -58,20 +68,9 @@
5868
<sparkle:releaseNotesLink sparkle:edSignature="Be1aoLz5TfRxrgbb1VwQU3XT0W22fgjXY8WmAVKgNvtutuAuZGIw7buuoZuvzUoPiOY4LuUptTYCr6c4Tu44Cw==" sparkle:length="1164">https://raw.githubusercontent.com/maddada/zmux/main/zmux-1.4.4.md</sparkle:releaseNotesLink>
5969
<enclosure url="https://github.com/maddada/zmux/releases/download/v1.4.4/zmux-1.4.4.dmg" length="24162992" type="application/octet-stream" sparkle:edSignature="Pjzt5IC+voN5xvIsIqMvDKpyzfFOL/41oe+Cyu4BYuvd1ktPZiz3JCvmOHzo/IpBojtTu0QkNDtmYjIDQG5pAg=="/>
6070
</item>
61-
<item>
62-
<title>1.4.3</title>
63-
<pubDate>Sun, 03 May 2026 08:14:57 +0400</pubDate>
64-
<sparkle:fullReleaseNotesLink>https://github.com/maddada/zmux/releases/tag/v1.4.3</sparkle:fullReleaseNotesLink>
65-
<sparkle:version>10403</sparkle:version>
66-
<sparkle:shortVersionString>1.4.3</sparkle:shortVersionString>
67-
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
68-
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
69-
<sparkle:releaseNotesLink sparkle:edSignature="xtNE5nnvIhHYHA2+9HkBFUgS44UPM/MzoME8vlPSG5rxug6O3N3rW+/VFehqS8DXfdjsORBck4PF/OXk/s2bCg==" sparkle:length="407">https://raw.githubusercontent.com/maddada/zmux/main/zmux-1.4.3.md</sparkle:releaseNotesLink>
70-
<enclosure url="https://github.com/maddada/zmux/releases/download/v1.4.3/zmux-1.4.3.dmg" length="24009650" type="application/octet-stream" sparkle:edSignature="C+xJtw8mfe0Ehgq5t6Am/5Es3z8186Jvs54fHQyizZnSwunPeGJHjOGiExZl7Bda2NjNrZt1iZn5VdzmAKNwAg=="/>
71-
</item>
7271
</channel>
7372
</rss>
7473
<!-- sparkle-signatures:
75-
edSignature: toRMUvhPpVF82uI8Fgy58c4qf3NRMmufvLjPTNfvJhkXxNHfxtxmLHBkHMiVg0X3jppIy23/HQh7SzZqVVYJDA==
76-
length: 6476
74+
edSignature: 0pr9yAKcD1MUEz7V9Wl0IT9K+HyF3DNy/rA0Lfpp6De0qlODR483KGM3JrzQzt+KlEJ9X56IhJ1jkL4bSM4EBA==
75+
length: 6214
7776
-->

native/macos/zmuxHost/project.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ settings:
1313
# maintainer's Apple signing identity. Developers can set signing locally
1414
# in Xcode or with an untracked config.
1515
CODE_SIGN_STYLE: Automatic
16-
# CDXC:AutoUpdate 2026-05-06-19:47: Sparkle compares CFBundleVersion, not
16+
# CDXC:AutoUpdate 2026-05-07-08:01: Sparkle compares CFBundleVersion, not
1717
# only CFBundleShortVersionString. Release builds use semver-derived numeric
1818
# build values so each public update is greater than earlier installs.
19-
CURRENT_PROJECT_VERSION: 10408
19+
CURRENT_PROJECT_VERSION: 10409
2020
GENERATE_INFOPLIST_FILE: YES
2121
LD_RUNPATH_SEARCH_PATHS:
2222
- "$(inherited)"
2323
- "@executable_path/../Frameworks"
2424
MACOSX_DEPLOYMENT_TARGET: "13.0"
25-
# CDXC:Distribution 2026-05-06-19:47: Homebrew and Sparkle release v1.4.8 must
25+
# CDXC:Distribution 2026-05-07-08:01: Homebrew and Sparkle release v1.4.9 must
2626
# publish a notarized Developer ID app whose bundle metadata matches the
2727
# GitHub release, Sparkle appcast, and brew artifact version.
28-
MARKETING_VERSION: "1.4.8"
28+
MARKETING_VERSION: "1.4.9"
2929
SDKROOT: macosx
3030
SWIFT_VERSION: "5.0"
3131
# CDXC:ChromiumBrowserPanes 2026-05-04-16:38: Swift needs both Ghostty's

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zmux",
3-
"version": "1.4.8",
3+
"version": "1.4.9",
44
"private": true,
55
"description": "zmux native macOS workarea and sessions UI.",
66
"type": "module",

0 commit comments

Comments
 (0)