Skip to content

Commit 6dbdf34

Browse files
committed
Updates to version 6.0.0.0.
1 parent bf0ff79 commit 6dbdf34

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+6175
-3508
lines changed

CHANGELOG.md

Lines changed: 94 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,100 @@
22

33
## Changelog
44

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
699

7100
### 5.0.0.0
8101

@@ -51,8 +144,6 @@
51144
- `safeFrameRate`
52145
- `defaultFrameRate`
53146

54-
-------------------------------------------------------------------------------
55-
56147
### 4.0.0.0
57148

58149
#### Added
@@ -99,8 +190,6 @@
99190

100191
- CLI Icon
101192

102-
-------------------------------------------------------------------------------
103-
104193
### 3.0.0.2
105194

106195
#### Added
@@ -122,8 +211,6 @@
122211

123212
-
124213

125-
-------------------------------------------------------------------------------
126-
127214
### 3.0.0.1
128215

129216
#### Added
@@ -144,8 +231,6 @@
144231

145232
-
146233

147-
-------------------------------------------------------------------------------
148-
149234
### 3.0.0.0
150235

151236
#### Added
@@ -175,8 +260,6 @@
175260

176261
-
177262

178-
-------------------------------------------------------------------------------
179-
180263
### 2.3.0.0
181264

182265
#### Added
@@ -194,8 +277,6 @@
194277

195278
- ICO files
196279

197-
-------------------------------------------------------------------------------
198-
199280
### 2.2.0.0
200281

201282
#### Added
@@ -230,8 +311,6 @@
230311
- Old icon from cabal file
231312
- Altered icon from GUI file
232313

233-
-------------------------------------------------------------------------------
234-
235314
### 2.1.1.0
236315

237316
#### Added
@@ -249,8 +328,6 @@
249328

250329
-
251330

252-
-------------------------------------------------------------------------------
253-
254331
### 2.1.0.0
255332

256333
#### Added
@@ -274,8 +351,6 @@
274351

275352
-
276353

277-
-------------------------------------------------------------------------------
278-
279354
### 2.0.0.2
280355

281356
#### Added
@@ -290,8 +365,6 @@
290365

291366
-
292367

293-
-------------------------------------------------------------------------------
294-
295368
### 2.0.0.1
296369

297370
#### Added
@@ -307,8 +380,6 @@
307380

308381
-
309382

310-
-------------------------------------------------------------------------------
311-
312383
### 2.0.0.0
313384

314385
#### Added
@@ -325,8 +396,6 @@
325396

326397
-
327398

328-
-------------------------------------------------------------------------------
329-
330399
### 0.1.1.0
331400

332401
#### Added
@@ -343,8 +412,6 @@
343412

344413
-
345414

346-
-------------------------------------------------------------------------------
347-
348415
### 0.1.0.6
349416

350417
#### Added
@@ -359,8 +426,6 @@
359426

360427
-
361428

362-
-------------------------------------------------------------------------------
363-
364429
### 0.1.0.5
365430

366431
#### Added
@@ -375,8 +440,6 @@
375440

376441
-
377442

378-
-------------------------------------------------------------------------------
379-
380443
### 0.1.0.4
381444

382445
#### Added
@@ -391,8 +454,6 @@
391454

392455
-
393456

394-
-------------------------------------------------------------------------------
395-
396457
### 0.1.0.3
397458

398459
#### Added
@@ -407,8 +468,6 @@
407468

408469
-
409470

410-
-------------------------------------------------------------------------------
411-
412471
### 0.1.0.2
413472

414473
#### Added
@@ -423,8 +482,6 @@
423482

424483
-
425484

426-
-------------------------------------------------------------------------------
427-
428485
### 0.1.0.1
429486

430487
#### Added
@@ -439,8 +496,6 @@
439496

440497
-
441498

442-
-------------------------------------------------------------------------------
443-
444499
### 0.1.0.0
445500

446501
#### Added

0 commit comments

Comments
 (0)