summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog175
1 files changed, 175 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..fe3573c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,175 @@
+mpdtoys (0.24) unstable; urgency=low
+
+ * mprandomwalk: New toy to play random bits of all queued songs.
+ * mpinsert: Add -p option to begin playing inserted songs.
+ Closes: #608690
+
+ -- Joey Hess <joeyh@debian.org> Mon, 03 Jan 2011 13:49:13 -0400
+
+mpdtoys (0.23) unstable; urgency=low
+
+ * mplength: New toy to print length of current playlist.
+ * Updated to support change to how conntype is specified in
+ Audio::MPD 1.092950
+
+ -- Joey Hess <joeyh@debian.org> Sat, 06 Mar 2010 22:23:07 -0500
+
+mpdtoys (0.22) unstable; urgency=low
+
+ * mpswap, mpstore, etc: avoid crash when playing song time is not available.
+ Closes: 559182
+
+ -- Joey Hess <joeyh@debian.org> Wed, 02 Dec 2009 23:38:43 -0500
+
+mpdtoys (0.21) unstable; urgency=low
+
+ * mpinsert: Fix another utf-8 encoding problem. Closes: #549986
+ * mpinsert: Avoid printing uninitialized value warning when
+ it fails to add any songs and -n is used.
+
+ -- Joey Hess <joeyh@debian.org> Wed, 25 Nov 2009 06:43:25 -0500
+
+mpdtoys (0.20) unstable; urgency=low
+
+ * Work around bug #548305.
+
+ -- Joey Hess <joeyh@debian.org> Sun, 27 Sep 2009 22:14:06 -0400
+
+mpdtoys (0.19) unstable; urgency=low
+
+ * Factored out matching code from mprompt and vipl.
+ * mprompt: Enable fuzzy matching by default, if the String::Approx module
+ is available. The -f flag is deprecated.
+ * vipl: Also enable fuzzy matching by default.
+ * vipl: Fix inserting/preservation of streaming urls in the playlist.
+ * mprompt, vipl: If the entered value exactly matches a file in the
+ mpd collection, use it without doing further matching.
+ * mpinsert: Enable partial/whole album/artist/fuzzy matching using
+ same code used for mprompt and vipl.
+
+ -- Joey Hess <joeyh@debian.org> Tue, 22 Sep 2009 21:40:06 -0400
+
+mpdtoys (0.18) unstable; urgency=low
+
+ * mprompt: Configure getopt to not ignore case.
+
+ -- Joey Hess <joeyh@debian.org> Wed, 03 Jun 2009 17:52:32 -0400
+
+mpdtoys (0.17) unstable; urgency=low
+
+ * mprompt: Rename terse switch to -T, -t was already taken.
+
+ -- Joey Hess <joeyh@debian.org> Mon, 18 May 2009 18:31:48 -0400
+
+mpdtoys (0.16) unstable; urgency=low
+
+ * mpinsert: Don't insert multiple items in reverse order when
+ not playing.
+ * mpinsert: Only display number of first item added with -n.
+
+ -- Joey Hess <joeyh@debian.org> Sat, 09 May 2009 20:23:17 -0400
+
+mpdtoys (0.15) unstable; urgency=low
+
+ * mprompt: Add -t switch, enabling a terse output mode where the output
+ is intended to be piped to a speech synth such as esound.
+ * mpinsert: Add -n switch, which prints the playlist position of
+ added items. This is useful if you want to insert an item and then jump
+ to it.
+
+ -- Joey Hess <joeyh@debian.org> Sat, 09 May 2009 17:18:08 -0400
+
+mpdtoys (0.14) unstable; urgency=low
+
+ * mprompt: Add -f parameter that enables fuzzy matching of entered
+ search terms. (Needs String::Approx perl module.)
+
+ -- Joey Hess <joeyh@debian.org> Sat, 11 Apr 2009 14:23:34 -0400
+
+mpdtoys (0.13) unstable; urgency=low
+
+ * mprompt: Add -t parameter, to allow clearing partially entered
+ lines after a timeout.
+
+ -- Joey Hess <joeyh@debian.org> Thu, 09 Apr 2009 20:15:06 -0400
+
+mpdtoys (0.12) unstable; urgency=low
+
+ * mprompt: Support exit on EOF/ctrl-d.
+ * vipl, mprompt: Smarter searching, in particular:
+ - Remove duplicates from result list.
+ - Search for whole albums or artists before individual songs,
+ so that songs with the same name do not appear out of order.
+
+ -- Joey Hess <joeyh@debian.org> Mon, 02 Mar 2009 18:43:55 -0500
+
+mpdtoys (0.11) unstable; urgency=low
+
+ * mprompt: prompt-based mpd client, designed for headless machines
+
+ -- Joey Hess <joeyh@debian.org> Sat, 28 Feb 2009 19:35:18 -0500
+
+mpdtoys (0.10) unstable; urgency=low
+
+ * Fix some bad man page synopses. Closes: #515304
+
+ -- Joey Hess <joeyh@debian.org> Sun, 15 Feb 2009 13:35:39 -0500
+
+mpdtoys (0.9) unstable; urgency=low
+
+ * vipl: Fix handling of utf-8 in song info. Closes: #514119
+
+ -- Joey Hess <joeyh@debian.org> Wed, 04 Feb 2009 17:57:19 -0500
+
+mpdtoys (0.8) unstable; urgency=low
+
+ * vipl: New program, allows editing the mpd playlist in your text editor.
+ * Use debhelper v7; rules file minimisation.
+ * Use DESTDIR rather than DEST.
+
+ -- Joey Hess <joeyh@debian.org> Wed, 30 Apr 2008 02:04:49 -0400
+
+mpdtoys (0.7) unstable; urgency=low
+
+ * sats: Add -n option allowing to stop after more than one song has played.
+
+ -- Joey Hess <joeyh@debian.org> Wed, 30 Jan 2008 02:52:50 -0500
+
+mpdtoys (0.6) unstable; urgency=low
+
+ * mpswap: Fix handling when two hosts are specified on the command line.
+
+ -- Joey Hess <joeyh@debian.org> Sat, 19 Jan 2008 17:28:02 -0500
+
+mpdtoys (0.5) unstable; urgency=low
+
+ * mpskip: Fix mispaste in synopsis. Closes: #457553
+
+ -- Joey Hess <joeyh@debian.org> Sun, 23 Dec 2007 11:19:50 -0500
+
+mpdtoys (0.4) unstable; urgency=low
+
+ * mptoggle: Allow the playlists to use to be specified at the command line.
+
+ -- Joey Hess <joeyh@debian.org> Thu, 20 Dec 2007 15:39:06 -0500
+
+mpdtoys (0.3) unstable; urgency=low
+
+ * mpswap, mpcp, mpmv: Fix handling of only one host being specified on the
+ command line.
+
+ -- Joey Hess <joeyh@debian.org> Sat, 15 Dec 2007 00:03:48 -0500
+
+mpdtoys (0.2) unstable; urgency=low
+
+ * mpgenplaylists: Sort, don't rely on find order.
+ * mprev: Don't crash if the playlist is empty.
+ * Add mpinsert.
+
+ -- Joey Hess <joeyh@debian.org> Fri, 14 Dec 2007 23:39:54 -0500
+
+mpdtoys (0.1) unstable; urgency=low
+
+ * First release.
+
+ -- Joey Hess <joeyh@debian.org> Sat, 01 Dec 2007 16:51:04 -0500