Add ChangeLog.

This commit is contained in:
Nodir Temirkhodjaev 2020-01-06 12:07:05 +05:00
parent 3932afe8bb
commit 22c26416da
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
Fort Firewall ChangeLog Fort Firewall ChangeLog
v3.0.0, 2020-01-06:
- UI: Add Programs Window.
- UI: Add ability to use wild matching (see .gitignore rules) and env vars (e.g. %HOME%) in the app groups.
- UI: OptionsPage: Show new version info.
- UI: Add --cache <path> and --logs <path> arguments.
- Migrate .conf JSON-file to .config DB-file.
- UI: Migrate to Widgets from QML.
- Update SQLite to v3.30.1
Attention: Next versions will be not compatible with v1.* & v2.* versions!
v2.10.0, 2019-10-02: v2.10.0, 2019-10-02:
- UI: Reload app info on changes. - UI: Reload app info on changes.
- ControlManager: Fix worker's completion waiting. - ControlManager: Fix worker's completion waiting.

View File

@ -9,7 +9,7 @@
#define APP_NAME "Fort Firewall" #define APP_NAME "Fort Firewall"
#define APP_PUBLISHER "Nodir Temirkhodjaev" #define APP_PUBLISHER "Nodir Temirkhodjaev"
#define APP_LEGALCOPYRIGHT "Copyright (C) 2015-2019 Nodir Temirkhodjaev. All Rights Reserved." #define APP_LEGALCOPYRIGHT "Copyright (C) 2015-2020 Nodir Temirkhodjaev. All Rights Reserved."
#define APP_URL "https://github.com/tnodir/fort" #define APP_URL "https://github.com/tnodir/fort"
#define APP_UPDATES_URL "https://github.com/tnodir/fort/releases" #define APP_UPDATES_URL "https://github.com/tnodir/fort/releases"
#define APP_UPDATES_API_URL "https://api.github.com/repos/tnodir/fort/releases/latest" #define APP_UPDATES_API_URL "https://api.github.com/repos/tnodir/fort/releases/latest"