X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=3bf12175c93b57d65b39984280989c4720d1f9be;hb=d516d8e159e99d7b3b8250f39f976574df072cd8;hp=2189d8086dd9033985647ed36864106401f68d47;hpb=b9379a13601d7f42dee8c0d6d28cae62d5e894e2;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index 2189d8086..3bf12175c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,292 @@ +2018-03-07 Carl Hetherington + + * Fix bad DCPs when re-making in encrypted projects (#1232). + +2018-03-02 Carl Hetherington + + * Fix bad Prores exports in some cases (#1227). + +2018-02-27 Carl Hetherington + + * Add a hint about the stereo-to-5.1 upmixers being + `experimental'. + +2018-02-25 Carl Hetherington + + * Updated es_ES translation from Manuel AC. + + * Handle errors in subtitle XML better (#1209). + +2018-02-24 Carl Hetherington + + * Updated fr_FR translation from Thierry Journet. + +2018-02-12 Carl Hetherington + + * Version 2.11.55 released. + +2018-02-10 Carl Hetherington + + * Version 2.11.54 released. + +2018-02-10 Carl Hetherington + + * Use a different way of getting frame rate from video content; may + fix #1030. + + * Version 2.11.53 released. + +2018-02-09 Carl Hetherington + + * Always pre-roll when seeking in DCPs (#1085). + + * Version 2.11.52 released. + +2018-02-09 Carl Hetherington + + * Updated ru_RU translation from Igor Voytovich. + +2018-02-08 Carl Hetherington + + * Version 2.11.51 released. + +2018-02-08 Carl Hetherington + + * Fix crash on adding content to a project created from a template + in some cases (#1192). + +2018-02-07 Carl Hetherington + + * Version 2.11.50 released. + +2018-02-06 Carl Hetherington + + * Fix problems with text subtitle files containing OS X line-endings. + + * Version 2.11.49 released. + +2018-02-05 Carl Hetherington + + * Version 2.11.48 released. + +2018-02-04 Carl Hetherington + + * Allow main DCP-o-matic and batch converter to run on the same + machine and both get access to encoding servers (#1190). + +2018-02-03 Carl Hetherington + + * Updated de_DE translation from Carsten Kurz. + +2018-02-02 Carl Hetherington + + * Updated de_DE translation from Carsten Kurz. + +2018-02-01 Carl Hetherington + + * Don't try to use video streams for which we have no codec (#1184). + + * Updated sv_SE translation from Adam Klotblixt. + + * Updated nl_NL translation from Rob van Nieuwkerk. + + * Version 2.11.47 released. + +2018-01-31 Carl Hetherington + + * Disable things that cannot be altered when video/audio are being + referenced from another DCP (#1173). + + * Version 2.11.46 released. + +2018-01-30 Carl Hetherington + + * Version 2.11.45 released. + +2018-01-18 Carl Hetherington + + * Version 2.11.44 released. + +2018-01-17 Carl Hetherington + + * Updated nl_NL translation from Rob van Nieuwkerk. + + * Version 2.11.43 released. + +2018-01-17 Carl Hetherington + + * Add some more DCP information to the player (#1170). + + * Add recent files list to player (#1171). + +2018-01-16 Carl Hetherington + + * Allow configuration of default value of upload-to-TMS button. + +2018-01-15 Carl Hetherington + + * Updated cs_CZ translation from Tomáš Begeni. + + * Updated pt_BR translation from Max Fuhlendorf. + + * Version 2.11.42 released. + +2018-01-14 Carl Hetherington + + * Updated nl_NL translation from Rob van Nieuwkerk. + + * Updated de_DE translation from Carsten Kurz. + + * Version 2.11.41 released. + +2018-01-13 Carl Hetherington + + * Allow specification of whether subtitle appearance settings + will be forced to override the settings of the content. + +2018-01-12 Carl Hetherington + + * Fix crash when loading an incorrect KDM into the player (#1167). + + * Desensitize appropriate player menu options when there + is no loaded DCP (#1167). + +2018-01-11 Carl Hetherington + + * Updated nl_NL translation from Rob van Nieuwkerk. + +2018-01-10 Carl Hetherington + + * Version 2.11.40 released. + +2018-01-09 Carl Hetherington + + * Version 2.11.39 released. + +2018-01-09 Carl Hetherington + + * Fix appearance controls for subtitles from DCP files (#1162). + +2018-01-08 Carl Hetherington + + * When doing jump-to-selected, jump to the first subtitle + in any text subtitle content (#1160). + +2018-01-07 Carl Hetherington + + * Updated nl_NL translation from Rob van Nieuwkerk. + + * Version 2.11.38 released. + +2018-01-07 Carl Hetherington + + * Make certificate re-creation cancellable and default nags + to not going away (#1158). + +2018-01-06 Carl Hetherington + + * Check that we can decrypt a DKDM when it is loaded into + the KDM creator (#1011). + + * Fix crash in some cases when an incorrect KDM has been + added to a DCP (#1000). + + * Updated de_DE translation from Carsten Kurz. + + * Fix playhead wandering on some operations (#1112). + + * Simplify user interface for managing keys. + + * Version 2.11.37 released. + +2018-01-06 Carl Hetherington + + * Add version number to encode server welcome message (#1157). + + * Updated nl_NL translation from Rob van Nieuwkerk. + +2018-01-05 Carl Hetherington + + * Add copy and paste for settings (#1051). + + * Fix hanging subtitles in some cases (#1101). + + * Version 2.11.36 released. + +2018-01-04 Carl Hetherington + + * Put up a token (unspecific) progress bar during import + of image folders (#987). + + * Apply filters to preview immediateley (#1019). + + * Set up a default KDM write mode and preselect the last used + one when re-opening the KDM window (#1137). + +2018-01-03 Carl Hetherington + + * Version 2.11.35 released. + +2018-01-02 Carl Hetherington + + * Add rewind-to-zero button to player. + + * Go back to zero when loading a new DCP into the player (#1152). + + * Fix generated ISDCF name with full-frame content (#1118). + + * Fix downloading of certificates on Windows (#1124). + + * Version 2.11.34 released. + +2017-12-31 Carl Hetherington + + * Version 2.11.33 released. + +2017-12-31 Carl Hetherington + + * Version 2.11.32 released. + +2017-12-31 Carl Hetherington + + * Allow CLI KDM generator to make KDMs from DKDMs (#1132). + +2017-12-30 Carl Hetherington + + * Version 2.11.31 released. + +2017-12-19 Carl Hetherington + + * Version 2.11.30 released. + +2017-12-17 Carl Hetherington + + * Add Close option to player. + + * Display decode resolution in the player. + +2017-12-13 Carl Hetherington + + * Version 2.11.29 released. + +2017-12-13 Carl Hetherington + + * Version 2.11.28 released. + +2017-11-08 Carl Hetherington + + * Updated nl_NL translation from Rob van Nieuwkerk. + + * Updated fr_FR translation from Thierry Journet. + +2017-10-18 Carl Hetherington + + * Version 2.11.27 released. + +2017-10-13 Carl Hetherington + + * Colour axis labels in the audio plot (#835). + 2017-10-09 Carl Hetherington * Version 2.11.26 released.