Skip to content

Commit 877ee45

Browse files
committed
New Release 0.2.6
1 parent 1295caf commit 877ee45

4 files changed

Lines changed: 11 additions & 13 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ The dnscrypt-proxy software is written and maintained by Frank Denis (@jedisct1)
77

88
### Status
99

10-
**There will be bugs. May change. May break.**
11-
1210
Missing features:
1311

12+
- Secondary resolver support (soon available)
1413
- IPv6 support
15-
- Secondary resolver support
1614

1715
### Installation
1816

19-
To install Simple DNSCrypt use the [latest MSI package](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.5/SimpleDNSCrypt.msi).
17+
To install Simple DNSCrypt use the [latest MSI package](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.6/SimpleDNSCrypt.msi).
2018
You don`t need to download the dnscrypt-resolvers.csv or the dnscrypt-proxy package at all.
2119
Both are included in the msi package, the dnscrypt-resolvers.csv can be updated from inside the software (and will be verified with minisign).
2220

@@ -25,7 +23,7 @@ The MSI package and the SimpleDnsCrypt.exe are signed via a *COMODO RSA Code Sig
2523
The files are signed under the name: *EAM Experience Area Münsingen GmbH*
2624

2725
You also can verify the MSI package with [minisign](https://jedisct1.github.io/minisign/).
28-
The minisign [signature](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.5/SimpleDNSCrypt.msi.minisig) can be verified with the following command:
26+
The minisign [signature](https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.6/SimpleDNSCrypt.msi.minisig) can be verified with the following command:
2927

3028
minisign -Vm SimpleDNSCrypt.msi -P RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV
3129

SimpleDnsCrypt/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
ResourceDictionaryLocation.None,
1515
ResourceDictionaryLocation.SourceAssembly
1616
)]
17-
[assembly: AssemblyVersion("0.2.5")]
18-
[assembly: AssemblyFileVersion("0.2.5")]
17+
[assembly: AssemblyVersion("0.2.6")]
18+
[assembly: AssemblyFileVersion("0.2.6")]

SimpleDnsCrypt/Views/MainView.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
</StackPanel>
293293
</Border>
294294
<Border BorderThickness="1" Background="#19E27021" Padding="20,10" Margin="7,0,0,0"
295-
IsEnabled="{Binding IsWorkingOnSecondaryService, Converter={StaticResource ReverseBoolToEnabledConverter}}">
295+
IsEnabled="False">
296296
<Border.BorderBrush>
297297
<DrawingBrush Viewport="0,0,8,8" ViewportUnits="Absolute" TileMode="Tile"
298298
Opacity="0.4">
@@ -504,7 +504,7 @@
504504
Margin="0" HorizontalAlignment="Center"
505505
VerticalAlignment="Center" />
506506
<controls:ToggleSwitchButton
507-
IsEnabled="{Binding IsWorkingOnSecondaryService, Converter={StaticResource ReverseBoolToEnabledConverter}}"
507+
IsEnabled="False"
508508
Grid.Row="1" Grid.Column="2" Cursor="Hand"
509509
IsChecked="{Binding IsSecondaryResolverRunning}"
510510
HorizontalAlignment="Right">

update.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
update:
2-
version: 0.2.5
2+
version: 0.2.6
33
type: 0
4-
release: 2015-09-22
4+
release: 2015-09-23
55
publickey: RWTSM+4BNNvkZPNkHgE88ETlhWa+0HDzU5CN8TvbyvmhVUcr6aQXfssV
66
installer:
7-
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.5/SimpleDNSCrypt.msi
7+
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.6/SimpleDNSCrypt.msi
88
name: SimpleDNSCrypt.msi
99
signature:
10-
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.5/SimpleDNSCrypt.msi.minisig
10+
uri: https://github.com/bitbeans/SimpleDnsCrypt/releases/download/0.2.6/SimpleDNSCrypt.msi.minisig
1111

0 commit comments

Comments
 (0)