Skip to content

Commit f0ca8b7

Browse files
committed
chore: bump version to 1.4.1
1 parent 39f17d4 commit f0ca8b7

4 files changed

Lines changed: 29 additions & 14 deletions

File tree

appcast.xml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes"?><!-- sparkle-sign-warning:
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2+
<!-- sparkle-sign-warning:
23
IMPORTANT: This file was signed by Sparkle. Any modifications to this file requires re-signing this file with generate_appcast or sign_update! The signed signature will be embedded at the end of this file.
3-
--><rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
4+
-->
5+
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
46
<channel>
57
<title>zmux Updates</title>
68
<link>https://github.com/maddada/zmux/releases</link>
@@ -9,18 +11,19 @@ IMPORTANT: This file was signed by Sparkle. Any modifications to this file requi
911
like DockDoor. Release automation should add signed release items here
1012
before publishing app updates so installed apps can discover them. -->
1113
<item>
12-
<title>1.4.0</title>
13-
<pubDate>Sat, 02 May 2026 08:39:25 +0400</pubDate>
14-
<sparkle:fullReleaseNotesLink>https://github.com/maddada/zmux/releases/tag/v1.4.0</sparkle:fullReleaseNotesLink>
14+
<title>1.4.1</title>
15+
<pubDate>Sat, 02 May 2026 11:18:41 +0400</pubDate>
16+
<sparkle:fullReleaseNotesLink>https://github.com/maddada/zmux/releases/tag/v1.4.1</sparkle:fullReleaseNotesLink>
1517
<sparkle:version>1</sparkle:version>
16-
<sparkle:shortVersionString>1.4.0</sparkle:shortVersionString>
18+
<sparkle:shortVersionString>1.4.1</sparkle:shortVersionString>
1719
<sparkle:minimumSystemVersion>13.0</sparkle:minimumSystemVersion>
1820
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
19-
<sparkle:releaseNotesLink>https://raw.githubusercontent.com/maddada/zmux/main/zmux-1.4.0.md</sparkle:releaseNotesLink>
20-
<enclosure url="https://github.com/maddada/zmux/releases/download/v1.4.0/zmux-1.4.0.dmg" length="23940985" type="application/octet-stream" sparkle:edSignature="Olb4nz4gd/KNXF5iU2iCplbJNeox+tCFwk+VuhrAQ+HPVd2cABQT4L4VTpV9HpImgl52qVl+o+E6kbMOc2QLAw=="></enclosure>
21+
<sparkle:releaseNotesLink sparkle:edSignature="7Ap8Z+0nA8kxXZ0mr0ojxYKzMnqCj+PYeB6rolquDxGJscAIJH0HKLIUO7ZTdWSe4FhgMDAWFsEG+Gl0pehUBg==" sparkle:length="762">https://raw.githubusercontent.com/maddada/zmux/main/zmux-1.4.1.md</sparkle:releaseNotesLink>
22+
<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=="/>
2123
</item>
2224
</channel>
23-
</rss><!-- sparkle-signatures:
24-
edSignature: k+5Z/FtgX6y9E5m3cW/nouDTU3hQ1jxoxfisCNu1i9dXf78tuR/Kx89/1etO3wM3pyYBGx1BlTsagniIAS9fBQ==
25-
length: 1768
25+
</rss>
26+
<!-- sparkle-signatures:
27+
edSignature: KPTQSNvkQC3YKIGqm1xM179GxTk3SfH9CLrwjvq5SIyq9IsCaOaDBPfp1GF1nkIJN6V+MYmz30pzA5r9bOANBg==
28+
length: 1892
2629
-->

native/macos/zmuxHost/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ settings:
1919
- "$(inherited)"
2020
- "@executable_path/../Frameworks"
2121
MACOSX_DEPLOYMENT_TARGET: "13.0"
22-
# CDXC:Distribution 2026-05-02-08:38: Homebrew and Sparkle release v1.4.0 must
22+
# CDXC:Distribution 2026-05-02-11:17: Homebrew and Sparkle release v1.4.1 must
2323
# publish a notarized Developer ID app whose bundle metadata matches the
2424
# GitHub release, Sparkle appcast, and brew artifact version.
25-
MARKETING_VERSION: "1.4.0"
25+
MARKETING_VERSION: "1.4.1"
2626
SDKROOT: macosx
2727
SWIFT_VERSION: "5.0"
2828
SWIFT_OBJC_BRIDGING_HEADER: ${GHOSTTY_ROOT}/macos/Sources/App/macOS/ghostty-bridging-header.h

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

zmux-1.4.1.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- sparkle-sign-warning:
2+
IMPORTANT: This file was signed by Sparkle. Any modifications to this file requires updating signatures in appcasts that reference this file! This will involve re-running generate_appcast or sign_update.
3+
-->
4+
# zmux 1.4.1
5+
6+
<!-- CDXC:AutoUpdate 2026-05-02-11:18: Sparkle appcast items reference
7+
versioned release-note files from the raw GitHub main branch, so each release
8+
must commit the note file that `generate_appcast` links from appcast.xml. -->
9+
10+
- Moved split pane resizing into the native AppKit terminal workspace.
11+
- Removed the React workspace resize overlay that no longer applies to native pane sizing.
12+
- Removed whole-cell terminal body stepping so pane chrome and terminal renderer widths stay aligned during native resize.

0 commit comments

Comments
 (0)