We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d969f01 commit 581a98eCopy full SHA for 581a98e
2 files changed
debian/changelog
@@ -1,3 +1,10 @@
1
+timeshift (25.12.2) zena; urgency=medium
2
+
3
+ [ Michael Webster ]
4
+ * TeeJee.FileSystem.vala: Remove any existing destination file before attempting to write.
5
6
+ -- Clement Lefebvre <root@linuxmint.com> Tue, 23 Dec 2025 12:34:23 +0000
7
8
timeshift (25.12.1) zena; urgency=medium
9
10
* l10n: Update translations
meson.build
@@ -2,7 +2,7 @@ project(
'timeshift',
'vala',
'c',
- version : '25.12.1',
+ version : '25.12.2',
license : 'GPL-2.0-or-later',
meson_version : '>= 0.54.0',
default_options : ['c_std=c99', 'build.c_std=c99']
0 commit comments