]> git.sesse.net Git - kdenlive/blob - CHANGELOG
Merge branch 'buildsystem' into next
[kdenlive] / CHANGELOG
1
2 0.8.2
3     * Load zone thumbnails from disk if available.
4     * Optimise document loading.
5     * In case of missing or invalid clips, open only one dialog box instead of one for each clip.
6     * Display proxy creation progress in project tree.
7     * Improve way of picking an average color of an area.
8     * Make audio bitrate in render dialog selectable.
9     * Add support for handling different versions of filters and add rules to convert between them.
10     * 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)
11     * Show filter version in filter info box.
12     * When multiple clips are selected do not allow resizing, but moving only. (http://kdenlive.org/mantis/view.php?id=2257)
13     * Add remux with MKV transcode preset.
14     * Make audio only render profiles faster by telling ffmpeg to skip video.
15     * Open documents using a locale different to the system as read only.
16     * Replace locale-dependent comma with slash in geometry value.
17     * Add Kdenlive manual converted from UserBase QuickStart page.
18     * Improve handling of missing luma files. (http://kdenlive.org/mantis/view.php?id=2216)
19     * Remove the "avformat-novalidate" trick for faster loading, caused crash. (http://kdenlive.org/mantis/view.php?id=2205)
20     * Allow to assign a shortcut to usage of proxies in project.
21     * Use separate thread for generation of timeline thumbnails when zoom is at frame level to keep UI responsive.
22     * Allow to use JScript in render profile parameter values. Values that need evalutation need to be indicated by '%'. 
23     * Check for missing proxies on document opening.
24     * Check document for invalid (overlapping) transitions.
25     * Check for duration mismatch in clip producers when opening a document (can cause corruption).
26     * Automatically create backups of the project file; they can be restored in a recovery dialog.
27     * Allow to manually edit video4linux capture profile.
28     * Allow to store presets for proxy creation parameters.
29     * Enable proxies for playlist clips (*.mlt, *.kdenlive).
30     * Directly encode capture from Decklink card to make it usable in Kdenlive.
31     * Allow to use bitrate different from presets in render dialog.
32     * Whole projects (including all necessary files) can be archieved into a directory or file.
33     * Allow use of different ffmpeg preset for 1st and 2nd render pass.
34     * Notes widget: context menu now allows to insert clickable timecode to make easy reference to some place in the project.
35
36     * Fix encoding of dvd vob menu file.
37     * Fix possible crash when doing fast start/stop.
38     * Fix multiple concurrency crashes related to thumbnail and proxy creation.
39     * Fix name of dvgrab captured file. (http://kdenlive.org/mantis/view.php?id=2344)
40     * Fix issues with simultaneous 2-pass rendering (x264). (http://kdenlive.org/mantis/view.php?id=2338)
41     * Fix rendering progress not shown if multiple copies of Kdenlive are open. (http://kdenlive.org/mantis/view.php?id=1265)
42     * Fix DVD chapters discarded when opening from render dialog. (http://kdenlive.org/mantis/view.php?id=2335)
43     * Fix possible corruption caused by vertical offset of transitions in timeline.
44     * Fix aspect ratio of thumbnails to correctly use the project's arpect ratio.
45     * Fix bitrate broken when editing render profile or making it a favorite. (http://kdenlive.org/mantis/view.php?id=2321)
46     * 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)
47     * Fix rendering to Flash could be broken by setting the number of encoder threads. (http://kdenlive.org/mantis/view.php?id=2312)
48     * Fix DVD wizard losing chapters data when switching to menu page.
49     * Fix previewing of affine transitions with transparent png.
50     * Fix timeline corruption when using 'Remove space' tool (transitions could overlap).
51     * Fix 'adjust to original size' and 'fit to width/height' for title and color clips in geometry widget (pan and zoom, composite, affine).
52     * Fix vorbis rendering by setting the audio quality (aq).
53     * Rotoscoping: do not allow to add keyframes until initial spline is created to avoid corruptions.
54     * Fix possible crash in DVD wizard chapters. (http://kdenlive.org/mantis/view.php?id=2264)
55     * Do not duplicate effect stack after split audio but move audio effects only.
56     * Fix issues related to the usage of comma as numeric separator in some locales.
57     * Fix build on GNU/kFreeBSD.
58     * Fix cursor not visible in title widget. (http://kdenlive.org/mantis/view.php?id=2231)
59     * Fix aspect ratio in title widget background image. (http://kdenlive.org/mantis/view.php?id=2225)
60     * Fix layout in save profile dialog. (http://kdenlive.org/mantis/view.php?id=2224)
61     * Fix timeline corruption because resizing a clip end could overlap another clip in some cases.
62     * Fix last keyframe for composite transition (and other geometry effects) inserted one frame after the end of the transition.
63     * Prevent crash when deleting a clip while playing. (http://kdenlive.org/mantis/view.php?id=2200)
64     * Disable save action if we are in the same state as last save.
65     * Fix pan and zoom keyframes lost after clip resize. (http://kdenlive.org/mantis/view.php?id=2210)
66     * Fix mouse wheel in slider section of (effect) parameters with a large range (> 1000).
67     * Fix GUI setup issues with some list parameters (for effects).
68     * Fix timecode widget not communicating changes upon focus leave.
69     * Fix list of effects in effect stack taking up to much space by default.
70     * Fix transition track not correctly saved. (http://kdenlive.org/mantis/view.php?id=2187)
71     * Fix "save zone" saving proxy instead of real clip. (http://kdenlive.org/mantis/view.php?id=2184)
72     * Fix freeze when saving while timeline is at maximum zoom. (http://kdenlive.org/mantis/view.php?id=2174)
73     * Fix crash when deleting a track and having an audio clip on last track. (http://kdenlive.org/mantis/view.php?id=2168)
74     * Do not allow to create overlapping transitions that could corrupt timeline. (http://kdenlive.org/mantis/view.php?id=1901)
75     * Fix sometimes effects were missing. (http://kdenlive.org/mantis/view.php?id=2152)
76     * Fix crash in histogram scope.
77     * Fix multiple possible timeline corruptions. (http://kdenlive.org/mantis/view.php?id=2157)
78     * Do not allow rendering to a frame rate different than current project's profile. (http://kdenlive.org/mantis/view.php?id=2138)
79     * Fix DVD menu entries hidden under some circumstances.
80     * Fix channels in audio thumbnails being displaced by one frame. (http://kdenlive.org/mantis/view.php?id=1976)
81     * Fix possible crash caused by audio thumbnails. (http://kdenlive.org/mantis/view.php?id=2147)
82     * Fix possible freeze and error on project opening. (http://kdenlive.org/mantis/view.php?id=2144)
83     * Fix progress bar running twice on 2pass render.
84     * Fix proxy file path issue on system installation.
85     * Use luma as default channel for levels effect.
86     * Fix handling of proxies when duration != duration of original clip.
87     * Fix filename encoding problem in renderer. (http://kdenlive.org/mantis/view.php?id=2110)
88     * Fix user specified CFLAGS ignored. (http://kdenlive.org/mantis/view.php?id=2108)
89
90 0.8
91     See http://kdenlive.org/discover/0.8