File: changelog

package info (click to toggle)
mpdtoys 0.25.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 104 kB
  • sloc: perl: 844; sh: 58; makefile: 19
file content (206 lines) | stat: -rw-r--r-- 6,409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
mpdtoys (0.25.1) unstable; urgency=medium

  * QA upload.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure URI in Homepage field.

 -- Jelmer Vernooij <jelmer@debian.org>  Sat, 13 Feb 2021 03:59:26 +0000

mpdtoys (0.25.0) unstable; urgency=medium

  * QA upload.
  * debian/source/format: Explicitly use "3.0 (native)" format.
  * debian/copyright: Refresh information.
  * debian/control:
    + Bump Standards-Version to 4.4.1.
    + Bump debhelper compat to v12.
    + Update Vcs-* fields to use git packaging repo under Salsa
      Debian group.
  * mplength: Check whether variable is defined first.
    (Closes: #905378)

 -- Boyuan Yang <byang@debian.org>  Thu, 14 Nov 2019 16:39:04 -0500

mpdtoys (0.25) unstable; urgency=medium

  * Orphaned the Debian package.

 -- Joey Hess <joeyh@debian.org>  Fri, 07 Nov 2014 21:46:13 -0400

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