chiark / gitweb /
Add 'adopt' command. This adopts a randomly picked track by changing
[disorder] / CHANGES.html
index 9a60a44bf30f79ae7714097161e40d57a8b8af50..e8436a4860419a6bd7767e0f1984a2618a085f27 100644 (file)
@@ -55,9 +55,179 @@ 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 3.1</h2>
+<h2>Changes up to version 4.3</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>
+
+        <p>&ldquo;Select all&rdquo; is now no longer available in the choose
+        tab.  Instead there is a new &ldquo;Select children&rdquo; option which
+        selects the file children of a single subdirectory.</p>
+
+      </div>
+
+    <h3>Server</h3>
+
+      <div class=section>
+
+        <p>The selection bias for newly added tracks was reduced by half.  You
+        can put it back to the old very neophilic value with
+        &ldquo;<tt>new_bias 900000</tt>&rdquo; in the config file.</p>
+
+      </div>
+
+    <h3>General</h3>
+
+      <div class=section>
+
+        <p>DisOrder is now licensed under <a
+         href="http://www.gnu.org/licenses/gpl-3.0.html">GPL v3</a>.  The main
+        goal is to prohibit <a
+         href="http://en.wikipedia.org/wiki/Tivoization">Tivoization</a>.</p>
+
+        <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>
+
+<div class=section>
+
+  <p>Disobedience's &ldquo;Login&rdquo; window now works when you are logged
+  in.</p>
+  
+</div>
+
+<h2>Changes up to version 4.1</h2>
+
+<div class=section>
+
+  <h3>Disobedience</h3>
+  
+    <div class=section>
+  
+      <p>Disobedience has been largely rewritten:</p>
+
+      <ul>
+        
+        <li>All the tabs now use native GTK+ list/tree widgets, resulting in
+        greater speed in some cases and more consistency with other GTK+
+        applications.</li>
+
+        <li>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.</li>
+
+        <li>The choose tab now shows track lengths.</li>
+    
+        <li>Many buttons are now more reliably made insensitive when they can't
+        be used.</li>
+
+        <li>You can now play tracks off the recent tab.</li>
+        
+      </ul>
+      
+      <p>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.</p>
+
+    </div>
+     
+  <h3>Server</h3>
+  
+    <div class=section>
+
+      <p>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).</p>
+      
+    </div>
+</div>
+
+<h2>Changes up to version 4.0.2</h2>
+
+<div class=section>
+
+  <p>Corrected web browser linked from Disobedience.</p>
+  
+</div>
+
+<h2>Changes up to version 4.0.1</h2>
+
+<div class=section>
+
+  <p>Libtool and Automake now install the CGI correctly.  As part of this,
+  <tt>cgidir</tt> has been renamed to <tt>cgiexecdir</tt>.  The configure
+  script will report an error if you try to use the old name.</p>
+  
+</div>
+
+<h2>Changes up to version 4.0</h2>
 
 <div class=section>
 
@@ -126,6 +296,15 @@ span.command {
   is possible to define macros to avoid repetition, and the documentation is
   less monolithic (see disorder.cgi(8) as a starting point).</p>
 
+  <p>Mail is now sent via the system sendmail program, though it remains
+  possible to use TCP to connect to an SMTP server.  See <tt>sendmail</tt> and
+  <tt>smtp_server</tt> in disorder_config(5).</p>
+
+  <p>The web interface is now installed automatically.  If you don't want it,
+  use <tt>./configure --without-cgi</tt>.  If you want it in a non-default
+  location, or no location for it is detected, set <tt>cgidir</tt>
+  and <tt>httpdir</tt> on the <tt>./configure</tt> command line.</p>
+  
 </div>
 
 </div>
@@ -293,5 +472,6 @@ span.command {
 <!--
 Local Variables:
 fill-column:79
+indent-tabs-mode:nil
 End:
 -->