diff --git a/ChangeLog b/ChangeLog index 59dd3bbd..984c38b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 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 and --logs 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: - UI: Reload app info on changes. - ControlManager: Fix worker's completion waiting. diff --git a/src/common/version.h b/src/common/version.h index 821160fc..09457cd6 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -9,7 +9,7 @@ #define APP_NAME "Fort Firewall" #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_UPDATES_URL "https://github.com/tnodir/fort/releases" #define APP_UPDATES_API_URL "https://api.github.com/repos/tnodir/fort/releases/latest"