Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Apr 26, 2017
1 parent fb4b140 commit bc10dfb
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v1.5.2 (27 April 2017)
- fixed dropped packets log spinlock cannot be unlocked (critical)
- fixed displaying "file not found" errors
- restore listview selection after application delete
- disable main button on filters installation
- improved shutting down windows firewall feature
- removed unnecessary whitespace trims
- optimized window resizing
- updated to the latest sdk
- fixed bugs

v1.5.1 (17 April 2017)
+ added remember window position and size feature
+ added "enable errors notifications" config
Expand Down
11 changes: 11 additions & 0 deletions bin/History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v1.5.2 (27 April 2017)
- fixed dropped packets log spinlock cannot be unlocked (critical)
- fixed displaying "file not found" errors
- restore listview selection after application delete
- disable main button on filters installation
- improved shutting down windows firewall feature
- removed unnecessary whitespace trims
- optimized window resizing
- updated to the latest sdk
- fixed bugs

v1.5.1 (17 April 2017)
+ added remember window position and size feature
+ added "enable errors notifications" config
Expand Down
4 changes: 2 additions & 2 deletions simplewall.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
<MinimalRebuild>
</MinimalRebuild>
<DebugInformationFormat>None</DebugInformationFormat>
<PreprocessorDefinitions>_UNICODE;UNICODE;_APP_NO_GUEST;_APP_HAVE_AUTORUN;_APP_HAVE_SKIPUAC;_APP_HAVE_TRAY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_UNICODE;UNICODE;_APP_NO_GUEST;_APP_HAVE_AUTORUN;_APP_HAVE_SKIPUAC;_APP_HAVE_TRAY;_APP_HAVE_SIZING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<OmitFramePointers>true</OmitFramePointers>
<EnableParallelCodeGeneration>
</EnableParallelCodeGeneration>
Expand Down Expand Up @@ -254,7 +254,7 @@
<MinimalRebuild>
</MinimalRebuild>
<DebugInformationFormat>None</DebugInformationFormat>
<PreprocessorDefinitions>_UNICODE;UNICODE;_APP_NO_GUEST;_APP_HAVE_AUTORUN;_APP_HAVE_SKIPUAC;_APP_HAVE_TRAY;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>_UNICODE;UNICODE;_APP_NO_GUEST;_APP_HAVE_AUTORUN;_APP_HAVE_SKIPUAC;_APP_HAVE_TRAY;_APP_HAVE_SIZING;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<EnableParallelCodeGeneration>
</EnableParallelCodeGeneration>
<BufferSecurityCheck>false</BufferSecurityCheck>
Expand Down
Binary file modified src/main.cpp
Binary file not shown.
Binary file modified src/main.h
Binary file not shown.
Binary file modified src/resource.rc
Binary file not shown.

0 comments on commit bc10dfb

Please sign in to comment.