-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
cantabile
committed
Jan 28, 2016
1 parent
034692a
commit 554551d
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
v2 (20160128) | ||
============= | ||
|
||
Wibbly | ||
------ | ||
|
||
* Fix crash when cancelling the metrics collection jobs, caused by | ||
freeing the VapourSynth node while there were unfinished frame | ||
requests from it. | ||
|
||
* Fix intermittent crashes during metrics collection, caused by | ||
accessing the GUI from worker threads. | ||
|
||
* Avoid script evaluation error messages when deleting jobs. | ||
|
||
Wobbly | ||
------ | ||
|
||
* Fix crash when creating the first preset. | ||
|
||
* Fix wrong decimation when guessing the pattern from mics. | ||
|
||
* Allow importing presets, custom lists, etc. from other projects. | ||
|
||
* Add submenu with the last ten opened projects or videos. | ||
|
||
Both | ||
---- | ||
|
||
* Don't quit when required VapourSynth plugins are missing. Instead | ||
there will be lots of error messages when attempting to use missing | ||
plugins. | ||
|
||
* Require VapourSynth r29 or newer instead of zimg. | ||
|
||
* Add message handlers for messages from VapourSynth. Fatal errors | ||
detected by VapourSynth's core will now be caught and the user's work | ||
will be saved before crashing. | ||
|
||
* Allow scrolling the video by clicking and dragging. | ||
|
||
* Greatly speed up project saving by using RapidJSON instead of QJson. | ||
Time to save a typical project file (45000 frames) before: ~10 | ||
seconds; after: unnoticeable. | ||
|
||
* Remember the last folder visited with a file selector dialog. | ||
|
||
|
||
|
||
v1 (20150818) | ||
============= | ||
|
||
* Initial release, fairly buggy. |