]> git.sesse.net Git - kdenlive/blob - ChangeLog
Get ready for Kdenlive 0.9 release
[kdenlive] / ChangeLog
1 0.9
2     * Fix monitor effect scene sometimes forcing monitor minimum size
3     * Improve detection of locale issues (default to POSIX when there is a locale conflict on the system)
4     * Improve timeline operation for small clips (disable resizing, only allow move)
5     * Add background color parameter to "Rotate" and "Pan and Zoom" effects
6     * Allow to scroll using the mouse wheel in monitor editing scene
7     * Zoom to mouse when using CTRL + mouse wheel in monitor editing scene
8     * Add support for new slope mode in "Color Selection" effect to allow smooth alpha transition
9     * Introduce grouping of effects; groups can also be saved
10     * Allow dragging an effect to another clip/track
11     * Allow record monitor to go fullscreen
12     * Image sequences can now start at an arbitrary frame (http://kdenlive.org/mantis/view.php?id=2508)
13     * Add automatic clip alignment based on audio (experimental, has to be manually enabled)s
14     * Allow archiving for offline use (only archive proxies)
15     * Offline editing: Allow working on project with only proxies available (http://kdenlive.org/mantis/view.php?id=2509)
16     * Allow rendering to another framerate
17     * Check for missing locale and ask to install instead of opening corrupted project
18     * Allow to open project files manually extracted from archived project
19     * Support dropping a folder in the project tree (http://kdenlive.org/mantis/view.php?id=1288)
20     * Add "select all clips in track" and "select all clips in timeline" features (http://kdenlive.org/mantis/view.php?id=1950)
21     * Put audio effects in subcategories to avoid uberlong menus (http://kdenlive.org/mantis/view.php?id=2436)
22     * Support for project metadata (can be embedded in rendered file)
23     * Add Online Resource Widget allowing easy search and download of online services (freesound, openclipart, archive.org)
24     * Introduce MLT clip analysis to get auto normalize data in sox gain effect
25     * Connect recording to audio scopes
26     * Add audio only recording (works while playing)
27     * Add extract zone function: part of clip is copied to new file without re-encoding
28     * Introduce generic job framework to process clips
29     * Improve the Choose color widget: Use less space and make it easier to pick the average color value from an area
30     * Add GUI for effect Dynamic Text: Allows to display timecode/framecount and other data
31     * Rework effect stack: All effects are shown at once and are collapsible
32     * Add two different video stabilizers
33     * Add IIR Blur GUI
34     * Add date column to project tree
35
36     * Fix clip move sometimes giving error when it should work 
37     * Fix custom effects not considering capital letters in name (http://kdenlive.org/mantis/view.php?id=2580)
38     * Fix script rendering when script name contains whitespace
39     * Ensure clip in project tree is visible after rename (scroll if necessary) (http://kdenlive.org/mantis/view.php?id=2563)
40     * Fix monitor scene never resetting scrollbars
41     * Fix issues with transitions when inserting track (http://kdenlive.org/mantis/view.php?id=2477)
42     * Fix some GUI elements not responding to color theme change
43     * Do not hide render profile list when there is only one item to avoid confusion (http://kdenlive.org/mantis/view.php?id=2543)
44     * Fix consecutive error messages overwriting each other (http://www.kdenlive.org/mantis/view.php?id=2519)
45     * Fix crash when editing properties of several missing clips
46     * Fix vectorscope for 24b RGB images (http://kdenlive.org/mantis/view.php?id=2478)
47     * Fix archiving sometimes not saving playlist clips and subclips (http://kdenlive.org/mantis/view.php?id=2475)
48     * Fix archiving feature not saving playlist clips and slowmotion clips inside them (http://kdenlive.org/mantis/view.php?id=2475)
49     * Fix crash recovery feature issues with long or non UTF-8 filenames (http://kdenlive.org/mantis/view.php?id=2441, http://kdenlive.org/mantis/view.php?id=2450)
50     * Fix rendering jobs sometimes not starting
51     * Fix crash on proxy creation (concurrency issue) (http://kdenlive.org/mantis/view.php?id=2471)
52     * Fix zone playing (http://kdenlive.org/mantis/view.php?id=2468)
53     * Fix click on monitor sometimes not triggering play
54     * Fix crash when moving a folder and a clip in project tree (http://kdenlive.org/mantis/view.php?id=2458)
55     * Fix color change not working in title widget (http://kdenlive.org/mantis/view.php?id=2459)
56     * Fix slideshow clips created with invalid frame duration
57     * Fix profile warning with clips that have 1088 pixels height
58     * Fix unnecessary proxy reload on document load
59     * Fix detection of broken render scripts
60
61 0.8.2.1
62     * Fix title text oultine transparency not working
63     * Make titler window fit on smaller resolutions (1024x768)
64     * Fix corruption when undoing and redoing a transition add + move
65     * Fix possible crash in thumbnails
66     * Fix possible crashes in clip transcoding and improve feedback when failing
67     * Various small optimizations (unnecessary clip reloads)
68     * Fix timecode widget hard to edit and sometimes giving random values
69     * Workaround locale issue ahappening when system C locale and Qt's locale did not give the same numeric separator
70     * Fix audio thumbnail concurrency issue
71     * Fix various video thumbnails issues (don't load several times the same thumb, load all of them, ...)
72     * Fix crash when opening a file dialog on KDE < 4.5
73     * Fix various proxy issues (missing extension, concurrency, disabling broken proxy, ...)
74     * Fix startup crash caused by invalid parsing of v4l data
75     * Fix project tree disabled after loading some projects / creating new one
76     * Fix corrupted timeline / monitor timecode
77     * Fix search path for Luma files when missing
78
79 0.8.2
80     * Load zone thumbnails from disk if available.
81     * Optimise document loading.
82     * In case of missing or invalid clips, open only one dialog box instead of one for each clip.
83     * Display proxy creation progress in project tree.
84     * Improve way of picking an average color of an area.
85     * Make audio bitrate in render dialog selectable.
86     * Add support for handling different versions of filters and add rules to convert between them.
87     * 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)
88     * Show filter version in filter info box.
89     * When multiple clips are selected do not allow resizing, but moving only. (http://kdenlive.org/mantis/view.php?id=2257)
90     * Add remux with MKV transcode preset.
91     * Make audio only render profiles faster by telling ffmpeg to skip video.
92     * Open documents using a locale different to the system as read only.
93     * Replace locale-dependent comma with slash in geometry value.
94     * Add Kdenlive manual converted from UserBase QuickStart page.
95     * Improve handling of missing luma files. (http://kdenlive.org/mantis/view.php?id=2216)
96     * Remove the "avformat-novalidate" trick for faster loading, caused crash. (http://kdenlive.org/mantis/view.php?id=2205)
97     * Allow to assign a shortcut to usage of proxies in project.
98     * Use separate thread for generation of timeline thumbnails when zoom is at frame level to keep UI responsive.
99     * Allow to use JScript in render profile parameter values. Values that need evalutation need to be indicated by '%'.
100     * Check for missing proxies on document opening.
101     * Check document for invalid (overlapping) transitions.
102     * Check for duration mismatch in clip producers when opening a document (can cause corruption).
103     * Automatically create backups of the project file; they can be restored in a recovery dialog.
104     * Allow to manually edit video4linux capture profile.
105     * Allow to store presets for proxy creation parameters.
106     * Enable proxies for playlist clips (*.mlt, *.kdenlive).
107     * Directly encode capture from Decklink card to make it usable in Kdenlive.
108     * Allow to use bitrate different from presets in render dialog.
109     * Whole projects (including all necessary files) can be archieved into a directory or file.
110     * Allow use of different ffmpeg preset for 1st and 2nd render pass.
111     * Notes widget: context menu now allows to insert clickable timecode to make easy reference to some place in the project.
112
113     * Fix encoding of dvd vob menu file.
114     * Fix possible crash when doing fast start/stop.
115     * Fix multiple concurrency crashes related to thumbnail and proxy creation.
116     * Fix name of dvgrab captured file. (http://kdenlive.org/mantis/view.php?id=2344)
117     * Fix issues with simultaneous 2-pass rendering (x264). (http://kdenlive.org/mantis/view.php?id=2338)
118     * Fix rendering progress not shown if multiple copies of Kdenlive are open. (http://kdenlive.org/mantis/view.php?id=1265)
119     * Fix DVD chapters discarded when opening from render dialog. (http://kdenlive.org/mantis/view.php?id=2335)
120     * Fix possible corruption caused by vertical offset of transitions in timeline.
121     * Fix aspect ratio of thumbnails to correctly use the project's arpect ratio.
122     * Fix bitrate broken when editing render profile or making it a favorite. (http://kdenlive.org/mantis/view.php?id=2321)
123     * 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)
124     * Fix rendering to Flash could be broken by setting the number of encoder threads. (http://kdenlive.org/mantis/view.php?id=2312)
125     * Fix DVD wizard losing chapters data when switching to menu page.
126     * Fix previewing of affine transitions with transparent png.
127     * Fix timeline corruption when using 'Remove space' tool (transitions could overlap).
128     * Fix 'adjust to original size' and 'fit to width/height' for title and color clips in geometry widget (pan and zoom, composite, affine).
129     * Fix vorbis rendering by setting the audio quality (aq).
130     * Rotoscoping: do not allow to add keyframes until initial spline is created to avoid corruptions.
131     * Fix possible crash in DVD wizard chapters. (http://kdenlive.org/mantis/view.php?id=2264)
132     * Do not duplicate effect stack after split audio but move audio effects only.
133     * Fix issues related to the usage of comma as numeric separator in some locales.
134     * Fix build on GNU/kFreeBSD.
135     * Fix cursor not visible in title widget. (http://kdenlive.org/mantis/view.php?id=2231)
136     * Fix aspect ratio in title widget background image. (http://kdenlive.org/mantis/view.php?id=2225)
137     * Fix layout in save profile dialog. (http://kdenlive.org/mantis/view.php?id=2224)
138     * Fix timeline corruption because resizing a clip end could overlap another clip in some cases.
139     * Fix last keyframe for composite transition (and other geometry effects) inserted one frame after the end of the transition.
140     * Prevent crash when deleting a clip while playing. (http://kdenlive.org/mantis/view.php?id=2200)
141     * Disable save action if we are in the same state as last save.
142     * Fix pan and zoom keyframes lost after clip resize. (http://kdenlive.org/mantis/view.php?id=2210)
143     * Fix mouse wheel in slider section of (effect) parameters with a large range (> 1000).
144     * Fix GUI setup issues with some list parameters (for effects).
145     * Fix timecode widget not communicating changes upon focus leave.
146     * Fix list of effects in effect stack taking up to much space by default.
147     * Fix transition track not correctly saved. (http://kdenlive.org/mantis/view.php?id=2187)
148     * Fix "save zone" saving proxy instead of real clip. (http://kdenlive.org/mantis/view.php?id=2184)
149     * Fix freeze when saving while timeline is at maximum zoom. (http://kdenlive.org/mantis/view.php?id=2174)
150     * Fix crash when deleting a track and having an audio clip on last track. (http://kdenlive.org/mantis/view.php?id=2168)
151     * Do not allow to create overlapping transitions that could corrupt timeline. (http://kdenlive.org/mantis/view.php?id=1901)
152     * Fix sometimes effects were missing. (http://kdenlive.org/mantis/view.php?id=2152)
153     * Fix crash in histogram scope.
154     * Fix multiple possible timeline corruptions. (http://kdenlive.org/mantis/view.php?id=2157)
155     * Do not allow rendering to a frame rate different than current project's profile. (http://kdenlive.org/mantis/view.php?id=2138)
156     * Fix DVD menu entries hidden under some circumstances.
157     * Fix channels in audio thumbnails being displaced by one frame. (http://kdenlive.org/mantis/view.php?id=1976)
158     * Fix possible crash caused by audio thumbnails. (http://kdenlive.org/mantis/view.php?id=2147)
159     * Fix possible freeze and error on project opening. (http://kdenlive.org/mantis/view.php?id=2144)
160     * Fix progress bar running twice on 2pass render.
161     * Fix proxy file path issue on system installation.
162     * Use luma as default channel for levels effect.
163     * Fix handling of proxies when duration != duration of original clip.
164     * Fix filename encoding problem in renderer. (http://kdenlive.org/mantis/view.php?id=2110)
165     * Fix user specified CFLAGS ignored. (http://kdenlive.org/mantis/view.php?id=2108)
166
167 0.8
168     See http://kdenlive.org/discover/0.8