This commit is contained in:
Tony George 2022-05-28 15:28:35 +05:30 committed by Clement Lefebvre
parent 5703a2b943
commit 73453b41fd
3 changed files with 18 additions and 2 deletions

16
debian/changelog vendored
View File

@ -1,3 +1,19 @@
timeshift (22.06) focal; urgency=medium
* Fix #895, #809, #689, #653, #10: Unmount devices that were mounted by Timeshift before exit
* Fix #865, #839, #680: Do not create or remove Qgroups when snapshots are created or removed
* Fix #900, #891: Force C locale for Rsync
* Install app icon in /usr/share/pixmaps directory
* Remove columns 'Size' and 'Unshared Size' for BTRFS snapshots.
* Rsync: Restore: Delete files using --delete-before instead of --delete-after
* Fix #260: No text on Summary page under 'Warning' and 'Disclaimer' heading
* Rsync: Restore: Improve UI for the device selection page
* Code cleanup: Remove unused functions and code
* Update donation window
* Update translations
-- Tony George <teejeetech@gmail.com> Sat, 28 May 2022 10:00:00 +0530
timeshift (21.09.1) focal; urgency=medium
* Fix #676 Build fails with xapp 2.0.0

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 = "21.09.1";
public const string AppVersion = "22.06";
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 = "21.09.1";
public const string AppVersion = "22.06";
public const string AppAuthor = "Tony George";
public const string AppAuthorEmail = "teejeetech@gmail.com";