This commit is contained in:
Clement Lefebvre 2022-06-27 13:29:40 +02:00
parent 326ca69455
commit 2383721c0d
3 changed files with 19 additions and 2 deletions

17
debian/changelog vendored
View File

@ -1,3 +1,20 @@
timeshift (22.06.2) vanessa; urgency=medium
[ luz paz ]
* Fix various typos in the source
[ icarter09 ]
* Removes lines about paypal account.
[ Clement Lefebvre ]
* Remove donation window
* About: Update info and use a Gtk.AboutDialog
* SnapshotListBox: Fix distro name LinuxMint -> Linux Mint
* l10n: Update POT
* l10n: Update translations
-- Clement Lefebvre <root@linuxmint.com> Mon, 27 Jun 2022 11:31:04 +0200
timeshift (22.06.1) focal; urgency=medium
* Fix #895, #809, #689, #653, #10: Unmount devices that were mounted by Timeshift before exit

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