Skip to content

Releases: IngoZenz/personaldnsfilter

Release of new version 1.50.56.0

23 Aug 13:26
Compare
Choose a tag to compare
  • Restore option for filter config
  • Fixes for password protection
  • Fixes issue that network got stuck when switching from WiFi to mobile
  • Several smaller fixes and improvments

Release of new version 1.50.55.3

27 Feb 13:32
Compare
Choose a tag to compare
  • fix issue with filter being reloaded with each restart
  • fix issue with passcode protection dialog is not shown
  • Fix crash when requesting Notification Permissions

Release of new version 1.50.55.2

01 Feb 07:43
Compare
Choose a tag to compare

Release of new version 1.50.55.1

26 Jan 09:05
Compare
Choose a tag to compare
  • change to Android target version 33
  • added support for oisd wildcard filter
  • added updated oisd filters
  • improved config migration during update
  • several smaller fixes and improvements

Release of new version 1.50.54.1

05 Mar 14:40
Compare
Choose a tag to compare
  • new UI for editing DNS Server settings
  • filter support for message types different to 1 and 28
  • improved traffic log
  • dump logcat in debug mode
  • added support for DNS Server deactivaton
  • migration to android target 31
  • various fixes and improvements

Release of new version 1.50.53.5

01 Sep 16:00
Compare
Choose a tag to compare
  • various GUI improvements
  • improve copy / paste filter from log
  • fix for carriage return parsing in host files
  • fix for issue with missing timestamp after reboot
  • Updating default host files
  • fix for hanging network after restore of backup or standard configuration
  • enforce portrait mode only on smaller displays
  • display message on playstore version regarding the issue that personalDNSfilter might be removed from playstore due to Google policies

Release of new version 1.50.52.2

25 Apr 12:06
Compare
Choose a tag to compare
  • added experimental scripts for Linux (Thanks @Tommy He)
  • Fix - blacklisting from log required restart
  • Fix - timestamps not shown during remote control
  • Added dnsfilter.conf setting 'dumpDNSPerfInfo' - when 'true" the dns perf info is dumped to the live log.
  • Some code refactoring to separate configuration from android main activity
  • removed obsolete nixnet DNS servers as they are discontinued
  • Improved dark mode colors
  • Added dnsfilter.conf setting 'useActionMenuFallback' - for devices not supporting custom action menus (e.g. Xiaomi)

Release of new version 1.50.51.0

11 Dec 19:46
Compare
Choose a tag to compare
  • Support for GUI landscape mode
  • GUI for App whitelist search
  • Switch to android target version 30
  • Added timestamps in live log
  • Fixing EOF exception issues for DOH and DOT
  • Bug fixes and improvements

Release of new version 1.50.50.1

03 Oct 18:12
Compare
Choose a tag to compare

Fix "Div by zero" issue when index is empty

Release of new version 1.50.50.0

26 Sep 18:09
Compare
Choose a tag to compare
  • wildcard based whitelisting / rework of additionalHosts.txt (PRIORITIES in case of conflicting entries).
  • blacklisted hosts via additionalHosts.txt are not part of the index anymore (in case you want a local host file beeing indexed, add it via file:\ to the filter configuration instead of using additionalHosts.txt.
  • discontinued filter overruling via dnsfilter.conf (use additionalHosts.txt instead).
  • FIX: Handle truncated UDP response by falling back to TCP.
  • Added UI for editing dnsfilter.conf directly (EXPERTS ONLY!).
  • Added UI transitions for better UI experience.
  • FIX: Handle corrupted DNS queries correctly.
  • Several smaller corrections and improvements.