-
-
Notifications
You must be signed in to change notification settings - Fork 80
/
Changelog
162 lines (120 loc) · 3.96 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
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
The versioning system is based on the release date [year.month.day] always padded
to be two digits long
## [Unreleased]
### Added
- This changelog file
## [20.03.23] - 2020-03-23
### Added
- Added stereoscopic filters for 3D video options
- Added Hungarian language Pack
- Added Indonesian language Pack
### Fixed
- Fixed application update notification system
- Fixed bugs report option
- Fixed AppImage File (only GNU/Linux)
### Changed
- Changed icons included to the graphical interface
## [20.02.18] - 2020-02-18
### Added
- Added Chinese language Pack
- Added Turkish language Pack
- Added Presets for Youtube
- Added Video Color to Black & White option
- Added Horizontal & Vertical Flip options
- Added Rotate options
- Added metainfo file (only GNU/Linux)
### Fixed
- Fixed Sweden Language Pack
### Changed
- Changed to Qt 5.14.1 (only Microsoft windows)
- Changed to FFmpeg 4.2.2 (only Microsoft Windows)
## [20.01.22] - 2020-01-22
### Added
- Japanese language Pack
- Portuguese language Pack
- Russian language Pack
- Partially added Polish language Pack
- MystiQ's manpage (only GNU/Linux)
- 32-bit Windows installer (temporarily)
- Missing namespace to demuxing_formats
### Fixed
- Media Preview in Windows systems
- Warnings of Qt 5.14
- Crop math scalar functions
- Minimum width in mainwindow affecting small screens or tiling window managers
- Subtitles burning
- Set Parameters window blank in Windows version
### Changed
- Changed to QUrl::fromLocalFile to generate the correct file:// url
- Changed background for mystiq logo to dark and light themes
### Removed
- FFplay support
## [20.01.09] - 2020-01-09
### Added
- Swedish language Pack
- Italian language Pack
- Updated packages of FFmpeg, FFprobe and FFplay (only for Microsoft Windows)
- Available an installer for Microsoft Windows systems
### Changed
- Changed version numbering system. Now we use the exact release date as version number.
- Using Qt 5.14 (only Microsoft Windows)
- Cleaned task wizard UI
- It is now possible to reorder items in the initial list of items in taskwizard
- Changed the version number from semantic to date numbers, see top of changelog
## [0.4.0] - 2019-12-10
### Added
- French language Pack
### Changed
- Changed the application icon
- Changed logo to SVG format
- Feature: Replace the preview system with qtmultimedia
### Fixed
- Adding Debian based distros build deps
- Avoid pass crop parameters to ffmpeg when not changed the crop on configuration
- Remove more mplayer references.
- Some bugs on cut & crop dialogs.
## [0.3.2] - 2019-12-06
### Added
- New Video Cut Editor
- German language pack
### Fixed
- Improved area for video parameter options
- Continuous integration with TravisCI to generate AppImages packages with each release
## [0.3.1] - 2019-12-04
### Fixed
- UI for better result in dark desktop themes
## [0.3] - 2019-11-28
### Added
- Donate Option
- Continuous Integration with TravisCI
- Install target on make, a way to install after build
- New option to users, now it's possible report bugs into app
- Explained how to compile the application in Ubuntu 18.04 or earlier, due to the incompatibility of MystiQ with Qt5 <= 5.9
- Donation in the help menu, a link to send donations to the project
### changed
- Internal app icons theme
## [0.2] - 2019-11-05
### Added
- User Manual
- New ffmpeg presets for compression with H265 codec added
### Fixed
- Application update notification system
### Changed
- Modified toolbar style
## [0.1.1] - 2019-10-31
### Fixed
- Cleaning UI
## [0.1] - 2019-10-11
### Fixed
- Fixed notifications to end a conversion task from a conversion list
### Added
- Completed Spanish translation
## [0.0.2] - 2019-08-23
### Added
- Spanish language
## [0.0.1] - 2019-08-12
### Added
- First stable release.