Skip to content

Commit

Permalink
1.3.6 released
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Nov 20, 2016
1 parent 0581152 commit cb17e07
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*.c diff
*.cpp diff
*.h diff
*.rc diff
*.ini diff
*.txt diff
*.xml diff
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v1.3.6 (20 November 2016)
+ added loopback permission for boot-time filters
+ added ip:port syntax for special rules
+ added default values for new special rules
- fixed restore listview selection
- fixed special rules crash on delete item
- fixed log path unexpand environment strings

v1.3.5 (17 November 2016)
- fixed configuration saving (critical)
- fixed xml saving (critical)
Expand Down
8 changes: 8 additions & 0 deletions bin/History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v1.3.6 (20 November 2016)
+ added loopback permission for boot-time filters
+ added ip:port syntax for special rules
+ added default values for new special rules
- fixed restore listview selection
- fixed special rules crash on delete item
- fixed log path unexpand environment strings

v1.3.5 (17 November 2016)
- fixed configuration saving (critical)
- fixed xml saving (critical)
Expand Down
Binary file modified bin/i18n/!example.txt
Binary file not shown.
Binary file modified bin/i18n/Farsi.ini
Binary file not shown.
Binary file modified bin/i18n/Korean.ini
Binary file not shown.
Binary file modified bin/i18n/Russian.ini
Binary file not shown.
Binary file modified bin/i18n/Simplified Chinese.ini
Binary file not shown.
6 changes: 3 additions & 3 deletions bin/rules.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<root>
<item name="SSH" rule="22" direction="0" is_block="0" is_enabled="0" />
<item name="Google" rule="176.222.187.0/24,173.194.0.0/16" direction="0" is_block="1" is_enabled="0" />
<item name="Eset NOD32" rule="91.228.166.0/23" direction="0" is_block="0" is_enabled="0" />
<item name="google" rule="176.222.187.0/24,173.194.0.0/16" direction="0" is_block="1" is_enabled="0" />
<item name="ssh port" rule="22" direction="0" is_block="0" is_enabled="0" />
<item name="nod32 updates" rule="91.228.166.0/23" direction="0" is_block="0" is_enabled="0" />
</root>
Binary file modified src/main.cpp
Binary file not shown.
Binary file modified src/main.h
Binary file not shown.
Binary file modified src/resource.rc
Binary file not shown.

0 comments on commit cb17e07

Please sign in to comment.