Skip to content

Releases: IngoZenz/personaldnsfilter

Release of new version 1.50.49.1

25 Jul 14:42
Compare
Choose a tag to compare
  • Remote connect UI added.
  • Info popup at start.
  • UI improvements.
  • Fixing some rare crashes.

Release of new version 1.50.48.1

05 May 16:45
Compare
Choose a tag to compare
  • Fix NPE in App Whitelist Selection UI (a regression from 1.50.48.0)
  • Migrate Configuration to external App Storage (get rid of Storage permission request)
  • Fix for DOH in case response has no content-length set
  • Fix for SSL Error when loading filters on Kitkat and before
  • Translation Fixes
  • minor UI fixes

Release of new version 1.50.48.0

04 May 11:28
Compare
Choose a tag to compare
  • Migrate Configuration to external App Storage (get rid of Storage permission request)
  • Fix for DOH in case response has no content-length set
  • Fix for SSL Error when loading filters on Kitkat and before
  • Translation Fixes
  • minor UI fixes

Release of new version 1.50.47.0

26 Feb 12:34
Compare
Choose a tag to compare
  • Fixing root mode issue "/forward_ip: open failed: EROFS (Read-only file system)"
  • Fixing issue "VPN is considered a metered connection"
  • Improved UI
  • Hide UI for App whitelisting in non VPN mode

Release of new version 1.50.46.0

10 Jan 09:59
Compare
Choose a tag to compare
  • Added possibility to map custom IPs via additional hosts configuration.
  • Added possibility to pause / resume filter via android notification action.
  • Added configuration for managing local access only restriction in proxy mode.
  • Fixed root mode issue which caused that some devices could have been losing network when switched.
  • Possibiity to restore default DNS configuration via android UI.
  • Fixed several app crash issues on android when working with UI.
  • fixed several log typo / content issues
  • Improved translations

Release of new version 1.50.45.0

13 Dec 15:41
Compare
Choose a tag to compare
  • Updated DNS servers
  • Dutch , Vietnamese and Simplified Chinese translation fix
  • Optimized resources
  • updated icons
  • support for tunneling DOT / DOH over http proxy

Release of new version 1.50.44.0

14 Nov 11:55
Compare
Choose a tag to compare
  • Prepare for Playstore Release
  • switch target version to SDK 29
  • Darkmode support
  • New Icons

Release of new version 1.50.43.0

20 Oct 06:19
Compare
Choose a tag to compare

Fixing app build issue on F-Droid of version 1.50.42.4

Changes from 1.50.42.4 release

  • Block IPv6 packets when running in root mode in order to prevent DNS leak via IPv6
  • Fix for IP Detection in root mode - check that network interface is up.
  • Fixes app crash after initial install of previous 1.50.42 version (regression in 1.50.42.0)
  • Added secure DNS server defaults from libredns.gr, uncensoreddns.org, nixnet.services, and also adguard.com
  • DNS Server selection based on response time
  • Prevent repeating log entries, mainly repeating DNS requests (see dnsfilter.conf setting "repeatingLogSuppressTime")
  • Change of android application label to "personalDNSfilter"
  • Added retry for UDP requests
  • Adding new dnsfilter.conf setting "routeUnderlyingDNS" (default false) for routing all detected dns servers of the underlying network to the dummy VPN created on Android. Might fix issue with Google chrome bypassing the filter on android.
  • Introduced very basic passcode protection in order to force a passcode on android based version before getting access (dnsfilter.conf setting "passcode"
  • Some UI changes (square checkbox / added on focus color (support remote control usage, e.g. on Android TV)
  • Fixing app crash on app start on Android 4.1

Release of new version 1.50.41.0

18 Jul 13:57
Compare
Choose a tag to compare
  • Enabling compressed filter download (thanks @j-moriarti)
  • Configurable IP to be returned for filtered hosts (default now 0.0.0.0 /::1)
  • Fix / Workarround for root mode with IPv6. IPv6 connections to port 53 are now dropped because they can't be forwarded on all devices
  • configurabe DNS Proxy port for non Android devices (see dnsfilter.conf, dnsProxyPortNonAndroid)

Release of new version 1.50.40.0

22 May 12:04
Compare
Choose a tag to compare
  • Translations added / improved
  • Updated filter urls for energized filters
  • some minor improvments