This commit is contained in:
Clement Lefebvre 2022-11-22 10:11:02 +00:00
parent bc2dc19994
commit 3e0b785860
3 changed files with 45 additions and 2 deletions

43
debian/changelog vendored
View File

@ -1,3 +1,46 @@
timeshift (22.11.1) vera; urgency=medium
[ Matin Lotfaliei ]
* Update README.md to include build dependencies and instructions (#45)
[ Isaac Carter ]
* Changes man page to GROFF format (#73)
[ Michael Webster ]
* Add github workflow.
* Clean up debian/control, appdata, build file.
* debian/control: Restore newline.
[ Tony George ]
* #939, #937: Fix crash on ArchLinux and Ubuntu 22.10 Kinetic
* Don't show message when unmounting temporary mount points
* Remove some unused code and functions
* Use -Os for compilation instead of -O3
[ JungHee Lee ]
* Update timeshift-gtk.desktop
[ Tony George ]
* Fix typo in timeshift-gtk.desktop
[ Michael Webster ]
* Fix some file permissions.
[ Tony George ]
* Delete the empty 'timeshift-wiki' folder
* Remove mention of installer in README; Remove config file for installer
* Remove config file for old GitHub pages site
* Remove empty NOTES file
* Remove BUILD_CONFIG
[ Thomas Praxl ]
* Restore btrfs qgroups size & unshared size columns
[ Michael Webster ]
* Main.vala: Don't continue to try to get btrfs quota info if it fails the first time.
-- Clement Lefebvre <root@linuxmint.com> Tue, 22 Nov 2022 10:07:06 +0000
timeshift (22.06.5) vanessa; urgency=medium
* l10n: Update translations

View File

@ -38,7 +38,7 @@ using TeeJee.Misc;
public Main App;
public const string AppName = "Timeshift";
public const string AppShortName = "timeshift";
public const string AppVersion = "22.06.5";
public const string AppVersion = "22.11.1";
public const string AppAuthor = "Tony George";
public const string AppAuthorEmail = "teejeetech@gmail.com";

View File

@ -37,7 +37,7 @@ using TeeJee.Misc;
public Main App;
public const string AppName = "Timeshift";
public const string AppShortName = "timeshift";
public const string AppVersion = "22.06.5";
public const string AppVersion = "22.11.1";
public const string AppAuthor = "Tony George";
public const string AppAuthorEmail = "teejeetech@gmail.com";