Skip to content

Commit

Permalink
New Release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeans committed Sep 23, 2015
1 parent 1295caf commit 877ee45
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand All @@ -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

Expand Down
4 changes: 2 additions & 2 deletions SimpleDnsCrypt/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions SimpleDnsCrypt/Views/MainView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
</StackPanel>
</Border>
<Border BorderThickness="1" Background="#19E27021" Padding="20,10" Margin="7,0,0,0"
IsEnabled="{Binding IsWorkingOnSecondaryService, Converter={StaticResource ReverseBoolToEnabledConverter}}">
IsEnabled="False">
<Border.BorderBrush>
<DrawingBrush Viewport="0,0,8,8" ViewportUnits="Absolute" TileMode="Tile"
Opacity="0.4">
Expand Down Expand Up @@ -504,7 +504,7 @@
Margin="0" HorizontalAlignment="Center"
VerticalAlignment="Center" />
<controls:ToggleSwitchButton
IsEnabled="{Binding IsWorkingOnSecondaryService, Converter={StaticResource ReverseBoolToEnabledConverter}}"
IsEnabled="False"
Grid.Row="1" Grid.Column="2" Cursor="Hand"
IsChecked="{Binding IsSecondaryResolverRunning}"
HorizontalAlignment="Right">
Expand Down
8 changes: 4 additions & 4 deletions update.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 877ee45

Please sign in to comment.