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