X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=CHANGELOG;h=7a2ebf73bcf09b2d178d3f5c6eb8d78c4ee3724b;hb=0bd6bcac38586a437a5b5e7b51ff7e6459187cf7;hp=36260b48361635fbb1c4a9ad0e0bd83eb1741f1a;hpb=f43e6d014193d7a7cf44461a128d3f0876a9fa03;p=kdenlive diff --git a/CHANGELOG b/CHANGELOG index 36260b48..7a2ebf73 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,17 @@ HEAD + * Load zone thumbnails from disk if available. + * Optimise document loading. + * In case of missing or invalid clips, open only one dialog box instead of one for each clip. + * Display proxy creation progress in project tree. + * Improve way of picking an average color of an area. + * Make audio bitrate in render dialog selectable. + * Add support for handling different versions of filters and add rules to convert between them. + * Move all cached data in one operation, so that user does not get one dialog box for each file in case of duplicates. (http://kdenlive.org/mantis/view.php?id=2297) + * Show filter version in filter info box. + * When multiple clips are selected do not allow resizing, but moving only. (http://kdenlive.org/mantis/view.php?id=2257) + * Add remux with MKV transcode preset. + * Make audio only render profiles faster by telling ffmpeg to skip video. * Open documents using a locale different to the system as read only. * Replace locale-dependent comma with slash in geometry value. * Add Kdenlive manual converted from UserBase QuickStart page. @@ -21,7 +33,24 @@ HEAD * Allow use of different ffmpeg preset for 1st and 2nd render pass. * Notes widget: context menu now allows to insert clickable timecode to make easy reference to some place in the project. + * Fix encoding of dvd vob menu file. + * Fix possible crash when doing fast start/stop. + * Fix multiple concurrency crashes related to thumbnail and proxy creation. + * Fix name of dvgrab captured file. (http://kdenlive.org/mantis/view.php?id=2344) + * Fix issues with simultaneous 2-pass rendering (x264). (http://kdenlive.org/mantis/view.php?id=2338) + * Fix rendering progress not shown if multiple copies of Kdenlive are open. (http://kdenlive.org/mantis/view.php?id=1265) + * Fix DVD chapters discarded when opening from render dialog. (http://kdenlive.org/mantis/view.php?id=2335) + * Fix possible corruption caused by vertical offset of transitions in timeline. + * Fix aspect ratio of thumbnails to correctly use the project's arpect ratio. + * Fix bitrate broken when editing render profile or making it a favorite. (http://kdenlive.org/mantis/view.php?id=2321) + * Fix audio issues in rendered file when using a recent ffmpeg version by replacing 'b' with 'vb' (ffmpeg bitrate parameter). (http://kdenlive.org/mantis/view.php?id=2318) + * Fix rendering to Flash could be broken by setting the number of encoder threads. (http://kdenlive.org/mantis/view.php?id=2312) + * Fix DVD wizard losing chapters data when switching to menu page. + * Fix previewing of affine transitions with transparent png. + * Fix timeline corruption when using 'Remove space' tool (transitions could overlap). * Fix 'adjust to original size' and 'fit to width/height' for title and color clips in geometry widget (pan and zoom, composite, affine). + * Fix vorbis rendering by setting the audio quality (aq). + * Rotoscoping: do not allow to add keyframes until initial spline is created to avoid corruptions. * Fix possible crash in DVD wizard chapters. (http://kdenlive.org/mantis/view.php?id=2264) * Do not duplicate effect stack after split audio but move audio effects only. * Fix issues related to the usage of comma as numeric separator in some locales. @@ -40,7 +69,7 @@ HEAD * Fix list of effects in effect stack taking up to much space by default. * Fix transition track not correctly saved. (http://kdenlive.org/mantis/view.php?id=2187) * Fix "save zone" saving proxy instead of real clip. (http://kdenlive.org/mantis/view.php?id=2184) - * Fix freeze when saving while timeline is at maximum zoom. (http://www.kdenlive.org/mantis/view.php?id=2174) + * Fix freeze when saving while timeline is at maximum zoom. (http://kdenlive.org/mantis/view.php?id=2174) * Fix crash when deleting a track and having an audio clip on last track. (http://kdenlive.org/mantis/view.php?id=2168) * Do not allow to create overlapping transitions that could corrupt timeline. (http://kdenlive.org/mantis/view.php?id=1901) * Fix sometimes effects were missing. (http://kdenlive.org/mantis/view.php?id=2152)