Releases: ZeroNetX/ZeroNet
Releases · ZeroNetX/ZeroNet
Android_Binaries_Mod
These will be helpful for beta track on Google Play and others modified releases.
Py3 Android v 0.4.7
Merge pull request #2459 from imachug/github-actions Add GitHub Actions workflow
Py3 Android Apk v 0.4.5
v 0.4.5
- Fixed Some Bugs.
v 0.4.3
- Backup/Restore 'users.json' File.
- Added more options for Profile Switcher in Settings.
- Fix ZeroNet Status on Main page.
v 0.4.2
- Fixed Startup error while running ZeroNet sometimes.
- Profile Switcher in Settings.
- Added Toggle for Full Screen for ZeroNet Zites in Settings.
- Added ZeroNet Mobile for Popular Sites Page.
v 0.4.1
- Added Auto Size Text for some elements like App Popular Sites Titles.
Py3 Android Apk v 0.4.0
- Added Tor Support.
Py3 Android Apk v 0.3.5
Added Custom Openssl Path for Native Clients This Parameter helpful where openssl path is not fixed always, we can also use this to reduce code verbosity by providing other like these and provide them as parameter ``` if sys.platform.startswith("win"): self.openssl_bin = "tools\\openssl\\openssl.exe" elif config.dist_type.startswith("bundle_linux"): self.openssl_bin = "../runtime/bin/openssl" else: self.openssl_bin = "openssl" ``` Also Fixed Tracker files provided are not loading on some systems like Android client where path storage access is restricted
Android Binaries for Version above 0.3.0
Android_Binaries_New Rev4401
Py3 Android Apk v 0.2.5
v 0.2.5
- Patch for arm binaries.
Py3 Android Apk v 0.2.4
Changelog :
v 0.2.4
- Fix Battery Optimization Setting.
- App Speed Improvements.
- Extended Warning during Downloading Files.
v 0.2.3
- Fixed Settings Page Not Showing on First Time App Start, which is actual behavior.
v 0.2.2
- Added Settings Page
- Added Custom Data Folder.
- Added Option to Disable Android Battery Optimizations.
v 0.2.1
- Fixed Zooming Issue on Zites.
- Added Dynamic Title for App Bar.
- App Speed Improvements.
Py3 Android Apk v 0.2.0
From This version we are using minimal bin files, almost 50% size reduction per arch thus faster downloads on initial download of files
Android Binaries Minimal
These are minimal Binaries, unnecessary modules of python are removed.