Skip to content

Commit

Permalink
2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Jun 6, 2018
1 parent 246a5e6 commit 770b615
Show file tree
Hide file tree
Showing 24 changed files with 231 additions and 234 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v2.2.10 (6 Juny 2018)
- added feature to disable special rules group (issue #181)
- revert special rules highlighting
- fixed listview focusing (maybe?)
- fixed switching modes
- fixed reported bugs
- code cleanup
- fixed bugs

v2.2.9 (5 Juny 2018)
- added exclude custom rules from notifications feature (issue #177)
- fixed app does not change group when special rule was removed
Expand Down
9 changes: 9 additions & 0 deletions bin/History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v2.2.10 (6 Juny 2018)
- added feature to disable special rules group (issue #181)
- revert special rules highlighting
- fixed listview focusing (maybe?)
- fixed switching modes
- fixed reported bugs
- code cleanup
- fixed bugs

v2.2.9 (5 Juny 2018)
- added exclude custom rules from notifications feature (issue #177)
- fixed app does not change group when special rule was removed
Expand Down
Binary file modified bin/i18n/!example.txt
Binary file not shown.
Binary file modified bin/i18n/Chinese (Simplified).ini
Binary file not shown.
Binary file modified bin/i18n/Dutch.ini
Binary file not shown.
Binary file modified bin/i18n/Finnish.ini
Binary file not shown.
Binary file modified bin/i18n/French.ini
Binary file not shown.
Binary file modified bin/i18n/German.ini
Binary file not shown.
Binary file modified bin/i18n/Hungarian.ini
Binary file not shown.
Binary file modified bin/i18n/Korean.ini
Binary file not shown.
Binary file modified bin/i18n/Persian.ini
Binary file not shown.
Binary file modified bin/i18n/Polish.ini
Binary file not shown.
Binary file modified bin/i18n/Portuguese (Brazilian).ini
Binary file not shown.
Binary file modified bin/i18n/Portuguese.ini
Binary file not shown.
Binary file modified bin/i18n/Russian.ini
Binary file not shown.
Binary file modified bin/i18n/Spanish.ini
Binary file not shown.
Binary file modified bin/i18n/Ukrainian.ini
Binary file not shown.
Binary file modified bin/simplewall.lng
Binary file not shown.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off

cd ..\builder
build simplewall simplewall 2.2.9
build simplewall simplewall 2.2.10
4 changes: 2 additions & 2 deletions src/app.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#define APP_NAME L"simplewall"
#define APP_NAME_SHORT L"simplewall"
#define APP_VERSION L"2.2.9"
#define APP_VERSION_RES 2,2,9,0
#define APP_VERSION L"2.2.10"
#define APP_VERSION_RES 2,2,10,0
#define APP_COPYRIGHT L"(c) 2016-2018 " _APP_AUTHOR L". All Rights Reversed."

#endif // __APP_H__
Loading

0 comments on commit 770b615

Please sign in to comment.