From 1408bd38218e889b93d82a6baa64715188cf9c16 Mon Sep 17 00:00:00 2001 Message-Id: <1408bd38218e889b93d82a6baa64715188cf9c16.1714808158.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 25 May 2008 12:54:07 +0100 Subject: [PATCH 1/1] update CHANGES Organization: Straylight/Edgeware From: Richard Kettlewell --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 2d6c87d..d484c58 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,13 @@ The 'gap' directive will no longer work. It could be restored if there is real demand. +*** Event Scheduling + +It is now possible to schedule events to occur in the future. Currently +the supported actions are playing a specific track, and changing a +global preference (thus allowing e.g. random play to be turned on or +off). See the schedule-* commands described in disorder(1). + *** Random Track Choice This has been completely rewritten to support new features: @@ -47,6 +54,7 @@ play as well as the local default sound device. ** Bugs Fixed #2 Search results should link to directories + #6 Schedule tracks for a particular time #10 Non-uniform track selection #11 Bias random selection to newly added tracks #16 Cookie expiry causes user to be silently logged out and not -- [mdw]