Skip to content

Commit

Permalink
build 116
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Sep 29, 2016
1 parent 7fed729 commit 7651e59
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v1.1.116 (30 September 2016)
+ added "listen" layer blocking
+ added forgotten rules into settings menu
+ added open folder by double click for listview
+ added shared resources highlighting
- dropped packets logging optimizations
- fixed process list menu icons with classic ui
- updated translation
- minor improvements

v1.1.115 (22 September 2016)
+ added more information to dropped packets logging (win7 and above)
- fixed inbound dont't blocking
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.

#### Features:
- Simple configuration (to understand it not necessary to work in NASA).
- Localization support (you may translate interface into your language).
- Adware, telemetry blocking
- Simple interface without annoying pop ups
- Dropped packets logging (Windows 7 and above)
- Internal blocking lists (malware, telemetry)
- Localization support

You can download either the installer or portable version. For correct working, need administrator rights.
```
Expand Down
5 changes: 3 additions & 2 deletions bin/History.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
v1.1.116 (x October 2016)
v1.1.116 (30 September 2016)
+ added "listen" layer blocking
+ added more protocols recognition for dropped packets logging (win7 and above)
+ added forgotten rules into settings menu
+ added open folder by double click for listview
+ added shared resources highlighting
- dropped packets logging optimizations
- fixed process list menu icons with classic ui
- updated translation
- minor improvements
Expand Down
7 changes: 4 additions & 3 deletions bin/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ Wfp Tool
Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.

Features:
- Simple configuration (to understand it not necessary to work in NASA).
- Localization support (you may translate interface into your language).
- Adware, telemetry blocking
- Simple interface without annoying pop ups
- Dropped packets logging (Windows 7 and above)
- Internal blocking lists (malware, telemetry)
- Localization support

You can download either the installer or portable version. For correct working, need administrator rights.

Expand Down
Binary file modified bin/i18n/!example.txt
Binary file not shown.
Binary file modified bin/i18n/French.ini
Binary file not shown.
Binary file modified bin/i18n/Italiano.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.
Binary file modified src/main.cpp
Binary file not shown.
Binary file modified src/main.h
Binary file not shown.
3 changes: 2 additions & 1 deletion src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@
#define IDS_RULE_INBOUND 5009

#define IDS_HIGHLIGHT_SYSTEM 6000
#define IDS_HIGHLIGHT_INVALID 6001
#define IDS_HIGHLIGHT_NETWORK 6001
#define IDS_HIGHLIGHT_INVALID 6002

#define IDS_GROUP_1 7000
#define IDS_GROUP_2 7001
Expand Down
Binary file modified src/resource.rc
Binary file not shown.

0 comments on commit 7651e59

Please sign in to comment.