Skip to content

Commit

Permalink
1.3.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Oct 28, 2016
1 parent 107c144 commit d63245a
Show file tree
Hide file tree
Showing 13 changed files with 500 additions and 37 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
v1.3.2 (29 October 2016)
+ added domain\username indication to log events
+ added filter name to log events
+ added ip/port range support for rules
+ combined ip and port rules settings page
+ added save checkbox state on install/delete message
+ added listen loopback permission
+ added inbound events logging
- set xml load encoding to auto
- improved logic for detect incorrect applications
- listview empty text indication doesn't changed at locale change
- changed default log parameters for "system" & "svchost.exe"
- fixed inbound ip doesn't affected in applied rules
- changed default color for silent applications
- removed output log into debug log feature
- improved open/save file dialog flags
- optimized log callback
- updated blocklist
- updated translation
- minor improvements

v1.3.1 (21 October 2016)
+ added option to set application for open log file
+ added option to exclude application from log
Expand Down Expand Up @@ -28,7 +49,7 @@ v1.3 (15 October 2016)
+ PathUnExpandEnvStrings for log path
+ confirmation settings for exit/deleting application/log clear
- changed message boxes style
- changed default color for invalid application
- changed default color for invalid applications
- fixed access denied for some processes
- config doesn't saved if user don't trigger apply filters
- improved windows firewall control
Expand Down
23 changes: 22 additions & 1 deletion bin/History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
v1.3.2 (29 October 2016)
+ added domain\username indication to log events
+ added filter name to log events
+ added ip/port range support for rules
+ combined ip and port rules settings page
+ added save checkbox state on install/delete message
+ added listen loopback permission
+ added inbound events logging
- set xml load encoding to auto
- improved logic for detect incorrect applications
- listview empty text indication doesn't changed at locale change
- changed default log parameters for "system" & "svchost.exe"
- fixed inbound ip doesn't affected in applied rules
- changed default color for silent applications
- removed output log into debug log feature
- improved open/save file dialog flags
- optimized log callback
- updated blocklist
- updated translation
- minor improvements

v1.3.1 (21 October 2016)
+ added option to set application for open log file
+ added option to exclude application from log
Expand Down Expand Up @@ -28,7 +49,7 @@ v1.3 (15 October 2016)
+ PathUnExpandEnvStrings for log path
+ confirmation settings for exit/deleting application/log clear
- changed message boxes style
- changed default color for invalid application
- changed default color for invalid applications
- fixed access denied for some processes
- config doesn't saved if user don't trigger apply filters
- improved windows firewall control
Expand Down
425 changes: 425 additions & 0 deletions bin/blocklist.xml

Large diffs are not rendered by default.

Binary file modified bin/i18n/!example.txt
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.
Binary file modified bin/rules.xml
Binary file not shown.
Binary file modified src/main.cpp
Binary file not shown.
Binary file modified src/main.h
Binary file not shown.
Binary file removed src/res/defaults.xml
Binary file not shown.
66 changes: 31 additions & 35 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
#define IDD_SETTINGS_3 105
#define IDD_SETTINGS_4 106
#define IDD_SETTINGS_5 107
#define IDD_SETTINGS_7 109
#define IDD_SETTINGS_8 110
#define IDD_SETTINGS_6 108

// Main Dlg
#define IDC_LISTVIEW 1000
Expand Down Expand Up @@ -79,18 +78,17 @@
#define IDC_NOTIFICATIONSILENT_CHK 114

#define IDC_ENABLELOG_CHK 115
#define IDC_LOGPATH_TITLE 116
#define IDC_LOGPATH 117
#define IDC_LOGPATH_BTN 118
#define IDC_LOGVIEWER_TITLE 119
#define IDC_LOGVIEWER 120
#define IDC_LOGVIEWER_BTN 121
#define IDC_LOGPATH 116
#define IDC_LOGPATH_BTN 117
#define IDC_LOGVIEWER_TITLE 118
#define IDC_LOGVIEWER 119
#define IDC_LOGVIEWER_BTN 120

