From 05e85575fac8c6501a8021b2f541a5f45d11bfb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20Bu=CC=88nz?= Date: Tue, 1 Oct 2024 13:35:42 +0200 Subject: [PATCH] 4.4.0 - bump version tag - update CHANGELOG --- CHANGELOG.md | 25 +++++++++++++++---------- CriticalMaps.xcodeproj/project.pbxproj | 8 ++++---- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1def3371..4e0ee7db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,19 +2,24 @@ Changelog for Critical Maps iOS -# [4.4.0] - 2024-08-05 +## [4.4.0] - 2024-10-01 + +### Added + +- Fetches extended ride infos with included ride event timezone. + This improves internal event time representations. ### Updated -- Adopt TCA 1.12 +- Adopted TCA 1.12 - Replace Twitter with Mastodon in settings -- Enabling observationmode will stop updating locations ### Fixed +- Enabling observationmode will stop updating locations - Location tracking Button Animation -# [4.3.0] - 2023-07-21 +## [4.3.0] - 2023-07-21 ### Added @@ -30,7 +35,7 @@ Changelog for Critical Maps iOS - Store user settings failure fixed -# [4.2.1] - 2023-06-05 +## [4.2.1] - 2023-06-05 ### Fixed @@ -39,7 +44,7 @@ Changelog for Critical Maps iOS - Bugfixes -# [4.2.0] - 2023-06-01 +## [4.2.0] - 2023-06-01 ### Added @@ -47,7 +52,7 @@ Changelog for Critical Maps iOS - Update BottomSheet view that will focus on available next ride - Performance enhencements -# [4.0.0] - 2022-03-18 +## [4.0.0] - 2022-03-18 __Proposal for the release is to make it `4.0.0`__ This release is a rebuild of the app built with [`The Composable Architecture`](https://github.com/pointfreeco/swift-composable-architecture) and `SwiftUI` @@ -62,7 +67,7 @@ This release is a rebuild of the app built with [`The Composable Architecture`]( - Show observation mode prompt on first app launch -# [3.9.2] - 2021-05-04 +## [3.9.2] - 2021-05-04 ### Fixed @@ -71,7 +76,7 @@ This release is a rebuild of the app built with [`The Composable Architecture`]( - Fix Switching Appearance Settings and using `.system` - 🤞Should fix event feature related crashes. -# [3.9.1] - 2020-11-20 +## [3.9.1] - 2020-11-20 ### Fixed @@ -79,7 +84,7 @@ This release is a rebuild of the app built with [`The Composable Architecture`]( - Make `BikeAnnotation` it is more accesible now(scales with preferredContentSizeCategory) - Minor layout fixes: accessory color in Settings and update chat input to follow the design from sketch -# [3.9.0] - 2020-11-09 +## [3.9.0] - 2020-11-09 ### Added diff --git a/CriticalMaps.xcodeproj/project.pbxproj b/CriticalMaps.xcodeproj/project.pbxproj index b0c8ce4f..0865dde6 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 = 230819; + CURRENT_PROJECT_VERSION = 241001; DEVELOPMENT_TEAM = 5YLLXUZBZ2; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 5YLLXUZBZ2; ENABLE_PREVIEWS = YES; @@ -685,7 +685,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 4.3.0; + MARKETING_VERSION = 4.4.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 = 230819; + CURRENT_PROJECT_VERSION = 241001; DEVELOPMENT_TEAM = 5YLLXUZBZ2; "DEVELOPMENT_TEAM[sdk=iphoneos*]" = 5YLLXUZBZ2; ENABLE_PREVIEWS = YES; @@ -715,7 +715,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 4.3.0; + MARKETING_VERSION = 4.4.0; PRODUCT_BUNDLE_IDENTIFIER = de.pokuslabs.criticalmassberlin; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "Critical Maps Prov Profile";