X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=ChangeLog;h=64c253550e3cd8ef1ba7e9cb4f8e9bce855738e8;hp=5c352286996ba8c76ce09c5fd3e69f73c0d74413;hb=9dfa51bdc24431ca00f424a9c33f4d1a3f465a1d;hpb=ccc9147af71ea93195b10e0f6de040fff9ae7746 diff --git a/ChangeLog b/ChangeLog index 5c3522869..64c253550 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,102 @@ +2015-05-25 Carl Hetherington + + * Block all but alphanumeric characters with a few bits + of punctuation from DCP names. + + * Improve view of jobs in various ways. + + * Increase the number of images that DCP-o-matic will + keep around in memory before resorting to pushing them + to disk. + + * Display DCP container size beside the choice + in the DCP tab. + + * Try to set up useful default colour conversions + depending on the type and resolution of content (#565). + +2015-05-23 Carl Hetherington + + * Fix failure to import some video MXFs (#566). + +2015-05-17 Carl Hetherington + + * Update DCP name on changing DCP standard (#570). + +2015-05-14 Carl Hetherington + + * Version 2.0.47 released. + +2015-05-13 c.hetherington + + * Various fixes to embedded image subtitle + handling. + +2015-05-10 Carl Hetherington + + * Version 2.0.46 released. + +2015-05-10 Carl Hetherington + + * Version 2.0.45 released. + +2015-05-10 Carl Hetherington + + * Version 2.0.44 released. + +2015-05-10 Carl Hetherington + + * Fix sometimes-missing channel labels on OS X audio analysis. + +2015-05-09 Carl Hetherington + + * Efficiency fix for cases where there is a lot of processing + power. + + * Add UTF-8 content type to KDM emails to try to fix #549. + + * Disable OK until a download succeeds in the certificate + downloader (#404). + +2015-05-07 Carl Hetherington + + * Version 2.0.43 released. + +2015-05-07 Carl Hetherington + + * A few small but possibly sigificant correctness fixes + for subtitles (thanks to dcp_inspect). + +2015-05-04 Carl Hetherington + + * Version 2.0.42 released. + +2015-05-04 Carl Hetherington + + * Move restore-default-prefs option (#537). + + * Don't try to update config dialog when its window has been + destroyed. Fixes various crashes on Windows (from master). + + * Add a simple content properties dialog (#554). + +2015-05-01 carl + + * Don't load image files whose names start with ._ as they + are probably OS X resource files (from master). + +2015-04-30 Carl Hetherington + + * Copy subtitle fonts to the DCP, and provide + LiberationSans-Regular as a default Arial equivalent. + 2015-04-29 Carl Hetherington + * Make disk space check take account of whether hard links + are supported by the target filesystem (#511). + + * Allow configuration of the encryption key (from master). + * Various fixes to bad timeline drag behaviour when snapping (from master).