X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=a181d03ecbc02d9f5915d835b19151698ea97317;hb=51eabb7b808f522db5229f0e0067e0a7880bbc1e;hp=e44b683055fd6e6978b73ea0822650fd0d619496;hpb=5984931b07319091dd557acfac9df9d18913be47;p=dcpomatic.git diff --git a/ChangeLog b/ChangeLog index e44b68305..a181d03ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2018-04-21 Carl Hetherington + + * Updated nl_NL translation from Rob van Nieuwkerk. + +2018-04-19 Carl Hetherington + + * Fix crash on making a DCP after trimming the end of some text-based subtitles (#1275). + +2018-04-13 Carl Hetherington + + * Fix incorrect preview crop with DCP sources when the preview is smaller than half + of the DCP's resolution (#1274). + + * Update encoding server list when one goes away (#1176). + + * Add servers with bad server-link versions in the list (#982). + +2018-04-12 Carl Hetherington + + * Prevent error when starting export without specifying a filename (#1260). + +2018-04-11 Carl Hetherington + + * Fix 3D DCP handling in the player. + +2018-04-10 Carl Hetherington + + * Fix disappearing subtitles when they are added from text files + alongside video content which also contain subtitles (#1271). + +2018-04-06 Carl Hetherington + + * Fix missing start icon for the player in Linux. + +2018-04-05 Carl Hetherington + + * Updated zh_CN translation from 刘汉源. + + * Fix crash on startup if there are no audio devices (#1265). + + * Fix non-working arrow keys / space in text fields (#1263). + + * Fix assertion failures with 3D content in some cases. + +2018-03-28 Carl Hetherington + + * Disable audio mapping control when analysing audio (#1250). + +2018-03-27 Carl Hetherington + + * Use a label rather than a tooltip to tell users why they can't + refer to DCPs. + +2018-03-26 Carl Hetherington + + * Add real-time mouse cursor readout in audio analysis (rest of #1082) + + * Add time axis to audio analysis (part of #1082). + + * Note: from this point in the ChangeLog release versions + are marked using git tags and not written to the ChangeLog. + 2018-03-25 Carl Hetherington * Version 2.13.2 released. @@ -4065,7 +4127,6 @@ * Attempt to fix random crashes on OS X (especially during encodes) thought to be caused by multiple threads using (different) stringstreams at the same time; see src/lib/safe_stringstream. ->>>>>>> origin/master 2014-08-09 Carl Hetherington