|
2 | 2 |
|
3 | 3 | ## Changelog
|
4 | 4 |
|
5 |
| -------------------------------------------------------------------------------- |
| 5 | +### 6.0.0.0 |
| 6 | + |
| 7 | +#### Added |
| 8 | + |
| 9 | +- Features |
| 10 | + - Dithering |
| 11 | + - SRT subtitles file parsing |
| 12 | + - Open text as text overlays |
| 13 | + - Save text overlays to file |
| 14 | + - Raise text overlay |
| 15 | + - Lower text overlay |
| 16 | + - Clone text overlay |
| 17 | +- GUI |
| 18 | + - Dither toggle button |
| 19 | + - Dither icon |
| 20 | + - Remove all button |
| 21 | + - Open text button |
| 22 | + - Clone text button |
| 23 | + - Save text button |
| 24 | + - Open text dialog |
| 25 | + - Save text dialog |
| 26 | + - Keyboard controls |
| 27 | + - - seek left |
| 28 | + - + seek right |
| 29 | + - Keyboard documentation to the about dialog |
| 30 | + - `gifcurry-button-dangerous` CSS class |
| 31 | + - Crop icons |
| 32 | + - Left |
| 33 | + - Right |
| 34 | + - top |
| 35 | + - Bottom |
| 36 | + - Text overlay raise button |
| 37 | + - Text overlay lower button |
| 38 | + - `GuiRecords` |
| 39 | + - `GuiPreviewState` |
| 40 | + - `maybeDither` |
| 41 | + - `GuiPreviewFunctionArgs` |
| 42 | + - `dither` |
| 43 | + - `ditherChanged` |
| 44 | + - `GuiMakeFramePreviewFunctionArgs` |
| 45 | + - `dither` |
| 46 | + - `GuiSetOrResetFramePrevewFunctionArgs` |
| 47 | + - `dither` |
| 48 | +- CLI |
| 49 | + - `CliArgs` |
| 50 | + - `dither` |
| 51 | +- Lib |
| 52 | + - Interface |
| 53 | + - `saveTextOverlaysToFile` |
| 54 | + - `getRgba` |
| 55 | + - `convertFileToTextOverlays` |
| 56 | + - `parseVersionNumber` |
| 57 | + - `GifParams` |
| 58 | + - `dither` |
| 59 | + |
| 60 | +#### Changed |
| 61 | + |
| 62 | +- Features |
| 63 | + - Duration time to end time |
| 64 | +- GUI |
| 65 | + - Time slices clock stays within the draw area |
| 66 | + - The video no longer pauses when clicking outside of the start and end times in the times slices widget |
| 67 | + - Merges all overlapping text overlay time slices into a single draw call for text overlays with hidden controls |
| 68 | + - Text overlay pen-icon to t-icon |
| 69 | + - Text overlay text entry signal from `afterWidgetKeyReleaseEvent` to `afterEditableChanged` |
| 70 | + - Text overlay left and top to text overlay horizontal and vertical |
| 71 | + - Text overlay spin button position icons |
| 72 | + - Text overlay remove button CSS class |
| 73 | + - Tooltips |
| 74 | + - `First Frame` to `Last Frame` |
| 75 | + - `Last Frame` to `First Frame` |
| 76 | + - Button labels |
| 77 | + - `Save as a GIF` to `GIF` |
| 78 | + - `Save as a Video` to `Video` |
| 79 | + - `File Size` to `Size` |
| 80 | + - `Save & Open` to `File` |
| 81 | + - Crop spin button icons |
| 82 | + - Crop rectangles no longer overlap |
| 83 | + - Moved `text-decoration-color` to `style-3-18.css` for Ubuntu 14.04 |
| 84 | +- CLI |
| 85 | + - Can now process either a text overlays YAML file or a SRT subtitles file |
| 86 | + - `--text-overlays-file` to `--text-file` |
| 87 | +- Lib |
| 88 | + - Only uses `exact:1` if FFmpeg > 2 |
| 89 | + - `gifParamsValid` to `validateGifParams` |
| 90 | + - `gif` to `createGif` |
| 91 | + - `getPlayableMetadata` |
| 92 | + - `gifParams` to `inputFile` |
| 93 | + - `getOutputFileWithExtension` only adds the required file extension if the output file does not already have it |
| 94 | + |
| 95 | +#### Removed |
| 96 | + |
| 97 | +- GUI |
| 98 | + - Text overlay index number from text overlay toggle button label |
6 | 99 |
|
7 | 100 | ### 5.0.0.0
|
8 | 101 |
|
|
51 | 144 | - `safeFrameRate`
|
52 | 145 | - `defaultFrameRate`
|
53 | 146 |
|
54 |
| -------------------------------------------------------------------------------- |
55 |
| - |
56 | 147 | ### 4.0.0.0
|
57 | 148 |
|
58 | 149 | #### Added
|
|
99 | 190 |
|
100 | 191 | - CLI Icon
|
101 | 192 |
|
102 |
| -------------------------------------------------------------------------------- |
103 |
| - |
104 | 193 | ### 3.0.0.2
|
105 | 194 |
|
106 | 195 | #### Added
|
|
122 | 211 |
|
123 | 212 | -
|
124 | 213 |
|
125 |
| -------------------------------------------------------------------------------- |
126 |
| - |
127 | 214 | ### 3.0.0.1
|
128 | 215 |
|
129 | 216 | #### Added
|
|
144 | 231 |
|
145 | 232 | -
|
146 | 233 |
|
147 |
| -------------------------------------------------------------------------------- |
148 |
| - |
149 | 234 | ### 3.0.0.0
|
150 | 235 |
|
151 | 236 | #### Added
|
|
175 | 260 |
|
176 | 261 | -
|
177 | 262 |
|
178 |
| -------------------------------------------------------------------------------- |
179 |
| - |
180 | 263 | ### 2.3.0.0
|
181 | 264 |
|
182 | 265 | #### Added
|
|
194 | 277 |
|
195 | 278 | - ICO files
|
196 | 279 |
|
197 |
| -------------------------------------------------------------------------------- |
198 |
| - |
199 | 280 | ### 2.2.0.0
|
200 | 281 |
|
201 | 282 | #### Added
|
|
230 | 311 | - Old icon from cabal file
|
231 | 312 | - Altered icon from GUI file
|
232 | 313 |
|
233 |
| -------------------------------------------------------------------------------- |
234 |
| - |
235 | 314 | ### 2.1.1.0
|
236 | 315 |
|
237 | 316 | #### Added
|
|
249 | 328 |
|
250 | 329 | -
|
251 | 330 |
|
252 |
| -------------------------------------------------------------------------------- |
253 |
| - |
254 | 331 | ### 2.1.0.0
|
255 | 332 |
|
256 | 333 | #### Added
|
|
274 | 351 |
|
275 | 352 | -
|
276 | 353 |
|
277 |
| -------------------------------------------------------------------------------- |
278 |
| - |
279 | 354 | ### 2.0.0.2
|
280 | 355 |
|
281 | 356 | #### Added
|
|
290 | 365 |
|
291 | 366 | -
|
292 | 367 |
|
293 |
| -------------------------------------------------------------------------------- |
294 |
| - |
295 | 368 | ### 2.0.0.1
|
296 | 369 |
|
297 | 370 | #### Added
|
|
307 | 380 |
|
308 | 381 | -
|
309 | 382 |
|
310 |
| -------------------------------------------------------------------------------- |
311 |
| - |
312 | 383 | ### 2.0.0.0
|
313 | 384 |
|
314 | 385 | #### Added
|
|
325 | 396 |
|
326 | 397 | -
|
327 | 398 |
|
328 |
| -------------------------------------------------------------------------------- |
329 |
| - |
330 | 399 | ### 0.1.1.0
|
331 | 400 |
|
332 | 401 | #### Added
|
|
343 | 412 |
|
344 | 413 | -
|
345 | 414 |
|
346 |
| -------------------------------------------------------------------------------- |
347 |
| - |
348 | 415 | ### 0.1.0.6
|
349 | 416 |
|
350 | 417 | #### Added
|
|
359 | 426 |
|
360 | 427 | -
|
361 | 428 |
|
362 |
| -------------------------------------------------------------------------------- |
363 |
| - |
364 | 429 | ### 0.1.0.5
|
365 | 430 |
|
366 | 431 | #### Added
|
|
375 | 440 |
|
376 | 441 | -
|
377 | 442 |
|
378 |
| -------------------------------------------------------------------------------- |
379 |
| - |
380 | 443 | ### 0.1.0.4
|
381 | 444 |
|
382 | 445 | #### Added
|
|
391 | 454 |
|
392 | 455 | -
|
393 | 456 |
|
394 |
| -------------------------------------------------------------------------------- |
395 |
| - |
396 | 457 | ### 0.1.0.3
|
397 | 458 |
|
398 | 459 | #### Added
|
|
407 | 468 |
|
408 | 469 | -
|
409 | 470 |
|
410 |
| -------------------------------------------------------------------------------- |
411 |
| - |
412 | 471 | ### 0.1.0.2
|
413 | 472 |
|
414 | 473 | #### Added
|
|
423 | 482 |
|
424 | 483 | -
|
425 | 484 |
|
426 |
| -------------------------------------------------------------------------------- |
427 |
| - |
428 | 485 | ### 0.1.0.1
|
429 | 486 |
|
430 | 487 | #### Added
|
|
439 | 496 |
|
440 | 497 | -
|
441 | 498 |
|
442 |
| -------------------------------------------------------------------------------- |
443 |
| - |
444 | 499 | ### 0.1.0.0
|
445 | 500 |
|
446 | 501 | #### Added
|
|
0 commit comments