Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Releases: Zaczero/DNSChanger

v2.3

15 Feb 21:58
85f8019
Compare
Choose a tag to compare

Changelog

v2.3

  • Updated IP addresses of AdGuard - thanks to @Celuni
  • Added AdGuard Family protection preset
  • Added AdGuard Non filtering preset
  • Updated IP addresses of NextDNS

馃摟 Contact

v2.2.1

05 Feb 16:26
089ed2c
Compare
Choose a tag to compare

Changelog

v2.2.1

  • Better error handling in some cases

v2.2

  • Fixed DNSChanger crash when netsh process is not in English #2
  • Fixed minor UI bug when pressing animated button multiple times in a short period of time

馃摟 Contact

v2.2

20 Sep 00:02
1b365d0
Compare
Choose a tag to compare

Changelog

  • Fixed DNSChanger crash when netsh process is not in English #2
  • Fixed minor UI bug when pressing animated button multiple times in a short period of time

馃摟 Contact

v2.1

11 Sep 04:52
6063ad0
Compare
Choose a tag to compare

Changelog

  • Added error message when no network interfaces were fetched (#2)
  • Added more logging inside GetInterfaces function (#2)
  • Fixed DNSCrpyt not working with IPv6
  • Fixed OpenConfig crash when no default .toml app is specified
  • Updated README file
  • Updated NuGets

馃摟 Contact

v2.0

07 Aug 00:58
b18875f
Compare
Choose a tag to compare

Changelog

  • Added built-in DNSCrypt support
  • Added more DNS servers
  • Implemented crash logging via Sentry
  • Changed .NET Framework requirements (to 4.7.2)
  • Updated README file
  • Updated NuGets

馃摟 Contact

v1.3.1

15 Apr 23:07
4ad263e
Compare
Choose a tag to compare

Changelog

  • Added remember feature for last selected interface

  • Added support for <1ms ping timeouts
  • Added dark theme support (synchronizes with Windows)
  • Updated NuGet packages
  • Updated copyright year

v1.3

06 Jan 19:09
Compare
Choose a tag to compare

Changelog

  • Added support for <1ms ping timeouts
  • Added dark theme support (synchronizes with Windows)
  • Updated NuGet packages
  • Updated copyright year

v1.2

14 Oct 17:58
Compare
Choose a tag to compare

Changelog

  • Task Scheduler task will now execute after logon instead of system boot
  • Added delay of 1 minute before executing after logon
  • Task will now repeat itself every 12 hours if the system stays open all the time
  • Task execution limit set to 1 minute

v1.1.2

14 Oct 11:04
Compare
Choose a tag to compare

Changelog

  • Fixed a bug where user started application wouldn't pass cmd arguments to new admin process
  • Fixed application crash after denying UAC prompt

v1.1.1

13 Oct 20:32
Compare
Choose a tag to compare

Changelog

  • Switched autostart method from registry to task scheduler (allows to skip UAC popup on boot)
    • Make sure to remove any old registry entries from autostart after updating from older versions
  • Added AdGuard DNS entry
  • Validate checkbox will now uncheck itself when you cancel the interface selection
  • Updated copyright year
  • Minor optimizations