* Wed Jun 07 2017 lbeltrame@kde.org
- Update to 17.04.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.2.php
- Changes since 17.04.1:
* Forgot this file in previous commit :(
* Fix crash changing title font for 2nd time (kde#379606)
* more Windows rendering fixes
* Fix init of geometryWidget
* Mon May 29 2017 wbauer@tmo.at
- Add gcc7-fixes.patch to fix build with gcc7 (boo#1041232)
* Tue May 23 2017 wbauer@tmo.at
- Only use the %kf5_find_htmldocs macro on Leap 42.3 and higher,
this should fix the build for 42.2 on Packman
* Wed May 17 2017 lbeltrame@kde.org
- Update to 17.04.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.1.php
- Changes since 17.04.0:
* Fix title clip duration cannot be changed BUG: 379582 (kde#379582)
* Allow passing pre-parameters using "-i" to specify where the input file name should go in ffmpeg parameters Should work in proxy and transcoding, for example: -vaapi_device /dev/dri/renderD128 -hwaccel vaapi -hwaccel_output_format vaapi -i -an -c:v dnxhd Will insert source file name after "-i". CCBUG: 378832
* Fixed off-by-one errors in fft-based cross-correlation computations Patch by raphaelm Differential Revision: https://phabricator.kde.org/D5454
* Don't show color theme configuration option unavailable on Windows (kde#375723)
* Fix temp path on Windows (kde#375717)
* Fix MLT doc link (kde#375316)
* Fix script export & QScript header left
* Sun Apr 16 2017 lbeltrame@kde.org
- Update to 17.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
* Don't show color theme configuration option unavailable on Windows
* Fix temp path on Windows
* Fix MLT doc link
* Fix script export & QScript header left
* Fix glitch on pause and does not play last second of project BUG: 371762 (kde#371762)
* remove QScript dependency
* Fix render scripts on Windows: generate .bat files
* Wed Apr 12 2017 lbeltrame@kde.org
- Update to 17.03.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
* Fix possible crash on rendering with "play after render" option
* Images also use qimage producer
* fix Windows build with C++ threads
* Fix some effects incorrectly initialized on tracks BUG: 378071
* Remove beta message in preparation of release
* Fix locked ratio scaling
* Fix archived project wrong path and missing images/slideshows CCBUG: 377999 CCBUG: 378000
* More clever ratio locking in effect/transition
* Sun Mar 26 2017 lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
* Too many changes to list here
* Thu Mar 23 2017 wbauer@tmo.at
- Don't generate the oxygen icon theme cache on (un)installation,
no oxygen icons are getting installed
- Drop use-mlt_datadir.patch, no longer necessary since a while
* Thu Mar 09 2017 lbeltrame@kde.org
- Update to 16.12.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-16.12.3.php
- Changes since 16.12.2:
* Fix crash & corruption on dragging multiple clips in timeline, fix thread warning on monitor refresh
* Avoid possible profile corruption with xml producer CCBUG: 371189
* Avoid relying on xml to clone a clip.
* src/dvdwizard/dvdwizardmenu.cpp: do not show "grid" in output (kde#377256)
* src/dvdwizard/dvdwizard.cpp: fix file loading in slotLoad (kde#377254)
* Fix Render Widget's file dialog not working correctly (requires KDE Frameworks >= 5.33) BUG: 371685 (kde#371685)
* Fix render job duration when past midnight BUG: 372370 (kde#372370)
* Fix Bin Effect reset BUG: 376494 (kde#376494)
* Fix unnecessary refresh of tools when selecting titler item
* Fix fadeouts re-appearing on clip cut+resize
* Thu Feb 09 2017 lbeltrame@kde.org
- Update to KDE Applications 16.12.2
* KDE Applications 16.12.2
* https://www.kde.org/announcements/announce-applications-16.12.2.php
* Mon Jan 30 2017 guoyunhebrave@gmail.com
- Add frei0r-plugins recommends
* Sat Jan 14 2017 lbeltrame@kde.org
- - Update to KDE Applications 16.12.1
* KDE Applications 16.12.1
* https://www.kde.org/announcements/announce-applications-16.12.1.php
* Tue Dec 13 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.12.0
* KDE Applications 16.12.0
* https://www.kde.org/announcements/announce-applications-16.12.0.php
- Drop the full url for the source file. This is causing issues
when submitting non-released versions and causes false declines
from factory-auto
* Thu Dec 08 2016 lbeltrame@kde.org
- Fix source URL
* Sat Dec 03 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.11.90
* KDE Applications 16.12.0 RC
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
* Tue Nov 29 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.11.80
* KDE Applications 16.12.0 Beta
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
* Wed Nov 09 2016 lbeltrame@kde.org
- Update to KDE Applications 16.08.3
* KDE Applications 16.08.3
* https://www.kde.org/announcements/announce-applications-16.08.3.php
* Tue Oct 11 2016 lbeltrame@kde.org
- KDE Applications 16.08.2
https://www.kde.org/announcements/announce-applications-16.08.2.php
* Fri Sep 09 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.08.1
* KDE Applications 16.08.1
* https://www.kde.org/announcements/announce-applications-16.08.1.php
* Fri Aug 19 2016 wbauer@tmo.at
- Require libqt5-qtquickcontrols, it doesn't start without it (boo#994649)
- Minimum required mlt version is 6.0.0 now