Skip to content

Commit

Permalink
1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Apr 15, 2017
1 parent 57d9484 commit 1bf2515
Show file tree
Hide file tree
Showing 21 changed files with 2,572 additions and 1,389 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,28 @@
v1.5 (15 April 2017)
+ added index flag to the filters, to help enable faster lookup during classification (win8 and above)
+ added app container loopback traffic permission (win8 and above)
+ added "allow listen connections for all" config
+ added ctrl+f4 hotkey to hide main window (request)
+ added loopback indication for dropped packets log
- copy real path instead display path on copy command in main window listview
- do not show dropped packets notifications when filters are not installed
- if boot-time filters enabled then apply system rules for boot-time too
- custom rules for apps does not saved sometimes
- removed running without admin rights feature
- changed notification about errors logic
- cosmetic fixes for tooltips
- fixed disabling windows firewall on some systems
- fixed settings tabstop doesn't work
- fixed incorrect listview icons for some apps
- fixed process list some apps have no icons
- fixed possible duplicate filters
- fixed purge unused apps
- stability improvements
- updated translations
- updated system rules
- updated pugixml
- fixed bugs

v1.4.6 (5 April 2017)
+ added write error logs into a file feature
- updated translations
Expand Down
25 changes: 25 additions & 0 deletions bin/History.txt
@@ -1,3 +1,28 @@
v1.5 (15 April 2017)
+ added index flag to the filters, to help enable faster lookup during classification (win8 and above)
+ added app container loopback traffic permission (win8 and above)
+ added "allow listen connections for all" config
+ added ctrl+f4 hotkey to hide main window (request)
+ added loopback indication for dropped packets log
- copy real path instead display path on copy command in main window listview
- do not show dropped packets notifications when filters are not installed
- if boot-time filters enabled then apply system rules for boot-time too
- custom rules for apps does not saved sometimes
- removed running without admin rights feature
- changed notification about errors logic
- cosmetic fixes for tooltips
- fixed disabling windows firewall on some systems
- fixed settings tabstop doesn't work
- fixed incorrect listview icons for some apps
- fixed process list some apps have no icons
- fixed possible duplicate filters
- fixed purge unused apps
- stability improvements
- updated translations
- updated system rules
- updated pugixml
- fixed bugs

v1.4.6 (5 April 2017)
+ added write error logs into a file feature
- fixed process list does not recognize pico applications on win10
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 bin/rules_custom.xml
Binary file not shown.
Binary file modified bin/rules_system.xml
Binary file not shown.
20 changes: 10 additions & 10 deletions simplewall.vcxproj
Expand Up @@ -29,28 +29,28 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140_xp</PlatformToolset>
<PlatformToolset>v140</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140_xp</PlatformToolset>
<PlatformToolset>v140</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v140_xp</PlatformToolset>
<PlatformToolset>v140</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v140_xp</PlatformToolset>
<PlatformToolset>v140</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down Expand Up @@ -121,12 +121,12 @@
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
<StringPooling>true</StringPooling>
<CallingConvention>FastCall</CallingConvention>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<IntrinsicFunctions>false</IntrinsicFunctions>
<ExceptionHandling>Sync</ExceptionHandling>
<ControlFlowGuard>false</ControlFlowGuard>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PreprocessorDefinitions>_UNICODE;UNICODE;_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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>
</MinimalRebuild>
<OmitFramePointers>true</OmitFramePointers>
Expand Down Expand Up @@ -160,12 +160,12 @@
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
<StringPooling>true</StringPooling>
<CallingConvention>FastCall</CallingConvention>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<IntrinsicFunctions>false</IntrinsicFunctions>
<ExceptionHandling>Sync</ExceptionHandling>
<ControlFlowGuard>false</ControlFlowGuard>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PreprocessorDefinitions>_UNICODE;UNICODE;_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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>
</MinimalRebuild>
<OmitFramePointers>true</OmitFramePointers>
Expand Down Expand Up @@ -210,7 +210,7 @@
<MinimalRebuild>
</MinimalRebuild>
<DebugInformationFormat>None</DebugInformationFormat>
<PreprocessorDefinitions>_UNICODE;UNICODE;_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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<OmitFramePointers>true</OmitFramePointers>
<EnableParallelCodeGeneration>
</EnableParallelCodeGeneration>
Expand Down Expand Up @@ -254,7 +254,7 @@
<MinimalRebuild>
</MinimalRebuild>
<DebugInformationFormat>None</DebugInformationFormat>
<PreprocessorDefinitions>_UNICODE;UNICODE;_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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<EnableParallelCodeGeneration>
</EnableParallelCodeGeneration>
<BufferSecurityCheck>false</BufferSecurityCheck>
Expand Down
2 changes: 1 addition & 1 deletion src/include/pugixml/pugiconfig.hpp
Expand Up @@ -18,7 +18,7 @@
#define PUGIXML_WCHAR_MODE

// Uncomment this to enable compact mode
#define PUGIXML_COMPACT
// #define PUGIXML_COMPACT

// Uncomment this to disable XPath
#define PUGIXML_NO_XPATH
Expand Down

0 comments on commit 1bf2515

Please sign in to comment.