Skip to content

Commit 77411ae

Browse files
committed
25.12.0
1 parent bf08c5f commit 77411ae

2 files changed

Lines changed: 48 additions & 1 deletion

File tree

debian/changelog

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
timeshift (25.12.0) zena; urgency=medium
2+
3+
[ Yannis Gerlach ]
4+
* improve issue template (#478)
5+
* trigger backup hooks after rsync snapshots (#470)
6+
7+
[ Yupeng Chen ]
8+
* Subvolume: Enhance nested subvolume deletion verification process (#467)
9+
10+
[ Jeroen Derks ]
11+
* Update Main.vala function restore_current_system check that dst_root is not null (#386)
12+
13+
[ Yannis Gerlach ]
14+
* improve retrieving of session related environment variables (#460)
15+
* Do not fail all subvolumes if one failed to remove a qgroup; only sync if qgroups are going to be deleted (#458)
16+
* add button to pause rsync snapshots (#469)
17+
18+
[ ygerlach ]
19+
* remove dependency to which, chmod and chown
20+
* remove unused code; fix compiler warnings; only update control file if changed
21+
22+
[ Yannis Gerlach ]
23+
* Simplify `AsyncTask` code and use `RsyncTask` to estimate Snapshot size (#428)
24+
* Fix about links (#459)
25+
* Fix notify (#475)
26+
27+
[ Integral ]
28+
* fix: replace XWayland backend with Wayland in Wayland sessions (#414)
29+
(Closes: #387)
30+
31+
[ Michael Webster ]
32+
* timeshift-launcher: Remove wayland check, rename copy_env() to setup_env().
33+
34+
[ Bryan Fink ]
35+
* add lvm-on-luks partition to crypttab (#398)
36+
37+
[ Zachary Fogg ]
38+
* Check if qgroup exists before attempting to destroy it (#484)
39+
40+
[ YuShi ]
41+
* fix: the continue loop error in the device selection logic (#456)
42+
43+
[ Clement Lefebvre ]
44+
* l10n: Update POT
45+
46+
-- Clement Lefebvre <root@linuxmint.com> Wed, 10 Dec 2025 15:01:36 +0000
47+
148
timeshift (25.07.7) zara; urgency=medium
249

350
* l10n: Update translations

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'timeshift',
33
'vala',
44
'c',
5-
version : '25.07.7',
5+
version : '25.12.0',
66
license : 'GPL-2.0-or-later',
77
meson_version : '>= 0.54.0',
88
default_options : ['c_std=c99', 'build.c_std=c99']

0 commit comments

Comments
 (0)