forked from chamfay/Curlew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
executable file
·465 lines (292 loc) · 8.67 KB
/
ChangeLog
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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
Version 0.1.21
--------------
* New icons.
* Show file duration in files list.
* Added button in menu-bar allow to add files from folder directly.
* Added "Browse source" item in menu.
* Added "File informations" button (using mediainfo program).
* Added "File informations" entry in the menu.
* Removed "libfaac" codec.
* Disabled "favorite" button during conversion.
* Functions improvement.
Version 0.1.20.6
----------------
* Added Polish translation (Thanks to Daniel Napora <[email protected]>)
Version 0.1.20.5
----------------
* Added Russian translation (by VitalD <[email protected]>)
Version 0.1.20.4
----------------
* Added Traditional Chinese language (by taijuin <[email protected]>)
Version 0.1.20.3
----------------
* Added Spanish and Italian languages (by bersil <[email protected]>)
* Sorted languages list.
Version 0.1.20.2
----------------
* Updated Czech translation.
Version 0.1.20.1
----------------
* Updated basque translation.
* Bug fixes...
Version 0.1.20
--------------
* Enhanced layouts.
* Added information sidebar (image preview with some infos.).
* Removed tooltip infos (used sidebar instead).
* Enhancements and bugs fixes.
Version 0.1.19.2
----------------
* Added basque language (by Itzultzailearen kredituak).
* Fixes...
Version 0.1.19.1
----------------
* Added 'aac' codec.
* French translation updated.
Version 0.1.19
--------------
* Added 'libvo_aacenc' audio codec.
* Added 'Copy Mode' option (to split too faster without converting).
* Added 'to the end' option.
* Added Czech language (Pavel Fric <[email protected]>).
Version 0.1.18.4
----------------
* Added support for SSA/ASS subtitle.
* Enhnaced favorite list dialog (added delete key shortcut).
* Enhanced saving/loading functions.
* Update translation.
Version 0.1.18.3
----------------
* Added Dutch translation (by vertalers).
* Ability to add current format to your favorite list.
* Some fixes...
Version 0.1.18.2
----------------
* Bug fixes.
Version 0.1.18.1
----------------
* Show elapsed time for each conversion process.
* Added harddup option (work with mencoder only).
* Updates...
Version 0.1.18
--------------
* Removed makefiles and moved all install stuffs to setup.py file.
* Replace duration by file size in the files list (treeview).
* Show file without extension in the files list (treeview).
* Fixed a bug in when add file via command line.
* Some fixes...
Version 0.1.17
--------------
Commited by Ehab El-Gedawy <[email protected]>
* Sorted formats.
* Added program to Video/Audio files menu.
* Makefile
* rpm initial packing (making a .spec file).
Commited by Andrej Kvasnica <[email protected]>
* Save/load last audio and video properties.
* Suspend computer after finish.
Update: Fixed a bug in Makefile.
Version 0.1.16.2
----------------
* Allow to add file(s) via command line (Thanks to Ehab El-Gedawy <[email protected]>).
Version 0.1.16.1
----------------
* Bug fixes in "Pad option".
Version 0.1.16
--------------
* Added Crop option.
* Added Pad option.
* Many changes and improvements inside.
Version 0.1.15.4
----------------
* Allow to remove the source file after conversion.
* Some corrections in french translation.
Version 0.1.15.3
----------------
* Added french language.
* Removed preview file after aborting process.
Version 0.1.15.2
----------------
* Added option to show/hide toolbar's icons text.
* Update translation.
* Corrections and fixes.
Version 0.1.15.1
----------------
* Corrected bug in curlew.desktop file.
* Some bug fixes.
Version 0.1.15
--------------
* Added option to swicth manualy between available languages.
* Added new icons set (Thanks to Smail <[email protected]>).
* Added option to change toolbar icons, or make your own icons.
* Added option shutdown computer after finish (after 20 seconds).
* Fixed bug in "same quality" option.
* Update translation.
Version 0.1.14.2
----------------
* Bug fixes (setup.py, "Source quality" option with ffmpeg)
* Other updates and fixes.
Version 0.1.14.1
----------------
* Update Arabic translation.
* Changed application icons.
* Changed place of "Same Quality" option.
* Other fixes.
Version 0.1.14
--------------
* Added icon to system tray.
* Run only one instance of the program.
* Added Escape key to cancel preview or to stop conversion.
* Translation bugs fixed.
Version 0.1.13.2
----------------
* Fixed translation bug in some untranslated words.
* Added more description in README file.
Version 0.1.13.1
----------------
* DND (drag and drop) bug Fixed.
Version 0.1.13
--------------
* Used the default installed encoder.
* Fixed a translation bug.
* Some notable fixes and improvements.
Version 0.1.12
--------------
* Added tooltip informations about the file when cursor moved over it.
* Added subtitle delay option, can be negative value.
Version 0.1.11
--------------
* Added Matroska format(mkv container with libvorbis and libvpx).
* Added double-click in the treeview (if empty) to add new file(s).
* Saved last used font name.
* Removed duplicated formats (vcd, dvd, svcd).
* Removed version number from title bar.
Version 0.1.10
--------------
* Removed Quality combobox.
* Reorganized the source code.
* Cleanup.
Version 0.1.9r5
--------------
* Show more details for errors.
* Many other fixes.
Version 0.1.9r4
--------------
* Added threads number option.
* Press return key to play file.
* Double click to play file.
Version 0.1.9r3
--------------
* Added duration column to the treeview.
* Disabled controls during conversion process.
* Some fixes.
Version 0.1.9r2
--------------
* Added H.264 video with subtitle.
* Enhanced (XviD, DivX) with subtitle formats (some parameters).
* No preview during conversion process.
* Show current pass (P-1 or P-2) when using 2-Pass option.
Version 0.1.9r1
--------------
* Enhanced preview function (remove the notification before preview)
* Removed "gir1.2-notify-0.7" dependency package (reduced dependencies :)).
* Removed temporary preview file after played it.
Version 0.1.9
--------------
* Added two-pass encoding option.
* Enhanced spliting for a long begin time (pulse progressbar during processing).
* Allowed choosing between ffmpeg or avconv.
* Used internal player (avplay/ffplay) for playing and preview files.
* Added option to extract only video (no sound).
* Add option to change output sound volume.
* Add option to switch between overwrite/rename/skip existed file.
* Some fixes.
Version 0.1.8r1
---------------
* Updated arabic translation.
* Some fixes.
Version 0.1.8
---------------
* New version released!
Version 0.1.7r1
---------------
* Added some presets formats (16 formats).
* No wrapping in formats combobox popup menu.
Version 0.1.7
---------------
* Added more presets formats (from winff).
* Removed save window size and save expanded options.
* Enhanced some functions in the code source.
Version 0.1.6r2
---------------
* Possibility to save and load settings.
* Fixed bug in stop button.
Version 0.1.6r1
---------------
* Reorganized the source code.
* Add an option to convert with the same quality as source file quality.
* Update icons (more shiny than ever).
Version 0.1.6
---------------
* Converted project to Python package.
* Fixed bugs in "Preview" and "Split" functions.
* Updated source code.
* Cleanup...
Version 0.1.5r3
---------------
* Replaced "string" and "user" modules.
* Updated Arabic Translation.
* Some revisions and fixes.
Version 0.1.5r2
---------------
* Used "avconv" program instead of deparcated "ffmpeg" program.
* Added browse destination option in popup menu.
* Fixed drag and drop.
* Code enchancements...
Version 0.1.5r1
---------------
* delete uncompleted file.
Version 0.1.5
---------------
* Fixed devision by zero error 'Fedora system'
* Replaced 'os.system and commands' by subprocess (prepare to python3)
* Fixed encoding problem.
* Curlew tested on Ubuntu 12.04, Mint 12, Ojuba 16.
Version 0.1.4r3
---------------
* Add drag and drop function.
* Fix bug in ubuntu 12.04
* Fix some bugs
Version 0.1.4r2
---------------
* Quit app. with confirmation (during conversion).
* Add ogg format (audio/video) encoding.
* Update translation.
* Some impovements.
Version 0.1.4r1
---------------
* Fix bug in aspect ratio.
Version 0.1.4
--------------
* Reorganized source tree.
* Updated setup.py file.
* Use png format instead of svg (ToolBar).
Version 0.1.3
--------------
* Add 3gp encoding support.
* Fix bug when removing file during conversion.
* Add homepage.
* Update README file (requirements)
* Some improvements.
Version 0.1.2
--------------
* Add Application icon.
* Update toolbar icons.
* Update Arabic translation.
* Some improvements.
Version 0.1.1
--------------
* Uploaded to github.
Version 0.1.0
--------------
* Initial release.