Allow drag-and-drop of files onto the content panel (#395).
[dcpomatic.git] / ChangeLog
index 7113e0fdaaeb1b10a64db9c180690051ea8e93bb..d2938bda9a7e2901d09c541804aa06a32ea5b738 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,53 @@
+2014-08-31  Carl Hetherington  <cth@carlh.net>
+
+       * Allow drag-and-drop of files onto the content list (#395).
+
+2014-08-29  Carl Hetherington  <cth@carlh.net>
+
+       * Some improvements to the manual.
+
+2014-08-26  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.73.0 released.
+
+2014-08-25  Carl Hetherington  <cth@carlh.net>
+
+       * Basic recent files list in the File menu.
+
+2014-08-23  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.72.12 released.
+
+2014-08-23  Carl Hetherington  <cth@carlh.net>
+
+       * Revert previous use of AVFormatContext::start_time when
+       computing the length of video.  I think this is wrong, and
+       causes bits to be missed off the end of videos (and other
+       problems).
+
+2014-08-20  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.72.11 released.
+
+2014-08-19  Carl Hetherington  <cth@carlh.net>
+
+       * 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.
+
+2014-08-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.72.10 released.
+
+2014-08-09  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.72.8 released.
+
 2014-08-08  Carl Hetherington  <cth@carlh.net>
 
+       * Approximate support for changing timing details of multiple
+       bits of content at the same time.
+
        * Allow removal of multiple bits of content at the same time.
 
        * Version 1.72.7 released.