diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..21aba384 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +*.c diff +*.cpp diff +*.h diff +*.rc diff +*.ini diff +*.txt diff +*.xml diff \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 64695927..18ae9591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/bin/History.txt b/bin/History.txt index 64695927..18ae9591 100644 --- a/bin/History.txt +++ b/bin/History.txt @@ -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) diff --git a/bin/i18n/!example.txt b/bin/i18n/!example.txt index f62ae797..4e8b04b7 100644 Binary files a/bin/i18n/!example.txt and b/bin/i18n/!example.txt differ diff --git a/bin/i18n/Farsi.ini b/bin/i18n/Farsi.ini index 8a66a5a0..8aec05fa 100644 Binary files a/bin/i18n/Farsi.ini and b/bin/i18n/Farsi.ini differ diff --git a/bin/i18n/Korean.ini b/bin/i18n/Korean.ini index 8798c655..fbe115bf 100644 Binary files a/bin/i18n/Korean.ini and b/bin/i18n/Korean.ini differ diff --git a/bin/i18n/Russian.ini b/bin/i18n/Russian.ini index 54e72fb5..75a31cf4 100644 Binary files a/bin/i18n/Russian.ini and b/bin/i18n/Russian.ini differ diff --git a/bin/i18n/Simplified Chinese.ini b/bin/i18n/Simplified Chinese.ini index 4e724da5..11491ae6 100644 Binary files a/bin/i18n/Simplified Chinese.ini and b/bin/i18n/Simplified Chinese.ini differ diff --git a/bin/rules.xml b/bin/rules.xml index dfebe43e..44ebfe3c 100644 --- a/bin/rules.xml +++ b/bin/rules.xml @@ -1,6 +1,6 @@ - - - + + + diff --git a/src/main.cpp b/src/main.cpp index fd76e6ef..78e46f5b 100644 Binary files a/src/main.cpp and b/src/main.cpp differ diff --git a/src/main.h b/src/main.h index 99652cf3..5945cbc4 100644 Binary files a/src/main.h and b/src/main.h differ diff --git a/src/resource.rc b/src/resource.rc index 1d8a2381..512a0d6b 100644 Binary files a/src/resource.rc and b/src/resource.rc differ