Skip to content

Commit

Permalink
Update changelog and build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Oct 30, 2024
1 parent f73d69d commit d41ae49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 1 addition & 4 deletions ios/Assets/changes.txt
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 5 additions & 1 deletion ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ios/Configurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d41ae49

Please sign in to comment.