Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedsh committed Sep 17, 2023
2 parents 022e0f1 + 65c1a26 commit 1973733
Show file tree
Hide file tree
Showing 117 changed files with 2,189 additions and 820 deletions.
40 changes: 40 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -942,3 +942,43 @@
**InviZible Pro beta 1.9.3**
* Fixed Tor not starting after enabling Allow Tor Tethering.
* Fixes and optimizations.

**InviZible Pro beta 1.9.4**
* Updated Tor to version 4.8.3.
* Updated Tor geoip file.
* Updated Tor lyrebird obfuscating proxy.
* Updated Tor Conjure bridge.
* Updated Tor Snowflake bridge.
* Updated DNSCrypt.
* Fixed app can't start modules when ports are busy.
* Fixes and optimizations.

**InviZible Pro beta 1.9.5**
* Updated DNSCrypt to version 2.1.5.
* Added support for the Tor WebTunnel bridge.

**InviZible Pro beta 1.9.6**
* Improved Tor WebTunnel bridge censorship resistance.
* Improved Tor Snowflake bridge connection stability.
* Fixed adding meek_lite bridges with utls option.
* Fixed display of ping and country for some WebTunnel bridges.
* Optimized memory usage.

**InviZible Pro beta 1.9.7**
* Updated Tor to version 4.8.4.
* Added a suggestion to reset the module settings in case of a startup failure.
* Fixes and optimizations.

**InviZible Pro beta 1.9.8**
* Updated Tor to version 4.8.5.
* Implemented customizable SNI for Tor connections.
* Using Chromium's TLS fingerprint instead of Firefox's obsolete TLS fingerprint for Tor connections.
* Updated Tor WebTunnel bridge.
* Fixed ANR on Android 4.4.2.
* Fixed requesting new bridges button not responding in rare cases.
* Added Ukrainian translation.

**InviZible Pro beta 1.9.9**
* Added TrackHostExits option to Tor settings.
* Fixed the Tor WebTunnel bridge failure to connect on Android versions lower than 8.
* Fixes and optimizations.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

buildscript {
ext {
kotlin_version = '1.8.20'
dagger_version = '2.45'
kotlin_version = '1.9.0'
dagger_version = '2.47'
multidex_version = "2.0.1"
}

Expand All @@ -30,6 +30,6 @@ allprojects {
}
}

task clean(type: Delete) {
tasks.register('clean', Delete) {
delete rootProject.buildDir
}
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100194.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
**InviZible Pro beta 1.9.4**
* Updated Tor to version 4.8.3.
* Updated Tor geoip file.
* Updated Tor lyrebird obfuscating proxy.
* Updated Tor Conjure bridge.
* Updated Tor Snowflake bridge.
* Updated DNSCrypt.
* Fixed app can't start modules when ports are busy.
* Fixes and optimizations.
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100195.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**InviZible Pro beta 1.9.5**
* Updated DNSCrypt to version 2.1.5.
* Added support for the Tor WebTunnel bridge.
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100196.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
**InviZible Pro beta 1.9.6**
* Improved Tor WebTunnel bridge censorship resistance.
* Improved Tor Snowflake bridge connection stability.
* Fixed adding meek_lite bridges with utls option.
* Fixed display of ping and country for some WebTunnel bridges.
* Optimized memory usage.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100197.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**InviZible Pro beta 1.9.7**
* Updated Tor to version 4.8.4.
* Added a suggestion to reset the module settings in case of a startup failure.
* Fixes and optimizations.
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100198.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
**InviZible Pro beta 1.9.8**
* Updated Tor to version 4.8.5.
* Implemented customizable SNI for Tor connections.
* Using Chromium's TLS fingerprint instead of Firefox's obsolete TLS fingerprint for Tor connections.
* Updated Tor WebTunnel bridge.
* Fixed ANR on Android 4.4.2.
* Fixed requesting new bridges button not responding in rare cases.
* Added Ukrainian translation.
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/100199.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**InviZible Pro beta 1.9.9**
* Added TrackHostExits option to Tor settings.
* Fixed the Tor WebTunnel bridge failure to connect on Android versions lower than 8.
* Fixes and optimizations.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ kotlin.caching.enabled=true
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false
#org.gradle.unsafe.configuration-cache=true
org.gradle.configuration-cache=true
Loading

0 comments on commit 1973733

Please sign in to comment.