Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
- bump version tag
- update CHANGELOG
  • Loading branch information
mltbnz committed Oct 1, 2024
1 parent 4082917 commit 05e8557
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 14 deletions.
25 changes: 15 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -39,15 +44,15 @@ Changelog for Critical Maps iOS
- Bugfixes


# [4.2.0] - 2023-06-01
## [4.2.0] - 2023-06-01

### Added

- Adopt new Backend architecture
- 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`
Expand All @@ -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

Expand All @@ -71,15 +76,15 @@ 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

- Remove Container Background Color in MapInfoView
- 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

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 = 230819;
CURRENT_PROJECT_VERSION = 241001;
DEVELOPMENT_TEAM = 5YLLXUZBZ2;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 5YLLXUZBZ2;
ENABLE_PREVIEWS = YES;
Expand All @@ -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";
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 = 230819;
CURRENT_PROJECT_VERSION = 241001;
DEVELOPMENT_TEAM = 5YLLXUZBZ2;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 5YLLXUZBZ2;
ENABLE_PREVIEWS = YES;
Expand All @@ -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";
Expand Down

0 comments on commit 05e8557

Please sign in to comment.