From b25bface6b1380f7741201d5c79824735a5dfbc7 Mon Sep 17 00:00:00 2001 From: mdb Date: Sun, 3 Mar 2002 06:21:19 +0000 Subject: [PATCH] Added NEWS file to report what's new for each release. git-svn-id: https://samskivert.googlecode.com/svn/trunk@623 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/robodj/NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 projects/robodj/NEWS diff --git a/projects/robodj/NEWS b/projects/robodj/NEWS new file mode 100644 index 00000000..1ff20e20 --- /dev/null +++ b/projects/robodj/NEWS @@ -0,0 +1,22 @@ +RoboDJ 1.2 (March 02, 2002) + + NEW FEATURES + + * (importer) Added support for adding ID3 tags to MP3 files after + they are encoded. + +RoboDJ 1.1 (February 22, 2002) + + NEW FEATURES + + * (chooser) Added support for removing an entire CD at at time + from the playlist browser. + + * (chooser) Added ability to search repository for entries where + album, artist or song title contains a text string. + +RoboDJ 1.0 (February 21, 2002) + + INITIAL RELEASE + +$Id: NEWS,v 1.1 2002/03/03 06:21:19 mdb Exp $