Add ChangeLog

This commit is contained in:
Nodir Temirkhodjaev 2023-12-31 18:00:33 +03:00
parent 2516143f4e
commit a904cc6f08
2 changed files with 6 additions and 3 deletions

View File

@ -1,10 +1,13 @@
Fort Firewall ChangeLog Fort Firewall ChangeLog
v3.10.5-test1, 2023-12-26: v3.10.5, 2023-12-31:
- UI: Options: Add Backup Export/Import. - UI: Options: Add Backup Export/Import.
- UI: Options: Make "Explorer Integration" for user, not system.
- UI: Options: Add "System Language" option. - UI: Options: Add "System Language" option.
- UI: Highlight focused tool buttons. - UI: Speed Limits: Use bits-per-second, not bytes.
- UI: IconCache: Check "./icons/" existence once on startup. - UI: IconCache: Check "./icons/" existence once on startup.
- UI: Tray Menu: Set icon to "Quit" item.
- UI: Fix unrecognized kernel paths handling (eg. `\device\mup\vmware-host\shared folders\`).
- Installer: Portable: Create "Data/" directory with user permissions. - Installer: Portable: Create "Data/" directory with user permissions.
- Installer: Windows 7: Check for installed KB4474419. - Installer: Windows 7: Check for installed KB4474419.
- Installer: Check for VC Redist x86 only in 32-bit version. - Installer: Check for VC Redist x86 only in 32-bit version.

View File

@ -5,7 +5,7 @@
#define APP_VERSION_MINOR 10 #define APP_VERSION_MINOR 10
#define APP_VERSION_PATCH 5 #define APP_VERSION_PATCH 5
#define APP_VERSION_STR "3.10.5" #define APP_VERSION_STR "3.10.5"
#define APP_VERSION_BUILD_STR "-test4" #define APP_VERSION_BUILD_STR ""
#define APP_VERSION 0x031005 #define APP_VERSION 0x031005
#define APP_NAME "Fort Firewall" #define APP_NAME "Fort Firewall"