From 877ee45f9ee7cf18b1eec44d78d733913f45abc6 Mon Sep 17 00:00:00 2001 From: Christian Hermann Date: Wed, 23 Sep 2015 17:09:13 +0200 Subject: [PATCH] New Release 0.2.6 --- README.md | 8 +++----- SimpleDnsCrypt/Properties/AssemblyInfo.cs | 4 ++-- SimpleDnsCrypt/Views/MainView.xaml | 4 ++-- update.yml | 8 ++++---- 4 files changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b448abe9..656b6de8 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,14 @@ The dnscrypt-proxy software is written and maintained by Frank Denis (@jedisct1) ### Status -**There will be bugs. May change. May break.** - Missing features: +- Secondary resolver support (soon available) - IPv6 support -- Secondary resolver support ### Installation -To install Simple DNSCrypt use the [latest MSI package](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.5/SimpleDNSCrypt.msi). +To install Simple DNSCrypt use the [latest MSI package](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.6/SimpleDNSCrypt.msi). You don`t need to download the dnscrypt-resolvers.csv or the dnscrypt-proxy package at all. Both are included in the msi package, the dnscrypt-resolvers.csv can be updated from inside the software (and will be verified with minisign). @@ -25,7 +23,7 @@ The MSI package and the SimpleDnsCrypt.exe are signed via a *COMODO RSA Code Sig The files are signed under the name: *EAM Experience Area Münsingen GmbH* You also can verify the MSI package with [minisign](https://jedisct1.github.io/minisign/). -The minisign [signature](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.5/SimpleDNSCrypt.msi.minisig) can be verified with the following command: +The minisign [signature](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.6/SimpleDNSCrypt.msi.minisig) can be verified with the following command: minisign -Vm SimpleDNSCrypt.msi -P RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV diff --git a/SimpleDnsCrypt/Properties/AssemblyInfo.cs b/SimpleDnsCrypt/Properties/AssemblyInfo.cs index 097c9ae2..a5cf9c8a 100644 --- a/SimpleDnsCrypt/Properties/AssemblyInfo.cs +++ b/SimpleDnsCrypt/Properties/AssemblyInfo.cs @@ -14,5 +14,5 @@ ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly )] -[assembly: AssemblyVersion("0.2.5")] -[assembly: AssemblyFileVersion("0.2.5")] +[assembly: AssemblyVersion("0.2.6")] +[assembly: AssemblyFileVersion("0.2.6")] diff --git a/SimpleDnsCrypt/Views/MainView.xaml b/SimpleDnsCrypt/Views/MainView.xaml index e1431a84..0807da0f 100644 --- a/SimpleDnsCrypt/Views/MainView.xaml +++ b/SimpleDnsCrypt/Views/MainView.xaml @@ -292,7 +292,7 @@ + IsEnabled="False"> @@ -504,7 +504,7 @@ Margin="0" HorizontalAlignment="Center" VerticalAlignment="Center" /> diff --git a/update.yml b/update.yml index dcec1162..ab879b32 100644 --- a/update.yml +++ b/update.yml @@ -1,11 +1,11 @@ update: - version: 0.2.5 + version: 0.2.6 type: 0 - release: 2015-09-22 + release: 2015-09-23 publickey: RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV installer: - uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.5/SimpleDNSCrypt.msi + uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.6/SimpleDNSCrypt.msi name: SimpleDNSCrypt.msi signature: - uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.5/SimpleDNSCrypt.msi.minisig + uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.6/SimpleDNSCrypt.msi.minisig \ No newline at end of file