Skip to content

Releases: t895/DNSNet

1.1.17

06 Apr 14:17
Compare
Choose a tag to compare

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

03 Apr 15:27
Compare
Choose a tag to compare

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

01 Apr 04:19
Compare
Choose a tag to compare

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

27 Mar 03:06
Compare
Choose a tag to compare

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

26 Mar 05:06
Compare
Choose a tag to compare

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

16 Mar 02:00
Compare
Choose a tag to compare
  • Fix an issue that would break loading some hostfiles

1.1.11

15 Mar 23:58
Compare
Choose a tag to compare

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

15 Mar 22:25
Compare
Choose a tag to compare

Changes

  • Fixes a crash when restoring current destination after process death

1.1.9

15 Mar 21:52
Compare
Choose a tag to compare

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

12 Mar 02:47
Compare
Choose a tag to compare

Changes

  • Added a broadcast receiver for automation (Send a broadcast to dev.clombardo.dnsnet.ActionReceiver with the action dev.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