Skip to content

Commit

Permalink
Release version 1.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz committed Sep 25, 2023
1 parent 805f8d3 commit b2dd9ea
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# OnionShare iOS Changelog

## 1.0.3
- Updated Tor to 0.4.8.4.
- Updated bridge support:
- Removed manual configuration which is now deprecated.
- Added updating of built-in bridges.
- Added back Meek Azure support, as that is still not going away and other bridges are sometimes difficult in other regions.
- Updated translations. Added Swhaili and Bulgarian.

## 1.0.2
- Updated translations.
- Fixed minor security vulnerabilities found in penetration test.
Expand Down
4 changes: 2 additions & 2 deletions Shared/Config.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ CODE_SIGN_IDENTITY[config=Release] =

GCC_PREPROCESSOR_DEFINITIONS = $(inherited) EXT_PRODUCT_BUNDLE_IDENTIFIER="$(EXT_PRODUCT_BUNDLE_IDENTIFIER)" APP_GROUP="$(APP_GROUP)"

MARKETING_VERSION = 1.0.2
CURRENT_PROJECT_VERSION = 23
MARKETING_VERSION = 1.0.3
CURRENT_PROJECT_VERSION = 24
9 changes: 6 additions & 3 deletions fastlane/metadata/en-US/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- Updated translations.
- Fixed minor security vulnerabilities found in penetration test.
- Updated Obfs4proxy and Snowflake bridge support.
- Updated Tor to 0.4.8.4.
- Updated bridge support:
- Removed manual configuration which is now deprecated.
- Added updating of built-in bridges.
- Added back Meek Azure support, as that is still not going away and other bridges are sometimes difficult in other regions.
- Updated translations. Added Swhaili and Bulgarian.

0 comments on commit b2dd9ea

Please sign in to comment.