chiark / gitweb /
update CHANGES.html
[disorder] / CHANGES.html
index 31f55ad1a97b22c0870cf2a76a6f3cc6e67b977c..5eb706272970ecce8ca56c28327e294cc4e140dc 100644 (file)
@@ -55,7 +55,85 @@ span.command {
 <body>
 <h1>DisOrder Change History</h1>
 
-<p>This file documents recent user-visible changes to DisOrder.</p>
+<p>This file documents recent user-visible changes to <a
+ href="http://www.greenend.org.uk/rjk/disorder/">DisOrder</a>.</p>
+
+<h2>Changes up to version XXX</h2>
+
+  <div class=section>
+
+    <h3>Disobedience</h3>
+
+      <div class=section>
+
+        <p>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.</p>
+
+        <p>Disobedience's icons have been changed to larger, more colorful
+        ones.  The SVG source is included if you want to fiddle with them.</p>
+
+      </div>
+
+    <h3>General</h3>
+
+      <div class=section>
+
+        <p>The build system will now automatically cope with Fink's broken GTK+
+        packages.</p>
+
+        <p>There are some minor fixes to the test suite.</p>
+
+      </div>
+
+  </div>
+
+<h2>Changes up to version 4.2</h2>
+
+<div class=section>
+
+  <h3>Disobedience</h3>
+  
+    <div class=section>
+
+      <p>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.</p>
+
+      <p>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.</p>
+      
+    </div>
+
+  <h3>Documentation</h3>
+  
+    <div class=section>
+
+      <p>Track and global preferences are now described in a new
+      <b>disorder_preferences</b>(5) man page.</p>
+      
+    </div>
+
+  <h3>Bugs fixed</h3>
+  
+    <div class=section>
+
+      <table class=bugs>
+        <tr>
+          <th>ID</th>
+          <th>Description</th>
+        </tr>
+        
+        <tr>
+          <td><a href="http://code.google.com/p/disorder/issues/detail?id=21">#21</a></td>
+          <td>CGI should use PATH_INFO more sensibly</td>
+        </tr>
+      </table>
+      
+    </div>
+</div>
+
 
 <h2>Changes up to version 4.1.1</h2>