Releases: t895/DNSNet
Releases · t895/DNSNet
1.1.17
Changes
- The presets screen is now shown if you update from v1.1.4 or below. Previously you could end up with no block lists enabled and the app would appear broken.
- Fixed hagezi Normal list link
- Updated translations from Weblate
The translators did a fantastic job over the past few days because we now have complete German, Indonesian, and Russian translations. Thank you all!
1.1.16
Changes
- Fixed a crash that could happen when turning off the service
- Fixed a crash that could happen when changing the behavior of your host files or exceptions
- Updated translations from Weblate
1.1.15
Changes
- New presets screen with well-known and frequently updated block lists to replace default config options
- App design refresh
- Fixed a background crash when the service is being destroyed
- Updated translations from Weblate
1.1.14
Changes
- Fixed an ANR if you tried to stop the service when not connected to any network
- Fixed the app version in the about screen
1.1.13
Changes
- Added a toggle to enable the use of DNS servers from active network
- Added support for Android devices with 16KB pages
- Fixed an issue where the service would crash when shutting down
1.1.12
- Fix an issue that would break loading some hostfiles
1.1.11
Changes
- Fixed crash after starting the app for the first time if you select the "Load default settings" option in the "Start" screen.
This happened because I was setting the start destination parameter of the NavHost composable incorrectly.
Correct usage is explained here: https://issuetracker.google.com/issues/315855036
1.1.10
Changes
- Fixes a crash when restoring current destination after process death
1.1.9
Changes
- Added support for blocking all subdomains with wildcards (e.g.
*.example.com
and||example.com^
) - Added a setup screen
- Added link to FAQ in the About screen
- Improved shutdown speed when interrupting the blocklist loading process
1.1.8
Changes
- Added a broadcast receiver for automation (Send a broadcast to
dev.clombardo.dnsnet.ActionReceiver
with the actiondev.clombardo.dnsnet.(START/STOP)
to toggle the service) - Persist list filter and sort state across process death
- Fix for a crash during a service status update