Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / ChangeLog
index d126e0fb50a53fbad381c77f474bf4130dbf676a..4d3741eebb4d4968ce05e2a5d831232b3c86ad7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,139 @@
-2018-03-23  Carl Hetherington  <cth@carlh.net>
+2018-05-29  Carl Hetherington  <cth@carlh.net>
+
+       * Updated fr_FR translation from Thierry Journet.
+
+2018-05-27  Carl Hetherington  <cth@carlh.net>
+
+       * Support notifications on jobs finishing (#1286).
+
+       * Updated it_IT translation from Felice D'Andrea.
+
+2018-05-23  Carl Hetherington  <cth@carlh.net>
+
+       * Fix failure to load image files from non-ASCII paths.
+
+2018-05-18  Carl Hetherington  <cth@carlh.net>
+
+       * Fix slow exports from DCP content (#1285).
+
+2018-05-16  Carl Hetherington  <cth@carlh.net>
+
+       * Add cancel button to DCP verification progress dialogue (#1294).
+
+2018-05-15  Carl Hetherington  <cth@carlh.net>
+
+       * Fix crash on enabling telecine filter.
+
+       * Fix incorrect subtitle positioning in a VF when there are more than
+       two consecutive reels with no subtitles.
+
+       * Fix missing burnt-in / previewed subtitles containing ampersands.
+
+2018-05-08  Carl Hetherington  <cth@carlh.net>
+
+       * Look at subtitle colour and effect when deciding whether or not to
+       re-make video (should fix #1290).
+
+2018-05-07  Carl Hetherington  <cth@carlh.net>
+
+       * Updated cs_CZ translation from Tomáš Begeni.
+
+2018-04-29  Carl Hetherington  <cth@carlh.net>
+
+       * Add command-line option to specify directory containing config (#1284).
+
+2018-04-27  Carl Hetherington  <cth@carlh.net>
+
+       * Fix incorrect container size when loading a OV/VF combination into the player.
+
+       * Fix obscured subtitles in some cases.
+
+2018-04-25  Carl Hetherington  <cth@carlh.net>
+
+       * Updated fr_FR translation from Thierry Journet.
+
+       * Updated de_DE translation from Carsten Kurz.
+
+2018-04-22  Carl Hetherington  <cth@carlh.net>
+
+       * Add missing MOS makrer in ISDCF names if there is no sound.
+
+2018-04-21  Carl Hetherington  <cth@carlh.net>
+
+       * Updated nl_NL translation from Rob van Nieuwkerk.
+
+2018-04-19  Carl Hetherington  <cth@carlh.net>
+
+       * Fix crash on making a DCP after trimming the end of some text-based subtitles (#1275).
+
+2018-04-13  Carl Hetherington  <cth@carlh.net>
+
+       * 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  <cth@carlh.net>
+
+       * Prevent error when starting export without specifying a filename (#1260).
+
+2018-04-11  Carl Hetherington  <cth@carlh.net>
+
+       * Fix 3D DCP handling in the player.
+
+2018-04-10  Carl Hetherington  <cth@carlh.net>
+
+       * Fix disappearing subtitles when they are added from text files
+       alongside video content which also contain subtitles (#1271).
+
+2018-04-06  Carl Hetherington  <cth@carlh.net>
+
+       * Fix missing start icon for the player in Linux.
+
+2018-04-05  Carl Hetherington  <cth@carlh.net>
+
+       * 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  <cth@carlh.net>
+
+       * Disable audio mapping control when analysing audio (#1250).
+
+2018-03-27  Carl Hetherington  <cth@carlh.net>
+
+       * Use a label rather than a tooltip to tell users why they can't
+       refer to DCPs.
+
+2018-03-26  Carl Hetherington  <cth@carlh.net>
+
+       * 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  <cth@carlh.net>
+
+       * Version 2.13.2 released.
+
+2018-03-24  Carl Hetherington  <cth@carlh.net>
+
+       * Fix crash when changing DCP audio channel count (#1253).
+
+       * Fix update checker error when there is no test
+       version.
+
+       * Updated fr_FR translation from Thierry Journet.
+
+2018-03-22  Carl Hetherington  <cth@carlh.net>
 
        * Add space shortcut to start/stop playback, arrows to go
        back/forward one frame and Ctrl-T to open timeline (#1201).
        * 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  <cth@carlh.net>