Open file dialog starts in the configured DCP directory (#70).
[dcpomatic.git] / ChangeLog
1 2013-11-07  Carl Hetherington  <cth@carlh.net>
2
3         * Open file dialog starts in the configured DCP directory,
4         if one exists (#70).
5
6 2013-11-06  Carl Hetherington  <cth@carlh.net>
7
8         * Support pixel format 30 (#254).
9
10 2013-11-06  Carl Hetherington  <cth@carlh.net>
11
12         * Version 1.27 released.
13
14 2013-11-06  Carl Hetherington  <cth@carlh.net>
15
16         * Various server-related tidying up; servers are
17         now auto-detected only (the configuration for
18         them has been removed).
19
20 2013-11-06  Carl Hetherington  <cth@carlh.net>
21
22         * Version 1.26 released.
23
24 2013-11-05  Carl Hetherington  <cth@carlh.net>
25
26         * Auto-detect encoding servers on the local
27         subnet(s).
28
29         * Tweak verbosity of command-line encoding servers.
30
31 2013-11-04  Carl Hetherington  <cth@carlh.net>
32
33         * Version 1.25 released.
34
35 2013-10-29  Carl Hetherington  <cth@carlh.net>
36
37         * Improve performance when start-trimming
38         large files.
39
40         * Fix audio problems when start-trimming.
41
42 2013-10-28  Carl Hetherington  <cth@carlh.net>
43
44         * Version 1.24 released.
45
46 2013-10-28  Carl Hetherington  <cth@carlh.net>
47
48         * Fix failure to reload configuration on
49         some non-English locales.
50
51 2013-10-26  Carl Hetherington  <cth@carlh.net>
52
53         * Version 1.23 released.
54
55 2013-10-25  Carl Hetherington  <cth@carlh.net>
56
57         * Version 1.22 released.
58
59 2013-10-24  Carl Hetherington  <cth@carlh.net>
60
61         * Support sources that require repeat of more than
62         1 extra frame.
63
64 2013-10-23  Carl Hetherington  <cth@carlh.net>
65
66         * Version 1.21 released.
67
68 2013-10-23  Carl Hetherington  <cth@carlh.net>
69
70         * Use our own directory picker on Ubuntu 13.10 as well
71         as Ubuntu 13.04 as it seems similarly broken.
72
73 2013-10-22  Carl Hetherington  <cth@carlh.net>
74
75         * Version 1.20 released.
76
77 2013-10-22  Carl Hetherington  <cth@carlh.net>
78
79         * Allow films to be loaded when content is missing,
80         and then that content can be re-found.
81
82 2013-10-21  Carl Hetherington  <cth@carlh.net>
83
84         * Version 1.19 released.
85
86 2013-10-21  Carl Hetherington  <cth@carlh.net>
87
88         * Fix Rec. 709 gammas (from Lilian Lefranc)
89
90 2013-10-20  Carl Hetherington  <cth@carlh.net>
91
92         * Allow specification of subtitle language even if DVD-o-matic
93         isn't providing the subtitles.
94
95 2013-10-20  Carl Hetherington  <cth@carlh.net>
96
97         * Version 1.18 released.
98
99 2013-10-19  Carl Hetherington  <cth@carlh.net>
100
101         * Fix non-saving of colour transform presets.
102
103         * Some improvements in progress reporting, especially
104         for long encodes.
105
106 2013-10-18  Carl Hetherington  <cth@carlh.net>
107
108         * Fix bug with incorrect validity times given to KDMs.
109
110 2013-10-17  Carl Hetherington  <cth@carlh.net>
111
112         * Fix Make DCP menu option sensitivity (#230).
113
114         * Forward-port fix from master; use 1000000 rather
115         than 1e6 for J2K bandwidth arithmetic to ensure
116         that it's done with integers.
117
118 2013-10-16  Carl Hetherington  <cth@carlh.net>
119
120         * Version 1.17 released.
121
122 2013-10-16  Carl Hetherington  <cth@carlh.net>
123
124         * Hopefully fix crash on closing preferences window
125         when ~/.config/dcpomatic does not exist.
126
127         * Allow specification of the DCP to make KDMs for,
128         in case there is more than one.
129
130         * Speed up response to some settings changes
131         (e.g. crop) (#196).
132
133 2013-10-15  Carl Hetherington  <cth@carlh.net>
134
135         * Version 1.16 released.
136
137 2013-10-15  Carl Hetherington  <cth@carlh.net>
138
139         * Restore up/down buttons for simple content time
140         movements.
141
142         * Include film title in KDM filenames.
143
144         * Allow no-stretch scaling like in DVD-o-matic.
145
146 2013-10-14  Carl Hetherington  <cth@carlh.net>
147
148         * Add Rec. 709 colour conversion preset using
149         Wolfgang Woehl's matrix.
150
151 2013-10-14  Carl Hetherington  <cth@carlh.net>
152
153         * Version 1.15 released.
154
155 2013-10-14  Carl Hetherington  <cth@carlh.net>
156
157         * Fix some crashes in the KDM dialogue when coming
158         out of the add screen without giving a certificate.
159
160         * Really fix libltdl search path on OS X.
161
162 2013-10-13  Carl Hetherington  <cth@carlh.net>
163
164         * Version 1.14 released.
165
166 2013-10-12  Carl Hetherington  <cth@carlh.net>
167
168         * Add some missing libraries to the OS X build.
169
170         * Fix libltdl search path on OS X.
171
172 2013-10-12  Carl Hetherington  <cth@carlh.net>
173
174         * Version 1.13 released.
175
176 2013-10-12  Carl Hetherington  <cth@carlh.net>
177
178         * Fix linux static build.
179
180 2013-10-11  Carl Hetherington  <cth@carlh.net>
181
182         * Version 1.12 released.
183
184 2013-10-11  Carl Hetherington  <cth@carlh.net>
185
186         * Fix failure to create signer certificates
187         on Windows.
188
189 2013-10-10  Carl Hetherington  <cth@carlh.net>
190
191         * Basic snapping in the timeline.
192
193         * Various improvements to dcpomatic_kdm.
194
195 2013-10-10  Carl Hetherington  <cth@carlh.net>
196
197         * Version 1.11 released.
198
199 2013-10-10  Carl Hetherington  <cth@carlh.net>
200
201         * libdcp fix to incorrect signature digests.
202
203 2013-10-09  Carl Hetherington  <cth@carlh.net>
204
205         * Version 1.10 released.
206
207 2013-10-09  Carl Hetherington  <cth@carlh.net>
208
209         * Add some missing Windows dependencies.
210
211 2013-10-09  Carl Hetherington  <cth@carlh.net>
212
213         * Version 1.09 released.
214
215 2013-10-09  Carl Hetherington  <cth@carlh.net>
216
217         * Bump libdcp version to pull in speculative fix
218         for AuthorizedDeviceList thumbprints in KDMs.
219
220 2013-10-09  Carl Hetherington  <cth@carlh.net>
221
222         * Version 1.08 released.
223
224 2013-10-09  Carl Hetherington  <cth@carlh.net>
225
226         * Fix problems with crypto stuff on Windows.
227
228 2013-10-08  Carl Hetherington  <cth@carlh.net>
229
230         * Version 1.07 released.
231
232 2013-10-01  Carl Hetherington  <cth@carlh.net>
233
234         * Version 1.06 released.
235
236 2013-09-19  Carl Hetherington  <cth@carlh.net>
237
238         * Version 1.05 released.
239
240 2013-09-17  Carl Hetherington  <cth@carlh.net>
241
242         * Version 1.04 released.
243
244 2013-09-09  Carl Hetherington  <cth@carlh.net>
245
246         * Version 1.03 released.
247
248 2013-09-02  Carl Hetherington  <cth@carlh.net>
249
250         * Add missing boost datetime dependency
251         to debian control files.
252
253 2013-08-30  Carl Hetherington  <cth@carlh.net>
254
255         * Version 1.02 released.
256
257 2013-08-29  Carl Hetherington  <cth@carlh.net>
258
259         * Version 1.01 released.
260
261 2013-08-29  Carl Hetherington  <cth@carlh.net>
262
263         * Restore server/client operation (#202).
264
265         * Fix strange rounding of still image durations (#204).
266
267         * Remove limitation to numbers and periods in the
268         server host name dialogue box.
269
270         * Fix stuck-at-99% progress meters (#184).
271
272         * Version 1.01beta1 released.
273
274 2013-08-29  Carl Hetherington  <cth@carlh.net>
275
276         * Fix emissions of large chunks of silence when
277         analysing audio in some cases.
278
279         * Use my @dcpomatic.com email address for now,
280         rather than a non-existant mailing list.
281
282 2013-08-28  Carl Hetherington  <cth@carlh.net>
283
284         * Initial DCP-o-matic release.
285