Skip to content

Commit 3a05da1

Browse files
committed
chore: bump version to 1.4.7
1 parent 29701e0 commit 3a05da1

4 files changed

Lines changed: 25 additions & 24 deletions

File tree

appcast.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
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.7</title>
9+
<pubDate>Wed, 06 May 2026 03:22:34 +0400</pubDate>
10+
<sparkle:fullReleaseNotesLink>https://github.com/maddada/zmux/releases/tag/v1.4.7</sparkle:fullReleaseNotesLink>
11+
<sparkle:version>10407</sparkle:version>
12+
<sparkle:shortVersionString>1.4.7</sparkle:shortVersionString>
13+
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
14+
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
15+
<sparkle:releaseNotesLink sparkle:edSignature="1lTa1NXAugVAE5kS3HWFn2x82w5ar1YPPds03L3NFobPCgnwqHLKbkEfg7jmho/TTXoomGA5Yh6gIYp1ZvIGCQ==" sparkle:length="89">https://raw.githubusercontent.com/maddada/zmux/main/zmux-1.4.7.md</sparkle:releaseNotesLink>
16+
<enclosure url="https://github.com/maddada/zmux/releases/download/v1.4.7/zmux-1.4.7.dmg" length="171992203" type="application/octet-stream" sparkle:edSignature="YUq+vQ43EvQuo4ExSmST9Wv/ApfMiSIla2sZabh/TnnIrhzwf+aMfB1FZnB6mKsY8C89pfOVDg/dzH1qjyRvCw=="/>
17+
</item>
718
<item>
819
<title>1.4.6</title>
920
<pubDate>Tue, 05 May 2026 05:08:20 +0400</pubDate>
@@ -59,20 +70,9 @@
5970
<sparkle:releaseNotesLink sparkle:edSignature="ZrpJF7C/iXAAROoIR1s9/E9BUufGb708U8uR16Agl3VORgEl2z6ljy3xpi6HWRV/a8oE0D1QIReTLHVe+5BoAw==" sparkle:length="164">https://raw.githubusercontent.com/maddada/zmux/main/zmux-1.4.2.md</sparkle:releaseNotesLink>
6071
<enclosure url="https://github.com/maddada/zmux/releases/download/v1.4.2/zmux-1.4.2.dmg" length="23926695" type="application/octet-stream" sparkle:edSignature="0+DqQqhDhABrXy/cRoaSJ5GsFa3y8Zf55DSRrOcpJ23DWVWKGN5IN6uelNHj1YODlLvMadX0LyD0yZ22OGWGAw=="/>
6172
</item>
62-
<item>
63-
<title>1.4.1</title>
64-
<pubDate>Sat, 02 May 2026 11:18:41 +0400</pubDate>
65-
<sparkle:fullReleaseNotesLink>https://github.com/maddada/zmux/releases/tag/v1.4.1</sparkle:fullReleaseNotesLink>
66-
<sparkle:version>1</sparkle:version>
67-
<sparkle:shortVersionString>1.4.1</sparkle:shortVersionString>
68-
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
69-
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
70-
<sparkle:releaseNotesLink sparkle:edSignature="3i4skot85llm/hRQoDyP5PNhC9IQN8E3g7TQRNRiyv5Cs2cLC6ca9nDSkE03SLskgtB/wZnUc9DvOUW5qbKJBg==" sparkle:length="299">https://raw.githubusercontent.com/maddada/zmux/main/zmux-1.4.1.md</sparkle:releaseNotesLink>
71-
<enclosure url="https://github.com/maddada/zmux/releases/download/v1.4.1/zmux-1.4.1.dmg" length="23926654" type="application/octet-stream" sparkle:edSignature="8+KTcrIEvke0MyRCXdwRPOcDAQyKYNeCoIKDQQCG7SSKtIY3sZ/n6dZvrSVWrQkChssxW2mNjJnuANeHrgIUAw=="/>
72-
</item>
7373
</channel>
7474
</rss>
7575
<!-- sparkle-signatures:
76-
edSignature: dbIYh2V5tmrk5QnTGYz0nXyju4cVH+VaHh8HGJqmoreE8yHtjh9Z3ZSfSFuAilZmUSGwsBupYxcRCXpsJlO+Dw==
77-
length: 6734
76+
edSignature: C5iV1wc0U3gSVDiJi4h8gRorch+25Wm9b63nekA5q5kcaUoahXE0P7i6hB3k4e8RJkvIJvuQoIB1C4aSkQIHAg==
77+
length: 6738
7878
-->

native/macos/zmuxHost/project.yml

Lines changed: 8 additions & 10 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-05-05:01: Sparkle compares CFBundleVersion, not
16+
# CDXC:AutoUpdate 2026-05-06-03:12: 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: 10406
19+
CURRENT_PROJECT_VERSION: 10407
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-05-05:01: Homebrew and Sparkle release v1.4.6 must
25+
# CDXC:Distribution 2026-05-06-03:12: Homebrew and Sparkle release v1.4.7 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.6"
28+
MARKETING_VERSION: "1.4.7"
2929
SDKROOT: macosx
3030
SWIFT_VERSION: "5.0"
3131
# CDXC:ChromiumBrowserPanes 2026-05-04-16:38: Swift needs both Ghostty's
@@ -72,12 +72,10 @@ targets:
7272
- path: Sources/Shared
7373
- path: Sources/zmuxHost
7474
excludes:
75-
# CDXC:NativeBuild 2026-05-04-18:21: Optional CEF prototype files
76-
# can exist locally without the Chromium SDK. The default WKWebView
77-
# browser path must keep `bun run start` buildable by excluding those
78-
# files until the CEF target has explicit headers/framework inputs.
79-
- ZmuxCEFBridge.h
80-
- ZmuxCEFBridge.mm
75+
# CDXC:NativeBuild 2026-05-06-01:05: Chromium browser panes now call
76+
# the CEF bridge from Swift, and build-zmux-host vendors CEF before
77+
# project generation. Keep only the bridging header out of sources so
78+
# the ObjC++ bridge object links whenever `bun run start` rebuilds.
8179
- ZmuxHost-Bridging-Header.h
8280
- path: ${GHOSTTY_ROOT}/macos/Sources/Ghostty
8381
excludes:

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.6",
3+
"version": "1.4.7",
44
"private": true,
55
"description": "zmux native macOS workarea and sessions UI.",
66
"type": "module",

zmux-1.4.7.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# zmux 1.4.7
2+
3+
See https://github.com/maddada/zmux/releases/tag/v1.4.7 for release notes.

0 commit comments

Comments
 (0)