diff --git a/CHANGELOG.md b/CHANGELOG.md index c074138d..ca835c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to cmuxterm are documented here. +## [1.13.0] - 2025-01-29 + +### Added +- Customizable keyboard shortcuts via Settings + +### Fixed +- Find panel focus and search alignment with Ghostty behavior + +### Changed +- Sentry environment now distinguishes between production and dev builds + ## [1.12.0] - 2025-01-29 ### Fixed diff --git a/GhosttyTabs.xcodeproj/project.pbxproj b/GhosttyTabs.xcodeproj/project.pbxproj index 3a25f11f..a89f5cfa 100644 --- a/GhosttyTabs.xcodeproj/project.pbxproj +++ b/GhosttyTabs.xcodeproj/project.pbxproj @@ -550,7 +550,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 1.12.0; + MARKETING_VERSION = 1.13.0; OTHER_LDFLAGS = ( "-lc++", "-framework", @@ -595,7 +595,7 @@ "$(inherited)", "@executable_path/../Frameworks", ); - MARKETING_VERSION = 1.12.0; + MARKETING_VERSION = 1.13.0; OTHER_LDFLAGS = ( "-lc++", "-framework", @@ -651,7 +651,7 @@ CURRENT_PROJECT_VERSION = 18; GENERATE_INFOPLIST_FILE = YES; MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 1.12.0; + MARKETING_VERSION = 1.13.0; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.appuitests; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -668,7 +668,7 @@ CURRENT_PROJECT_VERSION = 18; GENERATE_INFOPLIST_FILE = YES; MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 1.12.0; + MARKETING_VERSION = 1.13.0; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = com.cmuxterm.appuitests; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/docs-site/content/docs/changelog.mdx b/docs-site/content/docs/changelog.mdx index 963e866d..9a6a4b94 100644 --- a/docs-site/content/docs/changelog.mdx +++ b/docs-site/content/docs/changelog.mdx @@ -5,6 +5,17 @@ description: Release notes and version history for cmuxterm All notable changes to cmuxterm are documented here. +## [1.13.0] - 2025-01-29 + +### Added +- Customizable keyboard shortcuts via Settings + +### Fixed +- Find panel focus and search alignment with Ghostty behavior + +### Changed +- Sentry environment now distinguishes between production and dev builds + ## [1.12.0] - 2025-01-29 ### Fixed