Skip to content

Commit

Permalink
Release version 4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz committed Sep 25, 2023
1 parent 014d222 commit 8296cb1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# IPtProxyUI

## 4.0.0
- Removed manual configuration with CAPTCHA, as that was recently deprecated by Tor Project.
- Improved automatic configuration:
- Update built-in bridges automatically.
- Store custom Obfs4 bridges, when provided, even when recommendation is to use something else.
- Re-added Meek Azure, as specific people have a lot of trouble on other bridge types and it still didn't get removed.
- Updated translations.
- Updated default bridges list.

## 3.0.2
- Updated translations.
- Updated default bridges list.
Expand Down
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Expand Up @@ -3,12 +3,12 @@ PODS:
- ImageRow (4.1.0):
- Eureka (~> 5.3.5)
- IPtProxy (3.1.1)
- IPtProxyUI (3.0.2):
- IPtProxyUI (4.0.0):
- Eureka (~> 5.3)
- ImageRow (~> 4.0)
- IPtProxy (~> 3.1.1)
- IPtProxyUI/App (= 3.0.2)
- IPtProxyUI/App (3.0.2):
- IPtProxyUI/App (= 4.0.0)
- IPtProxyUI/App (4.0.0):
- Eureka (~> 5.3)
- ImageRow (~> 4.0)
- IPtProxy (~> 3.1.1)
Expand All @@ -33,7 +33,7 @@ SPEC CHECKSUMS:
Eureka: 28ad9dec6286cd7cd601fdf8e8df39bb7356a8f4
ImageRow: 880c0f052c5a89c80521b485c86ccf723a124e99
IPtProxy: 264799227d5d83a4a583e66bd4ea846510554025
IPtProxyUI: 9b38d74482ee0d3764560845190520b88f739d49
IPtProxyUI: c606e88ec4d7e8ffda4eea8640dcdde909489374
ProgressHUD: 093d24ca970f191744017bee2649e37d0cd1c5b9

PODFILE CHECKSUM: a28e91622341edaa77fe8db0347c3ce225da7654
Expand Down
2 changes: 1 addition & 1 deletion IPtProxyUI.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'IPtProxyUI'
s.version = '3.0.2'
s.version = '4.0.0'
s.summary = 'IPtProxyUI provides a UI to configure bridges for all Pluggable Transports available in the IPtProxy package.'

s.description = <<-DESC
Expand Down

0 comments on commit 8296cb1

Please sign in to comment.