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