From 9ac608cacf26834ed033a1765f29472ebacb39ac Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Fri, 17 Jan 2025 11:30:23 +0100 Subject: [PATCH] Update CHANGELOG and release number --- CHANGELOG.md | 13 +++++++++++++ project.yml | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3863d07f..1a300289 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 3.7.1 + - UPDATE: + -Localisations (@translatewiki #1056, #1070) + - CI to Xcode 15.2 (@BPerlakiH #1062) + - Removed unused parts from CI / CD (@BPerlakiH #1066) + - FIX: + - Opening deeplinks (@BPerlakiH #1048) + - Open new tab via http blank link (@BPerlakiH #1064) + - Removed empty help menu from macOS (@BPerlakiH #1078) + - Sandbox issue for macOS CI unit tests (@BPerlakiH #1076) + - "Flaky" unit-tests (@BPerlakiH #1072) + - Removed support / donation for macOS FTP builds, as it's not supported outside of AppStore (@BPerlakiH #1074) + # 3.7.0 - NEW: - Support Kiwix with Apple Pay donation (@BPerlakiH @rgaudin #1022, #1045, #1046, #1049) diff --git a/project.yml b/project.yml index 2136e4c5..6ca8cdb0 100644 --- a/project.yml +++ b/project.yml @@ -13,7 +13,7 @@ settings: base: DEVELOPMENT_TEAM: L7HWM3SP3L GENERATE_INFOPLIST_FILE: YES - CURRENT_PROJECT_VERSION: 185 + CURRENT_PROJECT_VERSION: 204 ENABLE_USER_SCRIPT_SANDBOXING: NO ENABLE_MODULE_VERIFIER: YES MODULE_VERIFIER_SUPPORTED_LANGUAGES: "objective-c objective-c++" @@ -101,7 +101,7 @@ targets: com.apple.developer.in-app-payments: [merchant.org.kiwix.apple] # this line is removed for macOS FTP settings: base: - MARKETING_VERSION: "3.7.0" + MARKETING_VERSION: "3.7.1" PRODUCT_BUNDLE_IDENTIFIER: self.Kiwix INFOPLIST_KEY_CFBundleDisplayName: Kiwix INFOPLIST_FILE: Support/Info.plist