From d41ae49f584af07c54be3f0a6106cab1fe9c56d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C4=ABls?= Date: Wed, 23 Oct 2024 16:15:35 +0200 Subject: [PATCH] Update changelog and build for release --- ios/Assets/changes.txt | 5 +---- ios/CHANGELOG.md | 6 +++++- ios/Configurations/Version.xcconfig | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ios/Assets/changes.txt b/ios/Assets/changes.txt index f9d1c0f3c885..aed6aaa84c77 100644 --- a/ios/Assets/changes.txt +++ b/ios/Assets/changes.txt @@ -1,4 +1 @@ -CHANGE THIS BEFORE A RELEASE -Each line is treated as a separate change item shown in the GUI the first time it runs after install. -Start each line with a capital letter and end each line with a period. -Only point out the major changes. +Improved DAITA behavior - now any exit can be used with a DAITA entry automatically. To explicitly select entry and exit relays, enable "Direct only" mode. diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index aee8e0a84f96..bd2be7a711b3 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -21,10 +21,14 @@ Line wrap the file at 100 chars. Th * **Fixed**: for any bug fixes. * **Security**: in case of vulnerabilities. -## Unreleased +##[Unreleased] + +## [2024.9] ### Changed - Replace the draft key encapsulation mechanism Kyber (round 3) with the standardized ML-KEM (FIPS 203) dito in the handshake for Quantum-resistant tunnels. +- Improved DAITA setting, allowing users to use DAITA servers with all exits. + To manually set entry, users can explicitly enable "Direct only" option. ### Fixed - Fix app going into blocked state on first-time installs. diff --git a/ios/Configurations/Version.xcconfig b/ios/Configurations/Version.xcconfig index 505f85efc24c..b49deda243a1 100644 --- a/ios/Configurations/Version.xcconfig +++ b/ios/Configurations/Version.xcconfig @@ -7,4 +7,4 @@ MARKETING_VERSION = 2024.9 // Build number // Normally we reset the build number to 1 after bumping MARKETING_VERSION. // Otherwise increment it for each subsequent TestFlight submission. -CURRENT_PROJECT_VERSION = 1 +CURRENT_PROJECT_VERSION = 5