From ff49884fb16c92bff5b6793c1777d6fb775619fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C4=ABls?= Date: Tue, 3 Dec 2024 13:51:13 +0100 Subject: [PATCH 1/2] Update changelog after 2024.11 --- ios/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index 7e8465212679..80ffcf9643fe 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -21,12 +21,15 @@ Line wrap the file at 100 chars. Th * **Fixed**: for any bug fixes. * **Security**: in case of vulnerabilities. -## Unreleased +## [2024.11 - 2024-12-12] ### Added - Add WireGuard over Shadowsocks obfuscation. It can be enabled in "VPN settings". This will also be used automatically when connecting fails with other methods. - Add new settings views for DAITA and multihop. +### Fixed +- When loading logs, a spinner will be shown to indicate the app is busy. + ## [2024.10 - 2024-11-20] ### Fixed - Removed deadlock when losing connectivity without entering offline state. From 23682bd15f8e639b20309837d4a05ceca47073a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C4=ABls?= Date: Tue, 17 Dec 2024 17:59:46 +0100 Subject: [PATCH 2/2] Bump iOS build --- ios/Configurations/Version.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index fbd686883459..64796a336561 100644 --- a/ios/Configurations/Version.xcconfig +++ b/ios/Configurations/Version.xcconfig @@ -2,7 +2,7 @@ VERSIONING_SYSTEM = apple-generic // Marketing version, aka major.minor -MARKETING_VERSION = 2024.11 +MARKETING_VERSION = 2024.12 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION.