mirror of
https://github.com/tnodir/fort
synced 2024-11-15 01:25:52 +00:00
Add ChangeLog.
This commit is contained in:
parent
3932afe8bb
commit
22c26416da
11
ChangeLog
11
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 <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:
|
||||
- UI: Reload app info on changes.
|
||||
- ControlManager: Fix worker's completion waiting.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user