mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-17 14:19:48 +08:00
Bump version
This commit is contained in:
parent
3ea482d29e
commit
ffddb5c51e
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
## v2.2.0 - rc4
|
||||
- Add gui popup when config cannot be saved
|
||||
- Make repo connection messages more clear
|
||||
- Fix empty restic results will make prometheus metrics fail
|
||||
|
||||
## v2.2.0 - rc3
|
||||
- Auto minimize console window when run in GUI mode to not distract end user
|
||||
- Trigger GUI refresh after configuration changes
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ __description__ = "NetPerfect Backup Client"
|
|||
__copyright__ = "Copyright (C) 2022-2023 NetInvent"
|
||||
__license__ = "GPL-3.0-only"
|
||||
__build__ = "2023013102"
|
||||
__version__ = "2.2.0-rc3"
|
||||
__version__ = "2.2.0-rc4"
|
||||
|
||||
|
||||
import os
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue