Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.7.1 update CHANGELOG and release number #1080

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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++"
Expand Down Expand Up @@ -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
Expand Down
Loading