Skip to content

Commit

Permalink
release 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mltbnz committed Oct 28, 2024
1 parent 55fbc3b commit 373c756
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions CriticalMaps.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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";
Expand All @@ -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;
Expand All @@ -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";
Expand Down

0 comments on commit 373c756

Please sign in to comment.