#define IDC_ENABLENOTIFICATIONS_CHK 122
#define IDC_NOTIFICATIONTIMEOUT_HINT 123
#define IDC_NOTIFICATIONTIMEOUT 124
#define IDC_ENABLENOTIFICATIONS_CHK 121
#define IDC_NOTIFICATIONTIMEOUT_HINT 122
#define IDC_NOTIFICATIONTIMEOUT 123

#define IDC_ENABLEAPPSCOLLECTOR_CHK 125
#define IDC_ENABLEAPPSCOLLECTOR_CHK 124

#define IDC_COLORS 200
#define IDC_COMMON 201
Expand Down Expand Up @@ -185,9 +183,10 @@
#define IDS_TRAY_START 2001
#define IDS_TRAY_STOP 2002
#define IDS_TRAY_MODE 2003
#define IDS_TRAY_SYSTEM_RULES 2004
#define IDS_TRAY_CUSTOM_RULES 2005
#define IDS_TRAY_LOG 2006
#define IDS_TRAY_RULES 2004
#define IDS_TRAY_SYSTEM_RULES 2005
#define IDS_TRAY_CUSTOM_RULES 2006
#define IDS_TRAY_LOG 2007

#define IDS_ADD_FILE 3000
#define IDS_ADD_PROCESS 3001
Expand All @@ -209,11 +208,11 @@

#define IDS_RULE_DHCP 5000
#define IDS_RULE_DNS 5001
#define IDS_RULE_WUAUSERV 5002
#define IDS_RULE_NETWORKDISCOVERY 5003
#define IDS_RULE_NTP 5004
#define IDS_RULE_SNMP 5005
#define IDS_RULE_SSDP 5006
#define IDS_RULE_NETWORKDISCOVERY 5002
#define IDS_RULE_NTP 5003
#define IDS_RULE_SNMP 5004
#define IDS_RULE_SSDP 5005
#define IDS_RULE_WUAUSERV 5006
#define IDS_RULE_OUTBOUND_ICMP 5007
#define IDS_RULE_INBOUND_ICMP 5008
#define IDS_RULE_INBOUND 5009
Expand All @@ -236,18 +235,16 @@
#define IDS_FILEPATH 7008
#define IDS_ADDRESS 7009

#define IDS_DIRECTION_1 7010
#define IDS_DIRECTION_2 7011
#define IDS_DIRECTION_3 7012
#define IDS_DIRECTION_1 7011
#define IDS_DIRECTION_2 7012
#define IDS_DIRECTION_3 7013

#define IDS_ACTION_1 7013
#define IDS_ACTION_2 7014
#define IDS_ACTION_1 7014
#define IDS_ACTION_2 7015

#define IDS_SETTINGS_1 8000
#define IDS_SETTINGS_2 8001
#define IDS_SETTINGS_3 8002
#define IDS_SETTINGS_7 8003
#define IDS_SETTINGS_8 8004

#define IDS_APPLY 8008
#define IDS_CLOSE 8009
Expand Down Expand Up @@ -281,17 +278,16 @@
#define IDS_CONFIRMLOGCLEAR_CHK 9014

#define IDS_ENABLELOG_CHK 9015
#define IDS_LOGPATH_TITLE 9016
#define IDS_LOGSHOW 9017
#define IDS_LOGCLEAR 9018
#define IDS_LOGVIEWER_TITLE 9019
#define IDS_LOGSHOW 9016
#define IDS_LOGCLEAR 9017
#define IDS_LOGVIEWER_TITLE 9018

#define IDS_ENABLENOTIFICATIONS_CHK 9020
#define IDS_NOTIFICATIONTIMEOUT_HINT 9021
#define IDS_ENABLENOTIFICATIONS_CHK 9019
#define IDS_NOTIFICATIONTIMEOUT_HINT 9020

#define IDS_ENABLEAPPSCOLLECTOR_CHK 9022
#define IDS_ENABLEAPPSCOLLECTOR_CHK 9021

#define IDS_ALWAYSPERFORMTHISCHECK_CHK 9023
#define IDS_ALWAYSPERFORMTHISCHECK_CHK 9022

#define IDS_QUESTION 10000
#define IDS_QUESTION_START 10001
Expand Down
Binary file modified src/resource.rc
Binary file not shown.

1 comment on commit d63245a

@jasonliul
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update chinese.

Simplified Chinese.zip

Please sign in to comment.