X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=c043392365aa31bdf989e20a34e4559c05e0e822;hb=fed8744100ee8e58c09b0394d05ac908f2c4e15f;hp=036af9d0a5bad17bbd7cef146b30d844c99a6ac9;hpb=97b0f3af79c79ac4b9273e93090ef41753faba6c;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index 036af9d0a..c04339236 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,180 @@ +2013-03-24 Carl Hetherington + + * Add UI option to select interface language. + +2013-03-21 Carl Hetherington + + * Version 0.78beta5 released. + +2013-03-20 Carl Hetherington + + * Version 0.78beta4 released. + +2013-03-20 Carl Hetherington + + * Version 0.78beta3 released. + +2013-03-20 Carl Hetherington + + * Make exception strings translatable (#81). + +2013-03-19 Carl Hetherington + + * Version 0.78beta2 released. + +2013-03-19 Carl Hetherington + + * Version 0.78beta1 released. + +2013-03-19 Carl Hetherington + + * Add it_IT translation from Massimiliano Broggi. + +2013-03-14 Carl Hetherington + + * Version 0.77 released. + +2013-03-14 Carl Hetherington + + * Version 0.77beta2 released. + +2013-03-14 Carl Hetherington + + * Version 0.77beta1 released. + +2013-03-14 Carl Hetherington + + * Work-around lack of support for hard links. + + * Fix a few bugs with A/B mode. + +2013-03-08 Carl Hetherington + + * Disable show audio button and use content audio selector + as appropriate for the audio in the content (#41 and #73). + +2013-03-05 Carl Hetherington + + * Version 0.76 released. + +2013-03-05 Carl Hetherington + + * Version 0.76beta3 released. + +2013-03-04 Carl Hetherington + + * Fix decoding of audio streams with multiple + packets per frame (e.g. wmapro). + +2013-03-02 Carl Hetherington + + * Add option to specify the DCP's frame + rate (part of #56). + + * Add a description of what each video format + means to the UI. + +2013-03-01 Carl Hetherington + + * Version 0.76beta2 released. + +2013-03-01 Carl Hetherington + + * Add primitive feature to plot graphs + of the soundtrack (#67). + + * Version 0.76beta1 released. + +2013-02-27 Carl Hetherington + + * Version 0.75 released. + +2013-02-27 Carl Hetherington + + * Version 0.75beta1 released. + + * Fix support for some YUV444 pixel formats. + +2013-02-23 Carl Hetherington + + * Version 0.74 released. + +2013-02-23 Carl Hetherington + + * Version 0.74beta1 released. + +2013-02-21 Carl Hetherington + + * Version 0.73 released. + +2013-02-20 Carl Hetherington + + * Version 0.73beta9 released. + +2013-02-18 Carl Hetherington + + * Version 0.73beta8 released. + +2013-02-18 Carl Hetherington + + * Version 0.73beta7 released. + +2013-02-17 Carl Hetherington + + * Version 0.73beta6 released. + +2013-02-17 Carl Hetherington + + * Version 0.73beta3 released. + +2013-02-16 Carl Hetherington + + * Version 0.73beta2 released. + +2013-02-16 Carl Hetherington + + * Version 0.73beta1 released. + +2013-02-15 Carl Hetherington + + * Fix non-recognition of BMP for still images (#55), + reported by Thierry. + +2013-02-12 Carl Hetherington + + * Basic option to open the containing folder for a DCP. + + * Don't offer to copy a DCP to the TMS if there isn't + a DCP. + + * Fix setup of a default film directory on Windows. + + * Remove libx264 dependency. + + * Rearrange main window slightly so that the progress + area is larger; give jobs "details" buttons to find out + more about any errors that occur. + +2013-02-02 Carl Hetherington + + * Tidy up filters dialog by not showing those + that are not configured in FFmpeg, and by splitting + them up into categories. + + * Fix infinite loop of error messages when + `playing back' using a non-existant filter (#39). + + * Encode data straight to MXFs, rather + than going via .j2c files. Should roughly + halve required disk space and reduce time + taken. + 2013-01-25 Carl Hetherington + * When using formats which pad smaller frames into + larger ones, the padding black now shown in + the preview. + * Fix the old DCP content type being left behind when creating a new film.