X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/6d18d6806634eb730c416f45043e332a72c1f400..6151ae7e03c567cb5c2287386362f2fed68a225c:/CHANGES.html diff --git a/CHANGES.html b/CHANGES.html index 31f55ad..495d898 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -55,7 +55,100 @@ span.command {

DisOrder Change History

-

This file documents recent user-visible changes to DisOrder.

+

This file documents recent user-visible changes to DisOrder.

+ +

Changes up to version XXX

+ +
+ +

Disobedience

+ +
+ +

A bug was fixed in the calculation of how much of the track had + played. This would lead to the counter incorrectly resetting to 0:00 + from whenever anything about the queue changed.

+ +

Disobedience's icons have been changed to larger, more colorful + ones. The SVG source is included if you want to fiddle with them.

+ +
+ +

Server

+ +
+ +

The selection bias for newly added tracks was reduced by half. You + can put it back to the old very neophilic value with + “new_bias 900000” in the config file.

+ +
+ +

General

+ +
+ +

DisOrder is now licensed under GPL v3. The main + goal is to prohibit Tivoization.

+ +

The build system will now automatically cope with Fink's broken GTK+ + packages.

+ +

There are some minor fixes to the test suite.

+ +
+ +
+ +

Changes up to version 4.2

+ +
+ +

Disobedience

+ +
+ +

The login window now has a 'remote' switch. If this is turned off + then Disobedience will connect to a local server. Formerly it would + always use TCP/IP.

+ +

The Delete and backspace keys will now remove tracks from the queue. + Escape will now dismiss the properties, users or login windows and return + now works in the login and properties windows.

+ +
+ +

Documentation

+ +
+ +

Track and global preferences are now described in a new + disorder_preferences(5) man page.

+ +
+ +

Bugs fixed

+ +
+ + + + + + + + + + + +
IDDescription
#21CGI should use PATH_INFO more sensibly
+ +
+
+

Changes up to version 4.1.1