Skip to content

Commit 1c22c55

Browse files
austinywangclaude
andauthored
Bump version to 0.64.19 (#8078)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent 6a83d4d commit 1c22c55

2 files changed

Lines changed: 26 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to cmux are documented here.
44

5+
## [0.64.19] - 2026-07-14
6+
7+
### Fixed
8+
- Fix overflowed tab bar scrolling to the wrong place, right-edge tabs hiding their close buttons, and a misaligned active-tab indicator ([#8071](https://github.com/manaflow-ai/cmux/pull/8071))
9+
- Preserve the Claude Code permission mode when restoring, resuming, or forking a session, including interactively chosen auto-accept/plan/bypass modes; stop a one-word prompt after a boolean flag from being replayed on resume ([#8070](https://github.com/manaflow-ai/cmux/pull/8070))
10+
11+
### Thanks to 1 contributor!
12+
13+
- [@austinywang](https://github.com/austinywang)
14+
515
## [0.64.18] - 2026-07-14
616

717
### Added

cmux.xcodeproj/project.pbxproj

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7908,10 +7908,10 @@ C0DE71B10000000000000002 /* AppDelegate+AgentChatNotifications.swift */ = {isa =
79087908
isa = XCBuildConfiguration;
79097909
buildSettings = {
79107910
CODE_SIGN_STYLE = Automatic;
7911-
CURRENT_PROJECT_VERSION = 98;
7911+
CURRENT_PROJECT_VERSION = 99;
79127912
GENERATE_INFOPLIST_FILE = YES;
79137913
MACOSX_DEPLOYMENT_TARGET = 14.0;
7914-
MARKETING_VERSION = 0.64.18;
7914+
MARKETING_VERSION = 0.64.19;
79157915
ONLY_ACTIVE_ARCH = NO;
79167916
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.appuitests;
79177917
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -7991,7 +7991,7 @@ C0DE71B10000000000000002 /* AppDelegate+AgentChatNotifications.swift */ = {isa =
79917991
CODE_SIGN_ENTITLEMENTS = "";
79927992
CODE_SIGN_STYLE = Automatic;
79937993
COMBINE_HIDPI_IMAGES = YES;
7994-
CURRENT_PROJECT_VERSION = 98;
7994+
CURRENT_PROJECT_VERSION = 99;
79957995
DEVELOPMENT_TEAM = "";
79967996
ENABLE_HARDENED_RUNTIME = NO;
79977997
GENERATE_INFOPLIST_FILE = NO;
@@ -8000,7 +8000,7 @@ C0DE71B10000000000000002 /* AppDelegate+AgentChatNotifications.swift */ = {isa =
80008000
"$(inherited)",
80018001
"@executable_path/../Frameworks",
80028002
);
8003-
MARKETING_VERSION = 0.64.18;
8003+
MARKETING_VERSION = 0.64.19;
80048004
OTHER_LDFLAGS = (
80058005
"-lc++",
80068006
"-framework",
@@ -8037,7 +8037,7 @@ C0DE71B10000000000000002 /* AppDelegate+AgentChatNotifications.swift */ = {isa =
80378037
CODE_SIGN_ENTITLEMENTS = Resources/cmux.entitlements;
80388038
CODE_SIGN_STYLE = Automatic;
80398039
COMBINE_HIDPI_IMAGES = YES;
8040-
CURRENT_PROJECT_VERSION = 98;
8040+
CURRENT_PROJECT_VERSION = 99;
80418041
DEVELOPMENT_TEAM = "";
80428042
ENABLE_HARDENED_RUNTIME = NO;
80438043
GENERATE_INFOPLIST_FILE = NO;
@@ -8046,7 +8046,7 @@ C0DE71B10000000000000002 /* AppDelegate+AgentChatNotifications.swift */ = {isa =
80468046
"$(inherited)",
80478047
"@executable_path/../Frameworks",
80488048
);
8049-
MARKETING_VERSION = 0.64.18;
8049+
MARKETING_VERSION = 0.64.19;
80508050
ONLY_ACTIVE_ARCH = NO;
80518051
OTHER_LDFLAGS = (
80528052
"-lc++",
@@ -8113,10 +8113,10 @@ C0DE71B10000000000000002 /* AppDelegate+AgentChatNotifications.swift */ = {isa =
81138113
isa = XCBuildConfiguration;
81148114
buildSettings = {
81158115
CODE_SIGN_STYLE = Automatic;
8116-
CURRENT_PROJECT_VERSION = 98;
8116+
CURRENT_PROJECT_VERSION = 99;
81178117
GENERATE_INFOPLIST_FILE = YES;
81188118
MACOSX_DEPLOYMENT_TARGET = 14.0;
8119-
MARKETING_VERSION = 0.64.18;
8119+
MARKETING_VERSION = 0.64.19;
81208120
ONLY_ACTIVE_ARCH = YES;
81218121
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.appuitests;
81228122
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -8131,7 +8131,7 @@ C0DE71B10000000000000002 /* AppDelegate+AgentChatNotifications.swift */ = {isa =
81318131
buildSettings = {
81328132
CODE_SIGN_STYLE = Manual;
81338133
COMBINE_HIDPI_IMAGES = YES;
8134-
CURRENT_PROJECT_VERSION = 98;
8134+
CURRENT_PROJECT_VERSION = 99;
81358135
DEVELOPMENT_TEAM = "";
81368136
ENABLE_USER_SCRIPT_SANDBOXING = YES;
81378137
GENERATE_INFOPLIST_FILE = YES;
@@ -8140,7 +8140,7 @@ C0DE71B10000000000000002 /* AppDelegate+AgentChatNotifications.swift */ = {isa =
81408140
INFOPLIST_KEY_NSPrincipalClass = "";
81418141
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
81428142
MACOSX_DEPLOYMENT_TARGET = 14.0;
8143-
MARKETING_VERSION = 0.64.18;
8143+
MARKETING_VERSION = 0.64.19;
81448144
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.app.docktileplugin.debug;
81458145
PRODUCT_NAME = "$(TARGET_NAME)";
81468146
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -8156,7 +8156,7 @@ C0DE71B10000000000000002 /* AppDelegate+AgentChatNotifications.swift */ = {isa =
81568156
buildSettings = {
81578157
CODE_SIGN_STYLE = Manual;
81588158
COMBINE_HIDPI_IMAGES = YES;
8159-
CURRENT_PROJECT_VERSION = 98;
8159+
CURRENT_PROJECT_VERSION = 99;
81608160
DEVELOPMENT_TEAM = "";
81618161
ENABLE_USER_SCRIPT_SANDBOXING = YES;
81628162
GENERATE_INFOPLIST_FILE = YES;
@@ -8165,7 +8165,7 @@ C0DE71B10000000000000002 /* AppDelegate+AgentChatNotifications.swift */ = {isa =
81658165
INFOPLIST_KEY_NSPrincipalClass = "";
81668166
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
81678167
MACOSX_DEPLOYMENT_TARGET = 14.0;
8168-
MARKETING_VERSION = 0.64.18;
8168+
MARKETING_VERSION = 0.64.19;
81698169
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.app.docktileplugin;
81708170
PRODUCT_NAME = "$(TARGET_NAME)";
81718171
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -8180,10 +8180,10 @@ C0DE71B10000000000000002 /* AppDelegate+AgentChatNotifications.swift */ = {isa =
81808180
buildSettings = {
81818181
BUNDLE_LOADER = "$(TEST_HOST)";
81828182
CODE_SIGN_STYLE = Automatic;
8183-
CURRENT_PROJECT_VERSION = 98;
8183+
CURRENT_PROJECT_VERSION = 99;
81848184
GENERATE_INFOPLIST_FILE = YES;
81858185
MACOSX_DEPLOYMENT_TARGET = 14.0;
8186-
MARKETING_VERSION = 0.64.18;
8186+
MARKETING_VERSION = 0.64.19;
81878187
ONLY_ACTIVE_ARCH = YES;
81888188
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.apptests;
81898189
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -8199,10 +8199,10 @@ C0DE71B10000000000000002 /* AppDelegate+AgentChatNotifications.swift */ = {isa =
81998199
buildSettings = {
82008200
BUNDLE_LOADER = "$(TEST_HOST)";
82018201
CODE_SIGN_STYLE = Automatic;
8202-
CURRENT_PROJECT_VERSION = 98;
8202+
CURRENT_PROJECT_VERSION = 99;
82038203
GENERATE_INFOPLIST_FILE = YES;
82048204
MACOSX_DEPLOYMENT_TARGET = 14.0;
8205-
MARKETING_VERSION = 0.64.18;
8205+
MARKETING_VERSION = 0.64.19;
82068206
ONLY_ACTIVE_ARCH = NO;
82078207
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.apptests;
82088208
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)