Releases: IngoZenz/personaldnsfilter
Releases · IngoZenz/personaldnsfilter
Release of new version 1.50.56.0
Release of new version 1.50.55.3
- 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
Release of new version 1.50.55.1
- 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
- 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
- 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
- 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
- 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
Fix "Div by zero" issue when index is empty
Release of new version 1.50.50.0
- 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.