Kdenlive 16.08.1 released
We are happy to announce a new dot release with some improvements and various fixes. We also celebrate some code contribution from Harald Albrecht (TheDive0) hoping to see more devs joining our team.
Improved Workflow
Persistent Directories
Now Kdenlive remembers where you last opened and/or saved a project.
Responsive cursor
When inserting clips in the timeline the cursor in the timeline will go to the end of the inserted clip making the workflow more fluid and shortcut friendly.
Configurable transition duration
The default duration of new transitions can now be adjusted

Interface
Rounded corners
New option to make clip corners rounded or square.
New profiles
Added 50fps and 60fps trancoding profiles
As usual sources can be downloaded KDE's servers at: http://download.kde.org/stable/applications/16.08.1/src/
Until we provide binary packages please as you distro's maintainers to update the packages.
Happy editing.
Full Changelog
- Fix frame and titles not saved if extension not explicitly set in some config. Commit.
- Revert stupid error in thumb ratio. Commit.
- Unbreak resize one item in group with ctrl+click. Commit.
- Fix aspect ratio of thumbnails when project dar != 1.0. Commit.
- Fix Kdenlive / project settings displaying wrong profile info when using 1440x1080 profiles. Commit.
- Fix possible crash on exit. Commit.
- Fix small memleak. Commit.
- Fix memory corruption in thumb creation. Commit. See bug #366666
- Fix memleak. Commit. See bug #366666
- Fix proxy clips adding copy to project bin (recent regression). Commit.
- Fix several issues with track effects corruption. Commit.
- Fix crash on redo group move. Commit. See bug #368236
- More libasan mem fixes. Commit.
- More libasan mem fixes. Commit.
- Fix small memory issues/corruption (detected by libasan). Commit.
- Attempt to fix opening project crash. Commit. See bug #366666
- Fix crash on audiospectrum display. Commit. See bug #366666
- Delete temporary ffmpeg audio thumbnail files. Commit. Fixes bug #367904
- Try to fix possible crash caused by string copy. Commit. See bug #366666
- Fix crash and display of audio spectrum. Commit. Fixes bug #368171
- Fix size of effect buttons. Commit. Fixes bug #366573
- Integrate master effect update and state change in undo system. Commit. Fixes bug #361819
- Fix split audio track. Commit. Fixes bug #366836
- Fix path problem when trying to stabilize several clips. Commit. Fixes bug #367623
- Fix icon not fully displayed in render jobs list. Commit.
- More fixes for transcoded clips showing up in wrong folder. Commit.
- Fix transcoded clips showing up in wrong folder. Commit. See bug #368051
- Remember saved project folder for future opening. Commit. See bug #368025
- Fix "use timeline zone for insert" shortcut. Commit. See bug #368059
- Select all should ignore clips in locked tracks. Commit. See bug #368044
- Fix Ctrl+Shift selection, rolling edit is now on Ctrl click. Commit. See bug #368053
- Show MLT version in about dialog (based on patch from Harald Albrecht). Commit.
- Make clip corners square (can be rounded through config option). Commit. Fixes bug #352851
- Make transition duration configurable. Commit. Code review #128783
- Revert KDBus removal, was breaking rendering progress info. Commit. Fixes bug #367875
- Fix typo causing failed timeline preview on some fps. Commit. See bug #367693
- Fix changing preview parameters broken. Commit. See bug #367687
- Fix timeline preview invalidate when hiding a track. Commit. See bug #367693
- Fix track effect not initialized. Commit. See bug #367686
- Fix locales download script. Commit.
- Add 50 & 60fps transcoding profiles. Commit. Fixes bug #351381
- Fix vp8 encoding. Commit.
- Remove KDBus. Commit.