Update ChangeLog.
[dcpomatic.git] / ChangeLog
1 2012-07-18  Carl Hetherington  <cth@carlh.net>
2
3         * Version 0.26 released
4
5 2012-07-15  Carl Hetherington  <cth@carlh.net>
6
7         * Remove code to use `standard' format DCP long names,
8         as in the wild their use seems to be decreasing, and it
9         makes the GUI simpler.
10
11         * Fix some bugs with sending to servomatic introduced
12         in the adjustments to padding.
13
14         * Write some status text when an unknown-progress
15         job is running.
16
17         * Use new libdcp rather than OpenDCP to generate MXFs
18         and write DCP XML.
19
20 2012-07-14  Carl Hetherington  <cth@carlh.net>
21
22         * Version 0.25 released.
23
24 2012-07-14  Carl Hetherington  <cth@carlh.net>
25
26         * Various GUI cleanups.
27
28         * Remove player from the GUI for now.
29
30         * Fix hash down the left-hand side of encoded DCPs.
31
32         * Add option to black-out the end of an encode, in order
33         to remove unwanted frames of video whilst keeping sound.
34
35         * Fixes to copy-to-server.
36
37         * Fix name of 16:9 format.
38
39 2012-07-08  Carl Hetherington  <cth@carlh.net>
40
41         * Version 0.24 released.
42
43 2012-07-08  Carl Hetherington  <cth@carlh.net>
44
45         * Add support for generating static DCPs from single
46         image files.
47
48         * Add option to copy DCP to a remote server (e.g. a TMS)
49         via SCP.
50
51         * Auto-update thumbs when content changes.
52
53 2012-06-10  Carl Hetherington  <cth@carlh.net>
54
55         * Fix up bad padding setup when there isn't any.
56
57         * Restore sound to playomatic; add assert for bad format.
58
59 2012-05-26  Carl Hetherington  <cth@carlh.net>
60
61         * Fix crash on attempting to use a non-existant filter.
62
63         * src/lib/filter.cc: Fix typo in filter name.
64
65         * Allow configuration of the reference scalers and filters in A/B mode.
66
67         * Fix identification of formats in metadata.
68
69 2012-05-26  Carl Hetherington  <cth@carlh.net>
70
71         * Version 0.23 released.
72
73 2012-05-28  Carl Hetherington  <cth@carlh.net>
74
75         * src/lib/player_manager.cc: possible fix to crash when stopping
76         playback.
77
78         * Fix crash in A/B mode.
79
80 2012-05-26  Carl Hetherington  <cth@carlh.net>
81
82         * Version 0.21 released.
83
84 2012-05-25  Carl Hetherington  <cth@carlh.net>
85
86         * Add option to delay audio with respect to video.
87
88         * src/tools/fixlengths.cc: add a few more options.
89
90 2012-05-22  Carl Hetherington  <cth@carlh.net>
91
92         * src/tools/dvdomatic.cc: fix website address.
93
94         * test: fix up a few test bits.
95
96         * README: very brief introduction to a few things.
97
98 2012-05-22  Carl Hetherington  <cth@carlh.net>
99
100         * Version 0.20 released.