From 452ad6ba72bf6c9fbe846db215f628c53ed4cc61 Mon Sep 17 00:00:00 2001 Message-Id: <452ad6ba72bf6c9fbe846db215f628c53ed4cc61.1715838590.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 15 Jun 2008 18:43:30 +0100 Subject: [PATCH] Document recent changes Organization: Straylight/Edgeware From: Richard Kettlewell --- CHANGES.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/CHANGES.html b/CHANGES.html index a1a0b9a..6a16f87 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -57,6 +57,50 @@ span.command {

This file documents recent user-visible changes to DisOrder.

+

Changes up to version 4.1

+ +
+ +

Disobedience

+ +
+ +

Disobedience has been largely rewritten:

+ +
    + +
  • All the tabs now use native GTK+ list/tree widgets, resulting in + greater speed in some cases and more consistency with other GTK+ + applications.
  • + +
  • You can now use type-ahead find in the choose tab. The initiation + of a search is delayed slightly to avoid lots of updates when you're + half way through entering search terms.
  • + +
  • The choose tab now shows track lengths.
  • + +
  • Many buttons are now more reliably made insensitive when they can't + be used.
  • + +
+ +

Disobedience attempts to cope with servers from older versions, up to + a point, but this is not well tested and it's best to keep the server + fully up to date.

+ +
+ +

Server

+ +
+ +

When a track shares a directory with its alias, the real track name is + now returned instead of the alias (the opposite way round to the previous + behaviour).

+ +
+
+

Changes up to version 4.0.2

-- [mdw]