-
Notifications
You must be signed in to change notification settings - Fork 22
/
changelog
696 lines (349 loc) · 21.1 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
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
videomorph (1.5); urgency=high
* VideoMorph v1.5 Canelo. Release Date: Mon, 6 Jul 2020
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Mon, 6 Jul 2020 12:15:38 -0400
videomorph (1.4); urgency=high
* Update the project's documentation and copyright
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Thu, 2 Jul 2020 23:16:15 -0400
videomorph (1.4); urgency=high
* Fix the problem with the library path on Windows and improve GNU/Linux and macOS code
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sat, 20 Jun 2020 17:38:58 -0400
videomorph (1.4); urgency=medium
* Format the code using Black
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 19 Jun 2020 19:25:33 -0400
videomorph (1.4); urgency=medium
* Update es_ES translation
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Tue, 16 Jun 2020 18:15:38 -0400
videomorph (1.4); urgency=medium
* Added User's Manual in Markdown format
-- Leonel Salazar Videaux <leonel.lordford@gmail.com> Tue, 16 Jun 2020 00:20:05 -0400
videomorph (1.4); urgency=medium
* Disable the features related to presets (Import profiles, Export profiles, Add profiles, Restore profiles)
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 14 Jun 2019 19:00:38 -0400
videomorph (1.4); urgency=medium
* Update User's Manual
-- Leonel Salazar Videaux <leonel.lordford@gmail.com> Mon, 15 Jun 2020 00:30:31 -0400
videomorph (1.4); urgency=medium
* Enable Convert action when the user stops the conversion for any reason
-- Leonel Salazar Videaux <leonel.lordford@gmail.com> Sun, 14 Jun 2020 20:49:05 -0400
videomorph (1.4); urgency=medium
* Add and update several presets (AVI for YouTube, DVD PAL, MOV for YouTube, MP4 for YouTube, WMV for the web, Xbox 360, Zune, Power Point, MKV H265 for YouTube, MP3 optimized, OGA and OGA mono)
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 14 Jun 2020 12:18:13 -0400
videomorph (1.4); urgency=medium
* Improve XML format and content
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Mon, 26 Aug 2019 22:33:36 -0400
videomorph (1.4); urgency=medium
* Output directory problem. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 25 Aug 2019 15:34:50 -0400
videomorph (1.4); urgency=medium
* Check for available codecs and validate default presets
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 25 Aug 2019 12:27:22 -0400
videomorph (1.4); urgency=medium
* Add MKV presets
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 23 Aug 2019 17:48:57 -0400
videomorph (1.4); urgency=medium
* MacOS Support enabled
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Wed, 30 Jul 2019 11:08:14 -0400
videomorph (1.4); urgency=medium
* Correct the layout to the video info dialog
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Mon, 8 Jul 2019 10:32:21 -0400
videomorph (1.4); urgency=medium
* Start conversion process automatically when called from console
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 7 Jul 2019 20:27:44 -0400
videomorph (1.4); urgency=medium
* Add "Add Directory" option to the main toolbar
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 5 Jul 2019 20:32:36 -0400
videomorph (1.4); urgency=medium
* Overwrite existing output files when converting
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 30 Jun 2019 08:59:34 -0400
videomorph (1.4); urgency=medium
* Overwrite existing output files when converting
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 30 Jun 2019 08:59:34 -0400
videomorph (1.4); urgency=high
* Polish the GUI creation code
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 28 Jun 2019 20:27:43 -0400
videomorph (1.4); urgency=high
* VideoMorph v1.4. Release Date: Fri, 7 Sep 2018
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 7 Sep 2018 20:00:00 -0400
videomorph (1.3.1); urgency=medium
* Add new presets to MP4 profile
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 7 Sep 2018 19:53:18 -0400
videomorph (1.3.1); urgency=medium
* Add support for OGV format
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Thu, 6 Sep 2018 17:57:19 -0400
videomorph (1.3.1); urgency=high
* Problems with MOV presets. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Thu, 6 Sep 2018 00:03:59 -0400
videomorph (1.3.1); urgency=high
* Add formatting support for video properties like size and duration
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Wed, 5 Sep 2018 23:24:55 -0400
videomorph (1.3.1); urgency=high
* Prevent ImportError related to os.cpu_count() deprecation in future version of Python. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Wed, 5 Sep 2018 20:46:53 -0400
videomorph (1.3.1); urgency=high
* Add support for MTS format as input videos
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Wed, 5 Sep 2018 19:49:14 -0400
videomorph (1.3.1); urgency=high
* File extension error in MOV profile. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Wed, 5 Sep 2018 19:38:45 -0400
videomorph (1.3.1); urgency=medium
* Add a context menu with several options to the system tray icon
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Thu, 23 Aug 2018 22:15:28 -0400
videomorph (1.3.1); urgency=high
* Simplify the internal process of updating the UI (videomorph.update_ui())
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Wed, 15 Aug 2018 09:03:26 -0400
videomorph (1.3.1); urgency=medium
* Add VideoMorph's Manifest to define work-flow guidelines for the project
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Mon, 13 Aug 2018 23:51:45 -0400
videomorph (1.3.1); urgency=high
* Update tests. Add some new test and improve test coverage
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Mon, 13 Aug 2018 23:39:55 -0400
videomorph (1.3.1); urgency=medium
* Add Continuous Integration with TravisCI
-- Ozkar L. Garcell <ozkar.garcell@gmail.com> Mod, 30 Jul 2018 11:16:17 -0400
videomorph (1.3.1); urgency=medium
* Add coverage to GitHub repo
-- Ozkar L. Garcell <ozkar.garcell@gmail.com> Fri, 27 Jul 2018 09:40:00 -0400
videomorph (1.3.1); urgency=medium
* Add system tray icon and system notification when video conversion is finished
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Tue, 10 Jul 2018 21:45:33 -0500
videomorph (1.3.1); urgency=medium
* Add sound notification on Linux and Windows
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sat, 30 Jun 2018 21:39:47 -0500
videomorph (1.3.1); urgency=medium
* Add new presets for MOV processing
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sat, 30 Jun 2018 19:02:39 -0500
videomorph (1.3.1); urgency=medium
* Add new presets for VCD processing
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sat, 30 Jun 2018 16:17:56 -0500
videomorph (1.3.1); urgency=medium
* Add new presets for MP3 processing
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sat, 30 Jun 2018 15:57:30 -0500
videomorph (1.3.1); urgency=high
* Problem with customized/default profiles. Customized override defaults. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sat, 30 Jun 2018 15:51:16 -0500
videomorph (1.3.1); urgency=high
* Problem with the activation of video info option. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 29 Jun 2018 09:59:05 -0500
videomorph (1.3.1); urgency=high
* Problem with library path on Windows when library is not really installed or available. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 23 Jun 2018 22:24:14 -0500
videomorph (1.3.1); urgency=medium
* Add a Dialog to show information about videos
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 23 Jun 2018 22:24:34 -0500
videomorph (1.3.1); urgency=medium
* Add option to open VideoMorph Web Page under "Help" menu
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 23 Jun 2018 22:10:12 -0500
videomorph (1.3.1); urgency=high
* VideoMorph v1.3.1. Release Date: Fri, 23 Jun 2018
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 23 Jun 2018 10:00:00 -0500
videomorph (1.3); urgency=high
* Problem with Ubuntu 18.04 and distutils.errors import. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Thu, 7 Jun 2018 23:45:57 -0500
videomorph (1.3); urgency=high
* Fixing drag & drop issue about rejecting valid filename extensions in UPPERCASE or mixing LOWERCASE and UPPERCASE not matching pre-defined list
-- Leonel Salazar Videaux <leonel.lordford@gmail.com> Tue, 8 May 2018 18:47:20 -0400
videomorph (1.3); urgency=high
* Drag and Drop doesn't work on Windows Platform. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 25 Mar 2018 22:10:21 -0400
videomorph (1.3); urgency=high
* VideoMorph v1.3. Release Date: Tue, 20 Mar 2018
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Tue, 20 Mar 2018 10:00:00 -0500
videomorph (1.2); urgency=high
* Add an User's Manual
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Mon, 19 Mar 2018 18:53:00 -0500
videomorph (1.2); urgency=high
* Problem with the UI updating when the user plays a video. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sat, 17 Mar 2018 23:52:26 -0500
videomorph (1.2); urgency=high
* Problem with video file duration. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 4 Feb 2018 23:25:04 -0500
videomorph (1.2); urgency=high
* Enable "Convert" action and update "Progress" column when user selects some option in "Other Options"
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 4 Feb 2018 21:57:07 -0500
videomorph (1.2); urgency=low
* Hide cmd.exe window on Windows systems when running ffprobe
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 2 Feb 2018 22:48:25 -0500
videomorph (1.2); urgency=medium
* Add support for playing output video on Windows while converting
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 28 Jan 2018 23:09:30 -0500
videomorph (1.2); urgency=high
* Problem with updating the interface when converter is running and the user plays a video. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 28 Jan 2018 18:06:16 -0500
videomorph (1.2); urgency=high
* VideoMorph runs on Windows. Done
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 28 Jan 2018 00:20:19 -0500
videomorph (1.2); urgency=high
* Update README.md with new installation details
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 28 Jan 2018 00:11:57 -0500
videomorph (1.2); urgency=high
* Add an option to shutdown machine when conversion process is finished
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 26 Jan 2018 22:45:23 -0500
videomorph (1.2); urgency=high
* Update the setup.py to work with distutils or setuptools on GNU/Linux or Windows
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sat, 20 Jan 2018 17:56:54 -0500
videomorph (1.2); urgency=high
* Update app icon to a file to ICO format for Windows compatibility
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 19 Jan 2018 21:39:29 -0500
videomorph (1.2); urgency=high
* Remove support for avconv to concentrate in ffmpeg features
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 19 Jan 2018 19:42:50 -0500
videomorph (1.2); urgency=high
* Problem with file names that contains dots. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 7 Jan 2018 18:29:34 -0500
videomorph (1.2); urgency=medium
* Refactor utils.which function for portability
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sat, 6 Jan 2018 22:19:51 -0500
videomorph (1.2); urgency=high
* Remove file action activated when user double click on a video file to reproduce it. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Thu, 4 Jan 2018 18:30:45 -0500
videomorph (1.2); urgency=low
* Add support for playing video file on Windows and Linux platform
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Wed, 3 Jan 2018 22:42:51 -0500
videomorph (1.2); urgency=low
* Add support for opening Ffmpeg on-line documentation on Windows
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Wed, 3 Jan 2018 20:26:55 -0500
videomorph (1.2); urgency=high
* Problem stopping conversion process for all files on Windows platform. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Tue, 2 Jan 2018 21:16:50 -0500
videomorph (1.2); urgency=high
* Partially converted video not deleted when user closes the app. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Tue, 2 Jan 2018 21:00:38 -0500
videomorph (1.2); urgency=high
* Problem stopping conversion on Windows. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Tue, 2 Jan 2018 10:41:12 -0500
videomorph (1.2); urgency=high
* Use os.path join to build paths for portability
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Mon, 1 Jan 2018 14:17:33 -0500
videomorph (1.2); urgency=low
* Add support to handle paths in GNU/Linux and Windows platforms
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Mon, 25 Dec 2017 18:10:55 -0500
videomorph (1.2); urgency=high
* Problem: App did not save configuration state if the user closes it when no conversion task is running. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 22 Dec 2017 23:46:53 -0500
videomorph (1.2); urgency=high
* Add support for handling system paths on different platforms
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Fri, 22 Dec 2017 20:44:11 -0500
videomorph (1.2); urgency=high
* Problem reading from changelog.gz. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Tue, 14 Nov 2017 21:14:17 -0500
videomorph (1.2) xenial; urgency=high
* VideoMorph v1.2. Release Date: Tue, 7 Nov 2017
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Tue, 7 Nov 2017 10:00:00 -0400
videomorph (1.1) xenial; urgency=high
* Ask the user confirmation to exit VideoMorph when there are on going conversion tasks. (by Leonel Salazar Videaux)
-- Leonel Salazar Videaux <leonel.lordford@gmail.com> Sat, 21 Oct 2017 00:47:57 -0400
videomorph (1.1) xenial; urgency=medium
* Add support for drag and drop video files into the List of Conversion Task (by Leonel Salazar Videaux)
-- Leonel Salazar Videaux <leonel.lordford@gmail.com> Wed, 4 Oct 2017 22:03:32 -0400
videomorph (1.1) xenial; urgency=low
* Add icons to identify default formats in profiles ComboBox
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sat, 23 Sep 2017 00:43:21 -0400
videomorph (1.1) xenial; urgency=high
* New app logo and icon (by Osmel Cruz)
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Wed, 13 Sep 2017 21:27:19 -0400
videomorph (1.1) xenial; urgency=low
* Add a better formatted HTML text to show in "Changelog" dialog
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Tue, 12 Sep 2017 23:01:16 -0400
videomorph (1.1) xenial; urgency=low
* Add new icons
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Tue, 5 Sep 2017 20:18:48 -0400
videomorph (1.1) xenial; urgency=high
* Separate the default and customized profiles in default.xml and customized.xml files to avoid overwriting the user defined profiles when upgrade to a new version. This files are now at $HOME/.videomorph/profiles
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Mon, 4 Sep 2017 21:01:25 -0400
videomorph (1.1) xenial; urgency=high
* Problem with the total progress bar when FileExistsError was raised. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 3 Sep 2017 15:36:34 -0400
videomorph (1.1) xenial; urgency=medium
* Add Changelog option under "Help" menu
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 3 Sep 2017 15:36:34 -0400
videomorph (1.1) xenial; urgency=low
* Add an option to open Ffmpeg on-line documentation under "Help" menu
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 3 Sep 2017 13:07:50 -0400
videomorph (1.1) xenial; urgency=medium
* Add support for playing videos with the default player in any Desktop Environment
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 3 Sep 2017 10:43:57 -0400
videomorph (1.1) xenial; urgency=low
* Add place holder text to show users how to input data in "Add Conversion Profile" dialog
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sat, 26 Aug 2017 15:05:05 -0400
videomorph (1.1) xenial; urgency=low
* Add completion suggestions for profile name and extension in "Add Conversion Profile" dialog
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sat, 26 Aug 2017 14:43:26 -0400
videomorph (1.1) xenial; urgency=high
* Problem of backward compatibility with older Python3 versions. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sat, 26 Aug 2017 01:12:21 -0400
videomorph (1.1) xenial; urgency=high
* Problem with the path of the user's profiles.xml file at $HOME/.videomorph. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Wed, 23 Aug 2017 23:12:44 -0400
videomorph (1.1) xenial; urgency=high
* VideoMorph v1.1. Release Date: Thu, 24 Aug 2017
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Thu, 24 Aug 2017 10:00:00 -0400
videomorph (1.0) xenial; urgency=high
* "python setup.py install" fails in systems where setuptools is not installed. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Wed, 23 Aug 2017 21:59:45 -0400
videomorph (1.0) xenial; urgency=high
* Problem with duplicated files when adding files from console using -i and -d option at the same time. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Wed, 23 Aug 2017 08:58:13 -0400
videomorph (1.0) xenial; urgency=high
* Problem deleting subtitle files. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Wed, 23 Aug 2017 00:21:11 -0400
videomorph (1.0) xenial; urgency=high
* Handle some new library errors and report the problem to the user
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Tue, 22 Aug 2017 18:46:28 -0400
videomorph (1.0) xenial; urgency=high
* Problem with video extensions when adding a directory. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Tue, 22 Aug 2017 17:41:16 -0400
videomorph (1.0) xenial; urgency=high
* Problem validating video extension in customized profiles. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Tue, 22 Aug 2017 16:18:14 -0400
videomorph (1.0) xenial; urgency=high
* When the output file path coincide with the input file path, the input video was overwritten. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Tue, 22 Aug 2017 15:24:45 -0400
videomorph (1.0) xenial; urgency=low
* Now is optional the use of a Format Tag in the name of the output file (no tag by default). The user chooses
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Mon, 21 Aug 2017 09:49:27 -0400
videomorph (1.0) xenial; urgency=medium
* Change the ArtWork, mainly the icons theme
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 20 Aug 2017 22:02:29 -0400
videomorph (1.0) xenial; urgency=medium
* Problem finding the paths for translations and for LICENSE. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sun, 20 Aug 2017 16:41:44 -0400
videomorph (1.0) xenial; urgency=medium
* Play videos with the system default video player. Now available for Gnome base Desktop Environment
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sat, 19 Aug 2017 16:11:44 -0400
videomorph (1.0) xenial; urgency=low
* Add support to cancel the process of adding files in the progress dialog
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Thu, 17 Aug 2017 23:57:20 -0400
videomorph (1.0) xenial; urgency=medium
* Show a progress dialog when loading video files
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Thu, 17 Aug 2017 18:51:29 -0400
videomorph (1.0) xenial; urgency=medium
* Disable the "Play Output File" context menu if the file doesn't exist, and in MP4 formats cause this format can't be play until conversion is finished
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Wed, 16 Aug 2017 01:29:15 -0400
videomorph (1.0) xenial; urgency=high
* Issue related to the inclusion of square brackets within the subtitle path. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Sat, 12 Aug 2017 19:01:34 -0400
videomorph (1.0) xenial; urgency=high
* The output field showed the last used directory even if it does not exist. Fixed
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Mon, 7 Aug 2017 19:58:33 -0400
videomorph (1.0) xenial; urgency=medium
* Add support for extracting audio in MP3 format
-- Leodanis Pozo Ramos <lpozor78@gmail.com> Mon, 7 Aug 2017 19:32:45 -0400
videomorph (1.0) xenial; urgency=medium
* VideoMorph v1.0. Release Date: Fri, 19 May 2017
-- Leodanis Pozo Ramos <lpozo@openmailbox.org> Fri, 19 May 2017 14:00:00 -0400
videomorph (1.0) xenial; urgency=medium
* Add Manpage
-- Leodanis Pozo Ramos <lpozo@openmailbox.org> Fri, 19 May 2017 00:07:34 -0400
videomorph (1.0) xenial; urgency=medium
* Add support for restoring default Conversion Profiles
-- Leodanis Pozo Ramos <lpozo@openmailbox.org> Thu, 18 May 2017 01:58:48 -0400
videomorph (1.0) xenial; urgency=medium
* Accept a video file or a directory containing video files at the command line (videomorph -i video.avi and videomorph -d directory)
-- Leodanis Pozo Ramos <lpozo@openmailbox.org> Tue, 16 May 2017 16:18:06 -0400
videomorph (1.0) xenial; urgency=medium
* Include subtitles in video files if available
* Allow the user to decide if the source video file removed when conversion is finished
-- Leodanis Pozo Ramos <lpozo@openmailbox.org> Tue, 16 May 2017 00:34:57 -0400
videomorph (1.0) xenial; urgency=medium
* Add support for importing presets
-- Leodanis Pozo Ramos <lpozo@openmailbox.org> Sun, 14 May 2017 22:52:38 -0400