diff --git a/debian/changelog b/debian/changelog index e1a1ede..0bbf213 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +timeshift (22.06.3) vanessa; urgency=medium + + [ Michael Webster ] + * settings: Clear the initial snapshot size and file count when all snapshots are deleted. + * rsync: Calculate required space before attempting to perform an (#19) + + [ Clement Lefebvre ] + * l10n: Update POT + + -- Clement Lefebvre Thu, 30 Jun 2022 15:18:13 +0200 + timeshift (22.06.2) vanessa; urgency=medium [ luz paz ] diff --git a/src/Console/AppConsole.vala b/src/Console/AppConsole.vala index 8c1da3c..d104ddb 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.2"; +public const string AppVersion = "22.06.3"; 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 5a73c63..06009a8 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.2"; +public const string AppVersion = "22.06.3"; public const string AppAuthor = "Tony George"; public const string AppAuthorEmail = "teejeetech@gmail.com";