Skip to content

Commit

Permalink
1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Mar 26, 2017
1 parent f8eb831 commit d21139e
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.4.3 (27 March 2017)
+ added provider information into the log/notifications
+ added displaying error messages on filters configuration via tray popup
- fixed link processing in settings window
- cosmetic changes about debug error messages
- removed "nlatunicast" flag from loopback permissions
- updated blocklist
- code cleanup

v1.4.2 (19 February 2017)
+ added hints to rules pages
- fixed filter creation for nonexistent apps (critical)
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 @@
v1.4.3 (27 March 2017)
+ added provider information into the log/notifications
+ added displaying error messages on filters configuration via tray popup
- fixed link processing in settings window
- cosmetic changes about debug error messages
- removed "nlatunicast" flag from loopback permissions
- updated blocklist
- code cleanup

v1.4.2 (19 February 2017)
+ added hints to rules pages
- fixed filter creation for nonexistent apps (critical)
Expand Down
Binary file modified bin/i18n/!example.txt
Binary file not shown.
Binary file modified bin/i18n/Brazilian Portuguese.ini
Binary file not shown.
Binary file modified bin/i18n/Farsi.ini
Binary file not shown.
Binary file modified bin/i18n/French.ini
Binary file not shown.
Binary file modified bin/i18n/Korean.ini
Binary file not shown.
Binary file modified bin/i18n/Polish.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.
Binary file modified bin/i18n/Spanish.ini
Binary file not shown.
Binary file modified src/main.cpp
Binary file not shown.
Binary file modified src/main.h
Binary file not shown.
23 changes: 13 additions & 10 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -261,18 +261,19 @@
#define IDS_DATE 7009
#define IDS_FILEPATH 7010
#define IDS_ADDRESS 7011
#define IDS_PROVIDER 7012

#define IDS_DIRECTION_1 7012
#define IDS_DIRECTION_2 7013
#define IDS_DIRECTION_3 7014
#define IDS_DIRECTION_1 7013
#define IDS_DIRECTION_2 7014
#define IDS_DIRECTION_3 7015

#define IDS_ACTION_1 7015
#define IDS_ACTION_2 7016
#define IDS_ACTION_1 7016
#define IDS_ACTION_2 7017

#define IDS_RULES_LINKS 7017
#define IDS_RULES_HELP 7018
#define IDS_RULES_LINKS 7018
#define IDS_RULES_HELP 7019

#define IDS_ENABLED_CHK 7019
#define IDS_ENABLED_CHK 7020

#define IDS_SETTINGS_1 8000
#define IDS_SETTINGS_3 8001
Expand Down Expand Up @@ -336,9 +337,11 @@

#define IDS_STATUS_TOTAL 10004
#define IDS_STATUS_EMPTY 10005
#define IDS_STATUS_EMPTY2 10006

#define IDS_STATUS_NOPRIVILEGES 10008
#define IDS_STATUS_NOPRIVILEGES 10006
#define IDS_STATUS_FILTERSERROR 10007

#define IDS_STATUS_DEBUG 10008

// Icons
#define IDI_MAIN 100
Expand Down
Binary file modified src/resource.rc
Binary file not shown.

0 comments on commit d21139e

Please sign in to comment.