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