-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathChangeLog
213 lines (122 loc) · 4.4 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
Version 1.8.0
--------------
* PyQt5 port
* User can now specify a custom ffmpeg path.
* Libav/avconv support dropped.
* Progress bar showing total conversions progress removed.
* Document tab now allows all conversions supported by unoconv.
* Shutdown after conversion button added.
Version 1.7.2
--------------
* Minor fixes and changes.
* Updated translations.
Version 1.7.1
--------------
* Compatibility bug with pyqt 4.11.4 has been fixed.
* Compatibility bug with python 3.2 and previous versions has been fixed.
* New Image Preferences: default convert options and extra image formats.
Version 1.7.0
--------------
* Updated graphical user interface.
* Audio and video codecs selection.
* Rotate and flip video options.
* Split video files option.
* Embed subtitles to video files.
* Number of threads to use option for video conversions.
* Autocrop, rotate and flip images.
* Parallel document conversions.
* Various small bugfixes.
* Catalan, Galician and Romanian translations.
Version 1.6.0
--------------
* The program ported to python3
* PythonMagick replaced by ImageMagick.
* Small corrections and changes in the presets list.
* Italian, Spanish, Chinese (Taiwan) and Malay translations.
Version 1.5.2
--------------
* Updated presets list.
* New presets options: synchronization and remove old.
* New option to maintain or not aspect ratio when resizing an image.
* Bugfix #20: really use avconv when chosen.
* French and Bulgarian translations.
Version 1.5.1
--------------
* Audio conversions major bugfix #12.
* Other bugfixes.
* Updated translations.
Version 1.5.0
--------------
* New UI which enables user to select multiple files for conversion.
* Files can dragged and dropped from a file manager or passed as command line arguments.
* Parallel conversions.
* Portuguese (Brazil) translation.
* Minor bugfixes.
Version 1.4.3
--------------
* Czech translation and minor changes.
Version 1.4.2
--------------
* FFmpeg compatibility bugfix - accurate progress bar for all ffmpeg versions.
* Polish and Portuguese translations.
Version 1.4.1
--------------
* Chinese, German, Hungarian and Russian translations.
Version 1.4.0
--------------
* Audio/Video ffmpeg-presets management. The presets are compatible with those of WinFF.
* In-line processing of the ffmpeg command in audio/video conversions.
* More precise and reliable results in the conversion progress bars.
* FFmpeg/avconv/unoconv output is visible in the conversion dialog.
* Choose between ffmpeg/avconv for audio/video conversion if both are installed.
* The two tabs for audio and video replaced by one.
* Conversions log file.
Version 1.3.1
--------------
* Audio conversion options has been added on video conversions.
* Bug fix on application icon.
* Manual page was added.
Version 1.3.0
--------------
* Again great part has been rewriteen.
The program became more object-oriented.
Conversions are running in a second thread.
* PIL has been replaced from PythonMagick.
* Extra file extensions:
Audio: afc, aifc, mka, ra, spx
Videos: m1v, m2t, m2v, mpg, ogv, rm, ts
Images: aai, cgm, dcm, dpx, emf, fpx, jbig, jng,
mrsid, p7, picon, psd, rad, webp, wpg, xpm
* Common conversion options for each file type has been added.
* Automatic file extension recognition.
* Options for existing files.
* Progress dialog's modality issue solved.
* Turkish translation.
Version 1.2.0
--------------
* Great part of the program has been rewritten.
The ui fully written by hand. No more use of QtDesigner.
* Output destination added.
* Preferences tab added.
New options for saving and naming files.
* New bar added to progress dialog.
The new bar shows the progress of each file seperately.
Version 1.1.1
--------------
* Bug with conversion dialog has been fixed.
Before this, dialog appeared after the first conversion.
* Compatibility bug with python2.6 has been fixed.
* Small corrections to some labels and greek translation.
Version 1.1.0
--------------
* Some part of the program has been rewritten.
* The application translated to english which became the primary language.
* Greek translation available.
* User interface changed.
The three main ComboBoxes replaced by a tabWidget for each file type.
* The dialog to inform for missing dependencies when program starts replaced
from a label on statusbar.
* PIL added to dependencies.
Version 1.0.0
--------------
* First public release.