X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=74c28cd357a547e2901effd4ca71e1f55e0459e4;hb=0db8ae1436a822e81a396f500843db646d98455d;hp=183ebc3418afb41b62c099eb441af600614da073;hpb=de55fefe3f977a3552e95400c0e9f5183c14a181;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index 183ebc341..74c28cd35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,224 @@ +2015-06-18 c.hetherington + + * Split job status onto two lines (#610). + + * Fix audio channel counts in DCP names when + processors are in use (#609). + +2015-06-18 Carl Hetherington + + * Version 2.1.4 released. + +2015-06-18 Carl Hetherington + + * Fixes to Linux .desktop files. + + * Stop playback when we reach the end of the film. + +2015-06-16 c.hetherington + + * Prevent selection of fewer DCP channels than + are present in the output of an active processor (#611). + +2015-06-15 Carl Hetherington + + * Select newly-added content (#455). + +2015-06-14 Carl Hetherington + + * Version 2.1.3 released. + +2015-06-14 Carl Hetherington + + * Fix parsing of .srt files with a Unicode + byte-order-mark. + + * Add buttons to set trim from current `playhead' + position (#372). + +2015-06-13 Carl Hetherington + + * Version 2.1.2 released. + +2015-06-13 Carl Hetherington + + * Fix i18n. + + * Version 2.1.1 released. + +2015-06-13 Carl Hetherington + + * Version 2.1.0 released. + +2015-06-13 Carl Hetherington + + * Make ru_RU translation actually work. + + * Update progress bar (sort-of) when finding subtitles (#603). + + * Make sure audio mapping view is scrollable when necessary (#597). + +2015-06-12 Carl Hetherington + + * Add a close button to the audio plot on Linux (#602). + + * Version 2.0.51 released. + +2015-06-12 Carl Hetherington + + * New ru_RU translation from Igor Voytovich. + +2015-06-12 c.hetherington + + * Fix for every audio stream being mapped to the DCP when loading + old films. + +2015-06-11 c.hetherington + + * Fix massive slowdown of direct J2K->DCP encodes (#599). + + * Fix hang on audio analysis in some cases (#598). + + * Fix never-ending encode when XYZ values are clamped (#600). + +2015-06-10 Carl Hetherington + + * Version 2.0.50 released. + +2015-06-10 c.hetherington + + * Skip audio analysis when there is no audio content (#596). + +2015-06-09 Carl Hetherington + + * Version 2.0.49 released. + +2015-06-04 Carl Hetherington + + * Version 2.0.48 released. + +2015-06-03 Carl Hetherington + + * Various fixes to subtitle rendering, including independent + x and y scale of text subs (#489). + +2015-06-02 c.hetherington + + * Allow use of all content audio streams, not just + the selected one. + + * Tweak colour conversion controls so that it's easier + to use a preset without seeing the details. + +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). + +2015-04-29 c.hetherington + + * Hand-apply 291179175729b62e17a9c322cd27ae134d1310d9, + 8d92cce7d2885afa13ee4cb6f546dbf43942124b and + c994839239e84a1f62865ed82fdc090900a66b03 from master; + stop flickering when dragging in the timeline on OS X. + 2015-04-22 c.hetherington * Add P3 colour conversion preset.