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