diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0ee7db..698672ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,22 +2,24 @@ Changelog for Critical Maps iOS -## [4.4.0] - 2024-10-01 +## [4.5.0] - 2024-10-28 ### Added -- Fetches extended ride infos with included ride event timezone. - This improves internal event time representations. +- iOS 18: support tinted app icon ### Updated -- Adopted TCA 1.12 +- Fetches extended ride infos with included ride event timezone. + This improves international event time representations. +- Main navigation: Moved guides into settings - Replace Twitter with Mastodon in settings +- Adopted TCA 1.12 ### Fixed - Enabling observationmode will stop updating locations -- Location tracking Button Animation +- Location tracking Button animation ## [4.3.0] - 2023-07-21 diff --git a/CriticalMaps.xcodeproj/project.pbxproj b/CriticalMaps.xcodeproj/project.pbxproj index 0865dde6..c6c73aa9 100644 --- a/CriticalMaps.xcodeproj/project.pbxproj +++ b/CriticalMaps.xcodeproj/project.pbxproj @@ -674,7 +674,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 241001; + CURRENT_PROJECT_VERSION = 241028; DEVELOPMENT_TEAM = 5YLLXUZBZ2; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 5YLLXUZBZ2; ENABLE_PREVIEWS = YES; @@ -685,7 +685,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 4.4.0; + MARKETING_VERSION = 4.5.0; PRODUCT_BUNDLE_IDENTIFIER = de.pokuslabs.criticalmassberlin; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "Critical Maps Prov Profile"; @@ -704,7 +704,7 @@ ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_IDENTITY = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 241001; + CURRENT_PROJECT_VERSION = 241028; DEVELOPMENT_TEAM = 5YLLXUZBZ2; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 5YLLXUZBZ2; ENABLE_PREVIEWS = YES; @@ -715,7 +715,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 4.4.0; + MARKETING_VERSION = 4.5.0; PRODUCT_BUNDLE_IDENTIFIER = de.pokuslabs.criticalmassberlin; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "Critical Maps Prov Profile";