X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=a6dc6585801e949b77ffe76b801df7ea85e65896;hb=96cd48e45b319bb5501ac3f4e96f2dba7ce187d2;hp=ef8fd96c1b808383695a400c5798a18d770f134b;hpb=7b0a88a297d420f3d3e303cb3d69ce7412c01e76;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index ef8fd96c1..a6dc65858 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,247 @@ +2013-07-08 Carl Hetherington + + * Version 0.108 released. + +2013-07-08 Carl Hetherington + + * Add option to pad sound so that silent channels + can be added. + +2013-07-08 Carl Hetherington + + * Version 0.107 released. + +2013-07-06 Carl Hetherington + + * Various tweaks to layout, trying to make + it more consistent and better looking + (especially on OS X). + +2013-07-04 Carl Hetherington + + * Version 0.107beta1 released. + +2013-07-04 Carl Hetherington + + * Try to initialise the number of threads to the number + of cores in the machine (#170). + + * Pass _FILE_OFFSET_BITS=64 so that fopen() doesn't refuse + to open files of >2GB; fixes failure to re-start jobs + where the MXF has grown larger than 2GB on 32-bit machines. + +2013-07-01 Carl Hetherington + + * Version 0.106 released. + +2013-07-01 Carl Hetherington + + * Version 0.106beta1 released. + +2013-06-28 Carl Hetherington + + * Version 0.105 released. + +2013-06-28 Carl Hetherington + + * Work around GTK bugs related to the directory + picker (in the new film dialogue). There is a + buggy GTK included in Ubuntu 13.04 (and Mint 15). + +2013-06-27 Carl Hetherington + + * Version 0.104 released. + +2013-06-27 Carl Hetherington + + * Hopefully fix problems with end-trim not working. + +2013-06-24 Carl Hetherington + + * Version 0.103 released. + +2013-06-20 Carl Hetherington + + * Version 0.102 released. + +2013-06-19 Carl Hetherington + + * Version 0.101 released. + +2013-06-19 Carl Hetherington + + * Version 0.101beta5 released. + +2013-06-19 Carl Hetherington + + * Fix hang when there are problems decoding + audio. + +2013-06-19 Carl Hetherington + + * Version 0.101beta4 released. + +2013-06-19 Carl Hetherington + + * Version 0.101beta3 released. + +2013-06-19 Carl Hetherington + + * Version 0.101beta2 released. + +2013-06-19 Carl Hetherington + + * Version 0.101beta1 released. + +2013-06-14 Carl Hetherington + + * Version 0.100 released. + +2013-06-13 Carl Hetherington + + * Fix ffmpeg's pixel format 13. + +2013-06-13 Carl Hetherington + + * Version 0.99 released. + +2013-06-09 Carl Hetherington + + * Version 0.98 released. + +2013-06-07 Carl Hetherington + + * Version 0.97 released. + +2013-06-07 Carl Hetherington + + * Version 0.96 released. + +2013-06-05 Carl Hetherington + + * Version 0.95 released. + +2013-06-05 Carl Hetherington + + * Fix crash on startup on Windows + +2013-06-05 Carl Hetherington + + * Version 0.94 released. + +2013-06-04 Carl Hetherington + + * Version 0.94beta2 released. + +2013-06-04 Carl Hetherington + + * A few fixes to A/B mode. + +2013-05-31 Carl Hetherington + + * Version 0.94beta1 released. + +2013-05-31 Carl Hetherington + + * Fix ridiculous 100-frame limit on trim + in the GUI. + +2013-05-30 Carl Hetherington + + * Preserve the folder to put new films in + across openings of the new film dialog + (#143). + + * Various tweaks to video preview; number + frames from 1 (not 0), fix update of frame + on stop. + + * Fix missing shortcut to GUI encode server + on Linux (#151). + + * Fix incorrect frame display on setting a new + content video (#147). + + * Fix problems with mistaken re-use of video + MXFs after trims have changed. + +2013-05-20 Carl Hetherington + + * Version 0.93 released. + +2013-05-20 Carl Hetherington + + * Fix another crash on still images with + no audio. + +2013-05-19 Carl Hetherington + + * Version 0.92 released. + +2013-05-19 Carl Hetherington + + * Version 0.91 released. + +2013-05-19 Carl Hetherington + + * Hopefully fix load of decimal values (e.g. frame rates) + in non-English locales on Windows. + +2013-05-17 Carl Hetherington + + * Version 0.90 released. + +2013-05-17 Carl Hetherington + + * Write backtrace files when Windows + version crashes. + + * Try to fix crash on stills with no audio. + +2013-05-06 Carl Hetherington + + * Fix resizing / redraw problems in audio viewer + on Windows. + +2013-05-06 Carl Hetherington + + * Version 0.89 released. + +2013-05-04 Carl Hetherington + + * Version 0.89beta1 released. + +2013-05-04 Carl Hetherington + + * Very simple batch converter added (#127). + + * Add preference for CPL issuer and creator (#122). + + * Add preference for default format and DCP content + type (#133). + +2013-04-28 Carl Hetherington + + * Version 0.88 released. + +2013-04-28 Carl Hetherington + + * Fix broken external audio support. + +2013-04-24 Carl Hetherington + + * Allow use of existing empty directories for new films (without + confirmation) and existing non-empty directories (with confirmation) + (#124). + +2013-04-26 Carl Hetherington + + * Version 0.87 released. + +2013-04-26 Carl Hetherington + + * Make new trim options actually work (#121). + 2013-04-23 Carl Hetherington * Version 0.86 released.