Skip to content

Commit

Permalink
Add ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
tnodir committed Jan 6, 2020
1 parent 3932afe commit 22c2641
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 22c2641

Please sign in to comment.