diff --git a/changelog.md b/changelog.md index 719b242..62b32fc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,31 @@ # Changelog +## 2.0.38 + +#### Updated binary files to 2.0.38 | jedisct1 + - Entries from lists (forwarding, blacklists, whitelists) now support +inline comments. + - Reliability improvement: queries over UDP are retried after a timeout +instead of solely relying on the client. + - Reliability improvement: during temporary network outages, cached records +are now served even if they are stale. + - Bug fix: SOCKS proxies and DNS relays can be combined. + - New feature: multiple fallback resolvers are now supported (see the +new `fallback_resolvers` option. Note that `fallback_resolver` is +still supported for backward compatibility). + - Windows: the service can be installed with a configuration file +stored separately from the application. + - Security (affecting DoH): precompiled binaries of dnscrypt-proxy 2.0.37 are +built using Go 1.13.7 that fixes a TLS certificate parsing issue present in +previous versions of the compiler. + +#### Updated config files to 2.0.38 | quindecim +* ✅ Added `dnswarden-dc3` (DnsCrypt protocol . Non-logging, supports DNSSEC. By https://dnswarden.com). +* ✅ Updated `Magisk Module Installer template`. It require `Magisk 19+` from now on. +* ✅ Fixed an issue where `dnscrypt-proxy` doesn't detect the config file. +* ✅ Updated `blacklist.txt` to `2020-01-30`. + + ## 2.0.36 #### Updated binary files to 2.0.36 | jedisct1 diff --git a/customize.sh b/customize.sh index 1e5d50a..4bcafba 100644 --- a/customize.sh +++ b/customize.sh @@ -1,7 +1,7 @@ ui_print " " ui_print "******************************" ui_print "* dnscrypt-proxy-android *" - ui_print "* 2.0.36 *" + ui_print "* 2.0.38 *" ui_print "******************************" ui_print "* quindecim *" ui_print "******************************" diff --git a/module.prop b/module.prop index 24b8be6..93f8c42 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,6 @@ id=dnscrypt-proxy-android name=DNSCrypt-Proxy 2 -version=2.0.36 -versionCode=36 +version=2.0.38 +versionCode=38 author=quindecim -description=A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2, DNS-over-HTTPS and Anonymized DNSCrypt. Using dnscrypt-proxy 2.0.36 +description=A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2, DNS-over-HTTPS and Anonymized DNSCrypt. Using dnscrypt-proxy 2.0.38