From 2383721c0d68ef8b061682df6fdc1358ef0af5db Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Mon, 27 Jun 2022 13:29:40 +0200 Subject: [PATCH] 22.06.2 --- debian/changelog | 17 +++++++++++++++++ src/Console/AppConsole.vala | 2 +- src/Gtk/AppGtk.vala | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5e92a9a..e1a1ede 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/src/Console/AppConsole.vala b/src/Console/AppConsole.vala index 3084e87..8c1da3c 100644 --- a/src/Console/AppConsole.vala +++ b/src/Console/AppConsole.vala @@ -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"; diff --git a/src/Gtk/AppGtk.vala b/src/Gtk/AppGtk.vala index f5755c9..5a73c63 100644 --- a/src/Gtk/AppGtk.vala +++ b/src/Gtk/AppGtk.vala @@ -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";