1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
|
timeshift (17.2) trusty; urgency=medium
* Use StackWidget for Settings window
* Fixed: Hourly task was not created correctly
* Settings: Updated messages in Schedule tab to avoid confusion
-- Tony George <tony.george.kol@gmail.com> Thu, 26 Jan 2016 10:00:00 +0530
timeshift (17.1) trusty; urgency=medium
* Added support for BTRFS snapshots. There's a new tab in Settings
Window to select the snapshot type as BTRFS or RSYNC. Application will
default to BTRFS snapshots on supported systems.
* Added support for BTRFS systems with @ and @home on different disks
* Exclude: Added /var/lib/docker to default exclude list. This will
prevent recursive backups which can cause the disk to run out of
space.
* Exclude: Added /timeshift-btrfs and /var/log/timeshift to
default exclude list
* Scheduling: Scripts will be created in /etc/cron.*/ instead of
adding entries to root user's crontab. This allows users to create
custom jobs for timeshift without any conflict with jobs created
automatically by the application.
* Console: Replaced options '--backup' with '--check', and
'--backup-now' with '--create'
* Console: Added option --tags to specify backup level while creating
snapshots
* Console: Added options --btrfs and --rsync to specify snapshot type
* Console: Fixed: Progress was not displayed when first snapshot was
taken. System size will be estimated before creating first snapshot.
* Console: Fixed: Comments passed as command argument were not saved
* Settings: Removed Notes tab from SettingsWindow
* Settings: Added option to stop emails sent by cron service
* Use expanded ButtonBox if gtk+ version >= 3.18
* Package 'timeshift' now replaces package 'timeshift-btrfs'
if installed on the system
* Added Ukranian translation by Ihor Chomko
* Added Swedish translation by Åke Engelbrektson
-- Tony George <tony.george.kol@gmail.com> Sun, 15 Jan 2016 10:00:00 +0530
timeshift (16.11.2) trusty; urgency=medium
* Fixed: Partitions were not detected correctly on LMDE2 Betsy
* Fixed some dependency issues while running installer on LMDE2.
Installer will be built using trusty as base instead of xenial for
better compatibility with older distros.
-- Tony George <tony.george.kol@gmail.com> Fri, 11 Nov 2016 14:00:00 +0530
timeshift (16.11.1) trusty; urgency=medium
* Fixed an issue with application launcher
-- Tony George <tony.george.kol@gmail.com> Fri, 11 Nov 2016 14:00:00 +0530
timeshift (16.11) trusty; urgency=medium
* Moved console and Gtk code to separate utilities:
'timeshift' and 'timeshift-gtk'
* Console: Display progress in terminal while creating and
deleting snapshots; Added --comments option for setting the comment
when new snapshot is created; Changed input timeout interval to
60 seconds;
* RestoreWindow: Removed loop devices from target device dropdowns;
Fixed some issues in device selection logic; Comboboxes would remain
unselected in some scenarios; User will be prompted to unlock
default devices before the restore window is displayed; LVM volume
names will be displayed on the target device selection tab;
* RestoreWindow: Added new options to reinstall GRUB,
update initramfs and update GRUB menu; Fixed: Progress will be
displayed when restoring another system in GUI mode; Added
right-click menu option to view restore log file;
* RestoreWindow: Exclude Apps: Populate items from destination home
directories as well as snapshot's home directories.
* Restore: Bind /dev/pts when chrooting the restored system;
* Restore: Check and repair file systems after offline restore;
* UI: Added borders around statusbar;
* OS Support: Fedora/RedHat: Fixed detection of Live USB mode;
Fixed an issue with grub update;
* Create: Exclude /var/spool and ~/.dbus while creating snapshots;
File count will be saved when snapshots are created;
* Fixed the handling of leading and trailing spaces in device
labels and mount paths;
* SettingsWindow: Replaced Include and Exclude tabs with a single
tab for Filters; Resized the window size to match Main Window; Main
Window will be hidden when the Settings Window is displayed;
* Exclude /etc/timeshift.json so that it is not replaced when a
snapshot is restored
-- Tony George <tony.george.kol@gmail.com> Fri, 11 Nov 2016 10:00:00 +0530
timeshift (16.10.6) trusty; urgency=medium
* Fixed scheduled backups; Initialize display for the scheduled cron task;
-- Tony George <tony.george.kol@gmail.com> Sun, 16 Oct 2016 14:00:00 +0530
timeshift (16.10.5) trusty; urgency=medium
* Fixed build errors on trusty; Removed references to
Gtk.ButtonBoxStyle.EXPAND;
* Added support for BTRFS systems with @ and @home on separate
devices
* Added workaround for older versions of lsblk; Fixed support for
Ubuntu 14.04 and Mint 17.x;
* Updated list of donors in Credits section
* Use valac-0.26
-- Tony George <tony.george.kol@gmail.com> Sat, 15 Oct 2016 14:00:00 +0530
timeshift (16.10.3) trusty; urgency=medium
* Statusbar: Display dates in 24-hr format;
* Check system uuid when linking from previous snapshot; This allows
snapshots of multiple systems to be saved on the same backup device
without wasting space;
* Fixed error handling for udisks automount() and unmount()
-- Tony George <tony.george.kol@gmail.com> Sat, 08 Oct 2016 14:00:00 +0530
timeshift (16.10.2) xenial; urgency=medium
* Fixed: AM/PM is not displayed by some locales; Snapshot date will
be displayed in 24-hr format to avoid this issue;
* Fixed: RestoreWindow: Subvolume column is sometimes hidden when
window is opened for the first time;
-- Tony George <tony.george.kol@gmail.com> Sat, 08 Oct 2016 10:00:00 +0530
timeshift (16.10.1) xenial; urgency=medium
* Major release with re-designed UI and features
-- Tony George <tony.george.kol@gmail.com> Fri, 07 Oct 2016 10:00:00 +0530
timeshift (16.7.11) trusty; urgency=medium
* Fixed: First snapshot size estimation fails in some cases
* Fixed: Statusbar padding
* Moved extra toolbar items to dropdown menu
* Updated list of contributors and translators in About > Credits
-- Tony George <tony.george.kol@gmail.com> Wed, 06 Jul 2016 10:00:00 +0530
timeshift (16.3) trusty; urgency=medium
* Fix Gtk.Switch
* Update translation template
* Update localization files
-- Maxim Taranov <png2378@gmail.com> Wed, 06 Jul 2016 10:00:00 +0530
|