chiark / gitweb /
Clients now test whether users.db is readable before blundering in and
[disorder] / CHANGES
CommitLineData
e63c38e8
RK
1* Changes up to version 3.0.2
2
3Builds --without-server should work again.
4
e9eb8f7b
RK
5The web interface is a bit more liberal in the cookie value syntax it
6will accept.
7
199c2a23
RK
8Clients fail more gracefully if no password is available.
9
61f2c505
RK
10* Changes up to version 3.0.1
11
12Debian upgrades from 2.0.x should now work better.
13
5aff007d
RK
14* Changes up to version 3.0
15
16Important! See README.upgrades when upgrading.
f0feb22e 17
7a4c02b0
RK
18** Platforms And Installation
19
20Mac OS X and FreeBSD are somewhat supported. There is now a bash script
21in scripts/setup which will automate the setup after 'make install'.
22
f0feb22e
RK
23** Server
24
25Users are now stored in the database rather than a configuration file.
26
e6a35d1c
RK
27The server now has a built-in list of stopwords and players, so only
28additions to these need be mentioned in the configuration file.
86be0c30 29
07bc035e
RK
30The default inter-track gap is now 0s.
31
ad884aa5 32How sound is played is now controlled via the new 'api' configuration
33command. This also controls how the volume is set, which now works with
34ALSA as well as OSS.
35
a69fcd7a
RK
36A bug in the MP3 decoder was fixed (also in 2.0.4).
37
d84bf422 38** Web Interface
39
40The web interface now uses cookies to remember user identity, and allows
b64c2805 41online registration of new users. Also it is no longer necessary to
42manually specify the URL of the web interface (but you can override it
43if you don't like the value it figures out).
d84bf422 44
b18d2a34 45It is possible to allow users to register via the web interface.
ad884aa5 46
47The web interface's browser support has been improved. It has been
48tested with Firefox 2, Safari 3, Konqueror 3, Internet Explorer 7 and
49Opera 9.
50
8137fb3d
RK
51** Disobedience
52
53A bug which would cause a crash if you attempt to rearrange the queue
413799e3 54while no track was playing has been fixed. There is a new 'deselect all
fb009628 55tracks' option, mirroring 'select all tracks.
8137fb3d 56
92afc09e 57* Changes up to version 2.0
460b9539 58
59** General
60
460b9539 61Tracks can now have tags associated with them. See tags in disorder(1)
62or the preferences documentation for the web interface or Disobedience.
63
64The search facility knows how to limit results by tag (see search
65documentation for any interface) as well as by word search. It is
66possible to limit random play by tag (see required-tags and
67prohibited-tags in disorder_config(5)).
68
813070ec
RK
69Unicode support is improved. Case-folding and word breaking now follows
70the rules given in the Unicode standard (with a bit of tailoring in the
413799e3 71latter case).
813070ec 72
655cae67
RK
73** Disobedience
74
75There is a new client, 'Disobedience', that depends on the GTK+ library.
76Feedback on the interface would be very welcome.
77
78** Web Interface
79
80The "New" screen display tracks recently added to the database. From
81here they can be played or their preferences changed.
82
813070ec
RK
83Long track names are truncated so they fit better on the screen. Hover
84for the full name.
85
655cae67
RK
86** Network Play
87
88DisOrder can broadcast audio over a network, allowing it to be played on
89multiple client machines. See README.streams for details.
90
460b9539 91** Server
92
813070ec
RK
93Slow file lookups are cached in the server. This should help
94installations with large collections and/or slow platforms.
460b9539 95
96The 'enabled' and 'random_enabled' configuration options are now gone.
97Instead the state survives from one run of the server to the next.
98'disable now' is gone as well - if you want to emulate it disable
99playing and then scratch the current track.
100
101The 'pick' plugin has been abolished. All the logic formerly done there
102is now built into the server, where it can be done much more
103efficiently.
104
813070ec
RK
105'tracklength' plugins must be explicitly specified.
106
6aba3f6c
RK
107A bug where removing a collection (from the configuration) could cause a
108crash when random play was enabled has been fixed.
109
63e28749 110A new configuration option 'queue_pad' allows the number of random
111tracks kept on the queue to be controlled.
112
75db8354 113There is a new utility disorder-decode which can decode OGG, MP3, WAV
114and FLAC. The example config file uses it.
ce6c36be 115
813070ec
RK
116Database statistics are computed in a subprocess so that the main server
117(and all clients) are not blocked for the duration.
118
460b9539 119** disorderfm
120
121There is a new command line tool called 'disorderfm' which is designed
122for filename translation on (for instance) digital audio repositories.
123It is not yet feature-complete. See its man page for additional
124details.
125
126** Build And Configuration
127
128You can control which components are built with new --with options. See
129README.
130
131options.transform and the 'transform' web option have gone, replaced
132with a 'transform' configuration command. Both this and 'namepart' are
133now optional.
134
63e28749 135** Thanks
136
137Ross Younger, Colin Watson, Michael Stevens and Mark Wooding all
138contributed in some way to this release.
139
460b9539 140* Changes up to version 1.5.1
141
142** Web Interface
143
144Correct regexp for non-alpha tracks.
145
146* Changes up to version 1.5
147
148** Web Interface
149
150Regexp-based filtering of tracks (for instance as used by the initial
151'Choose' page) now does the regexp matching in the server, limiting the
152amount of data transferred to the web interface only to be discarded.
153
154** Client
155
156Regexp-base filtering of tracks is now available to the command line
157client.
158
159** Server
160
161New server_nice, speaker_nice and rescan_nice configuration options
162allow independent control of process priorities.
163
164Scratches are now attributed to the user who requested them.
165
166Bugs fixed:
167 A file descriptor was leaked for each track played.
168 The amount of a track played so far was not reported.
169 The speaker process could crash on underrun.
170 The server would crash if you paused a non-pause capable track.
171 Regexp matching in the file and directory list commands was not
172 reliable.
173 Handling of variable-argument commands in the client was broken.
174
175* Changes up to version 1.4
176
177** General
178
179Raw format players are now supported. See README.upgrades and
180README.raw for details. This allows pausing and eliminating the
181inter-track gap.
182
183Pausing is also supported with suitably modified standalone player
184plugins, though none of the supplied ones are capable of this.
185
186When random play is enabled the randomly picked track now appears in the
187queue, and can be moved around the queue, removed from it, etc.
188
189** Web Interface
190
191Switches (random play, pause, ...) are now presented as a
192fixed-appearance switch with an adjacent state indicator.
193
194The 'Manage' screen has new buttons to move tracks to the head or tail
195of the queue.
196
197You can now edit the preferences for all the tracks in an album in a
198single screen, rather than having to visit each separately. For the
199time being the raw preferences editing has gone; it can be reintroduced
200on some form if there is demand. (You can still edit raw preferences
201from the command line.)
202
203Labels are now documented in options.labels rather than
204disorder_config(5).
205
206** Server
207
208If you tried to start up on any empty database with random play enabled
209the server would exit with an error.
210
211The server no longer risks failing if you strace its player
212subprocesses.
213
214It was possible for the server to hang when a 'reconfigure' command was
215issued. This should no longer be the case.
216
217The default signal to forcibly terminate players is now SIGKILL.
218
219** Plugins
220
221Plugins must now declare a type word. This allows them to document
222whether they are a standalone player or a raw-format player, and whether
223they support pausing. They can also arrange to get setup and cleanup
224calls in the main server. See disorder(3) for more details.
225
226* Changes up to version 1.3
227
228** Dependencies
229
230Berkeley DB 4.2 is no longer supported. Use 4.3.
231
232** Client
233
234There is a new 'authorize' command to simplify the addition of local
235users. Please report successes as well as failures.
236
237There is a new 'resolve' command to return the real track name behind an
238alias.
239
240The 'rescan' command no longer takes an argument.
241
242** Server
243
244The track database code has been largely rewritten to improve
245maintainability.
246
247There is a new 'lock' directive. By default the server uses a lockfile
248to prevent multiple copies of itself running simultaneously; this can be
249inhibited e.g. if you are using a filesystem that does not support
250locking and are confident you can prevent concurrent running yourself.
251
252Aliases for track names, constructed from trackname_display_
253preferences, now appear in the virtual filesystem.
254
255The server now executes a subprocess for the rescan operation. It also
256runs a separate deadlock manager.
257
258Standard output and standard error from subprocesses are now logged.
259This is handy if you need to figure out why a player failed unexpectedly
260but might lead to huge log files if you have needlessly verbose players.
261
262** Web Interface
263
264Enable/disable buttons are now colored to reflect current state.
265
266Entering numeric volume values (rather than clicking on the arrows) now
267works.
268
413799e3 269Connection errors are reported more gracefully.
460b9539 270
271** Plugins
272
273Scanner plugins are now always invoked in a subprocess.
274
275disorder_track_count() and disorder_track_getn() are no longer
276available. Instead use disorder_track_random().
277
278Plugins are now opened with RTLD_NOW, so link errors are detected
279immediately.
280
281** Tools
282
283disorder-dump now insists on the input/output file being a named regular
284file, rather than using stdin or stdout.
285
286** Other
287
288Some missing files have been added, and some notes added regarding
289getting text encoding right.
290
291* Changes up to version 1.2
292
293See README.upgrades when upgrading to this version.
294
295** Bugs Fixed
296
297Avoid accumulating overlarge recently played list.
298
299When the server was stopped, the currently playing track would not be
300added to the recently played list. This has been fixed.
301
302Reloading the 'volume' page no longer repeats the last volume-changing
303action.
304
305The search facility now works properly for multiple hits within a single
306artist or album.
307
308** Server
309
310New namepart directive replaces web interface's trackname-part. There
311are associated changes to the protocol and clients.
312
313The number of database queries per candidate match required when
314searching has been reduced.
315
316The operator can control the signal used to scratch playing tracks. The
317default has been changed to SIGINT from SIGKILL.
318
319The 'log' command now provides a formalised event log, rather than raw
320access to the server's ordinary log output.
321
322** Web Interface Changes
323
324*** Choosing Tracks
325
326When picking a track the client now stays on the same screen rather than
327redirecting back to the 'Playing' screen. So that the user gets
328feedback from their action, playing and queued tracks are now marked as
329such in the track picking screen.
330
331It is possible to revert to the old behaviour by removing the back=
332argument from the choose.html and search.html templates (and optionally
333the trackstate lines).
334
335*** Search
336
337Non-ASCII characters are now properly supported in search terms.
338
339*** Syntax
340
341The template syntax has been changed slightly to ignore whitespace in
342certain places.
343
344*** Miscellaneous
345
346Some formerly textual buttons are now replaced by images (with ALT text
347reflecting the old value). The stylesheet is now a .css file (installed
348in the same place as the images) rather than being embedded into every
349template.
350
351Artist and album names in the playing and recently-played lists are now
352links to the corresponding directory.
353
354More functions are now available from the 'manage' screen.
355
356The menus are now (by default) across the top of the screen instead of
357down the side. Set the 'menu' label to 'sidebar' to restore the old
358appearance. 'Volume' is not present in this new menu, use 'Manage'
359instead (or edit the template).
360
361** tkdisorder
362
363tkdisorder now displays artist, album and title in the queue and
364recently played widgets, rather than just the title (as formerly).
365
366* Changes up to version 1.1
367
368** Bugs Fixed
369
370Corrected various problems with UTF-8 parsing.
371
372In the web interface, "The Beatles" (etc) are now grouped under 'B' not
373'T' when grouping tracks by initial letter.
374
375** Server
376
377The list of recently played tracks is now preserved across server
378restarts.
379
380Track IDs are more compact.
381
382Versions of libdb before 4.2 are no longer supported. 4.2 and 4.3 both
383work now. 4.2 support will be removed in some future release.
384
385Prehistoric backwards-compatibility logic removed. Only affects people
386upgrading from long before 1.0 (who should upgrade to 1.0 and then to
3871.1.)
388
389** Command Line
390
391Tracks can be moved in the queue from the command line.
392
393'disorder queue' now reports track IDs.
394
395$pkgdatadir/completion.bash provides tab completion over commands and
396options.
397
398** Web Interface
399
400New 'cooked' preferences interface saves users having to know arcane
401details of trackname preferences and so on. Non-ASCII characters are
402now properly supported in this context.
403
404CGI arguments to the web interface are now checked for UTF-8 compliance.
405
406Local Variables:
407mode:outline
408fill-column:72
409End: