-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathchangelog.txt
354 lines (189 loc) · 5.91 KB
/
changelog.txt
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
=========
Changelog
=========
3.1.5 (2017-06-17)
==================
- Toucan main executable now isn't compressed and is dynamically linked to C/C++ runtime,
libraries are supplied within the installer. This is to follow the PortableApps
main team's approach and avoid antivirus false-positives.
3.1.4 (2016-06-19)
==================
- Toucan is still alive! :)
- documentation: fixed command line parameters description (`bug #1 <https://github.com/PortableApps/Toucan/issues/1>`_)
- documentation: added description of "anti-items" (`bug #4 <https://github.com/PortableApps/Toucan/issues/4>`_)
- scripts: fixed print command and exposed all message types available internally (`bug #8 <https://github.com/PortableApps/Toucan/issues/8>`_)
- backup: fixed job stdout polling logic to capture quick ones (`bug #3 <https://github.com/PortableApps/Toucan/issues/3>`_)
- backup: fixed ratio slider text not updating upon app start
- translations: refreshed all PO files, updated RU and PL ones
- translations: updated IT translation (eagleman)
3.1.3 (2014-01-19)
==================
- Fixed "--log" option not working when used with non-GUI mode (`bug #7 <https://sourceforge.net/p/alt-toucan/tickets/7/>`_)
- Minor documentation fixes (Toucan version strings mostly)
3.1.2 (2013-11-17)
==================
- Fixed wxWidgets assert being triggered when a whole drive was added
to a backup selection (`bug #6 <https://sourceforge.net/p/alt-toucan/tickets/6/>`_)
- Fixed bug with UI looking flat like Win95 even on newer OSes with themes enabled (`bug #4 <https://sourceforge.net/p/alt-toucan/tickets/4/>`_)
3.1.1 (2013-09-22)
==================
- Fixed bug with Backup in Complete or Update modes
only including the first source file/dir into the resulting archive (`bug #2 <https://sourceforge.net/p/alt-toucan/tickets/2/>`_)
- Added description of Mirror mode for Backup into documenation (`bug #1 <https://sourceforge.net/p/alt-toucan/tickets/1/>`_)
- Fixed several error handling cases for Restore mode (errors were triggered when not needed and vice versa)
3.1
===
- Improved Rules support, including
- Improved validation
- A new interface
- Wildcard support in the Simple type
- Seperate file and folder includes
- Absolute excludes
- Username variable
- Improved input validation
- Tooltips everywhere
- Improved progress display
- Fixed command line output
- Improved UI responsivness
- Autoscroll toggle added
- UI now saves position and size
- Scripting interface improvements
- Undo and redo buttons
- Interface to add existing jobs and commands
- Long path support in sync
- UNC path support in sync
- Long UNC path support in sync
3.0.4 (2010-11-30)
==================
- Bug fixes
3.0.3 (2010-09-26)
==================
- Bug fixes
- New date and time variables
3.0.2 (2010-07-22)
==================
- Bug fixes
3.0.1 (2010-06-17)
==================
- Bug fixes
- Help file improvements
- Dutch translation updated
3.0 (2010-06-17)
==================
- A brand new scripting back-end using Lua
- Many Sync engine improvements
- Lots of new options
- Support for long file paths in Windows
- Completely overhauled command line interface
- Improved threading
- Updated folder creation
- Updated languages
- Georgian language support added
2.2.1 (2009-12-07)
==================
- Bug fixes
- Improved language support
2.2.0 (2009-11-03)
==================
- Improved saved data handling
- Data files transitioned to English
- Refresh buttons added
- Backup and Secure now live preview
- Sync user interface improvements
- New Rules user interface
- New Rules entry dialog
- New password entry dialog
- Many bug fixes
- Improved variable normalisation
- Memory usage reduced
- Program size reduced
- Drive labels supported as variables
- Swedish and Greek languages added
- Many translation updates
2.1.2 (2009-07-29)
==================
- Improved support for small screens
- User interface consistency improved
- Helpfile updates
- Many bug fixes
2.1.1 (2009-07-05)
==================
- Settings can be applied without a restart
- Helpfile updates
- Errors now highlighted red
- Tool-tips have been added
- Many bug fixes
2.1.0 (2009-05-17)
==================
- New progress window
- New Sync engine
- Visual finished notification
- Command line output logging
- Many bug fixes
- Code moved to Mercurial
- Added Japanese, Simplified Chinese
2.0.7 (2009-03-07)
==================
- Multiple bug fixes
2.0.6 (2009-02-21)
==================
- Fix for crash on certain Windows XP computers
2.0.5 (2009-02-20)
==================
- New help file
- Tab rename
- Start up speed increase
- Portuguese, Portuguese (Brazilian), Turkish and Czech added
- Remember entered information options
- Rules system updated
- Multiple bug fixes
- Updated installer
2.0.4 (2009-01-15)
==================
- Bug fixes
- User interface Improvements
- Code re-factoring and reduction
- Added @volume@ variable
- Added Italian and Chinese
2.0.3 (2008-12-02)
==================
- Bug fixes
- User interface Improvements
2.0.2 (2008-11-10)
==================
- Bug fixes
- Sync speed improvements
- Added Bulgarian
2.0.1 (2008-09-10)
==================
- Bug fixes
- User interface Improvements
- Added Polish and Hungarian
2.0 (2008-08-13)
================
- New user interface
- Japanese removed
- Blowfish removed
1.2.2 (2008-04-11)
==================
- Bug fixes
- Folder time stamp syncing
- Added Spanish, Japanese and Estonian
1.2.1.1 (2008-02-28)
====================
- Fixed infinite loop bug
1.2.1 (2008-02-11)
==================
- Bug fixes
- Improved exclusions
- Improved command line
- Added Dutch
1.2 (2007-11-21)
================
- AES added
- Drag and drop support added
- Bug fixes
- Added French and German
1.1 (2007-08-01)
================
- Initial release