Bump version to 1.19.3

This commit is contained in:
Lawrence Chen 2026-02-08 19:24:54 -08:00
parent 59370115ce
commit e03fc1909b
3 changed files with 18 additions and 8 deletions

View file

@ -2,6 +2,11 @@
All notable changes to cmuxterm are documented here.
## [1.19.3] - 2026-02-09
### Fixed
- Update status pill not rendering in toolbar due to zero-frame hosting view
## [1.19.2] - 2026-02-09
### Fixed

View file

@ -538,7 +538,7 @@
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 27;
CURRENT_PROJECT_VERSION = 28;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = NO;
GENERATE_INFOPLIST_FILE = YES;
@ -554,7 +554,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.19.2;
MARKETING_VERSION = 1.19.3;
OTHER_LDFLAGS = (
"-lc++",
"-framework",
@ -583,7 +583,7 @@
CODE_SIGN_ENTITLEMENTS = "";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 27;
CURRENT_PROJECT_VERSION = 28;
DEVELOPMENT_TEAM = "";
ENABLE_HARDENED_RUNTIME = NO;
GENERATE_INFOPLIST_FILE = YES;
@ -599,7 +599,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.19.2;
MARKETING_VERSION = 1.19.3;
OTHER_LDFLAGS = (
"-lc++",
"-framework",
@ -652,10 +652,10 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 27;
CURRENT_PROJECT_VERSION = 28;
GENERATE_INFOPLIST_FILE = YES;
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.19.2;
MARKETING_VERSION = 1.19.3;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.appuitests;
PRODUCT_NAME = "$(TARGET_NAME)";
@ -669,10 +669,10 @@
isa = XCBuildConfiguration;
buildSettings = {
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 27;
CURRENT_PROJECT_VERSION = 28;
GENERATE_INFOPLIST_FILE = YES;
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.19.2;
MARKETING_VERSION = 1.19.3;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.appuitests;
PRODUCT_NAME = "$(TARGET_NAME)";

View file

@ -5,6 +5,11 @@ description: Release notes and version history for cmuxterm
All notable changes to cmuxterm are documented here.
## [1.19.3] - 2026-02-09
### Fixed
- Update status pill not rendering in toolbar due to zero-frame hosting view
## [1.19.2] - 2026-02-09
### Fixed