]> kaliko git repositories - mpd-sima.git/blob - doc/Changelog
d5106edc05965989b85d11232579d02bb126513d
[mpd-sima.git] / doc / Changelog
1 MPD_sima v0.15.0
2
3  * Remove EchoNest support (Closes #10)
4  * Enhanced queuing behavior in random mode (Closes #16)
5  * Add option to prevent single & repeat mode to disable queuing (Closes #19)
6  * Honor MPC password/host format on command line option 'host'
7  * Fixed fuzzy search for short artist names
8
9 -- kaliko jack <kaliko@azylum.org> UNRELEASED
10
11 MPD_sima v0.14.4
12
13  * Fixed blacklisting for Random plugin (Closes #14)
14  * Fixed sensible flavour of random plugin, thanks dnmx (Closes #15)
15
16 -- kaliko jack <kaliko@azylum.org> Thu, 24 Aug 2017 11:46:14 +0200
17
18
19 MPD_sima v0.14.3
20
21  * This release in only intended to get rid of 0.14.2 source tarball.
22    Source tar ball for v0.14.2 was badly generated. Release 0.14.2 and 0.14.3
23    are actually the same source code, only generated tar were affected.
24    Sorry for the inconvenience.
25
26 -- kaliko jack <kaliko@azylum.org> Sun, 12 Feb 2017 15:49:03 +0100
27
28
29 MPD_sima v0.14.2
30
31  * Fixed MPD client cache (filters empty strings)
32  * Fixed Track object to work with MPD >= 0.20 (Closes #12)
33  * Fixed python virtualenv installer
34
35 -- kaliko jack <kaliko@azylum.org> Sat, 11 Feb 2017 13:04:27 +0100
36
37
38 MPD_sima v0.14.1
39
40  * Prevent adding empty track to history (Closes #5)
41  * Fixed false warning about wrong MBID format (Closes #6)
42
43 -- kaliko jack <kaliko@azylum.org> Sat, 02 Jan 2016 16:03:39 +0100
44
45
46 MPD_sima v0.14.0
47
48  * Add option to generate config on stdout
49  * Add priority feature for plugins
50  * More robust MPD client
51  * Fixed top track mode
52  * Fixed default conf file name (back to mpd_sima.cfg)
53  * Fixed http cache for lastFM
54  * Cleanup code (removed users similarities)
55  * Make "var-dir" option default name instead of "var_dir"
56  * Honor HTTP_PROXY env. var. (need requests >2.4.0)
57
58 -- kaliko jack <kaliko@azylum.org> Sat, 17 Oct 2015 10:48:41 +0200
59
60
61 MPD_sima v0.13.0
62
63  * Use of MusicBrainzIdentifier by default
64    Please consider tagging your library with these metadata
65  * New virtualenv installer in pure python
66
67 -- kaliko jack <kaliko@azylum.org>  Wed, 28 Jan 2015 12:20:49 +0100
68
69
70 MPD_sima v0.12.3
71
72  * Use albumartist to fetch similar artists
73  * Fixed some bugs managing tags
74
75 -- kaliko jack <kaliko@azylum.org>  Sat, 06 Dec 2014 16:42:15 +0100
76
77
78 MPD_sima v0.12.2
79
80  * Add some randomness to track selection
81  * Do not queue artists already queued (regression)
82  * Some refactoring in http client
83
84 -- kaliko jack <kaliko@azylum.org>  Tue, 01 Jul 2014 21:47:56 +0200
85
86
87 MPD_sima v0.12.1
88
89  * Fixed SIGHUP error, need python-musicpd >= 0.4.1
90  * Add core plugin to detect multiple MPD_sima instance on the same MPD host
91  * Fixed startup robustness
92  * Removed timestamp in console logging
93
94 -- kaliko jack <kaliko@azylum.org>  Sat, 21 Jun 2014 14:02:17 +0200
95
96
97 MPD_sima v0.12.0
98
99  * Major refactoring
100  * Add a setup.py, got rid of the Makefile.
101  * Switched to Python3 (>=3.2)
102  * Depends on requests (http client)
103  * Depends on python-musicpd (py3k port of python-mpd)
104    configuration file change
105    internal database remains the same
106  * Temporarily removed userdb feature
107  * Base artist for similarity is the last track queued
108  * Persistent http caching
109
110 -- kaliko jack <kaliko@azylum.org> Mon, 16 Jun 2014 10:37:14 +0200
111
112
113 MPD_sima v0.11.0
114
115  * straight forward py3k conversion from v0.10.0
116
117 -- kaliko jack <kaliko@azylum.org> UNRELEASED
118
119
120 MPD_sima v0.10.0
121
122  * Improved album detection (especially multi-artists album)
123  * Controls conf file is readable at startup
124  * Complete rewrite of MPD client
125
126 -- kaliko jack <kaliko@azylum.org>  Wed, 26 Sep 2012 18:56:57 +0200
127
128
129 MPD_sima v0.9.2
130
131  * Fixed Makefile, thanks Artur Frysiak (fixes #2849 #2848)
132
133 -- kaliko jack <kaliko@azylum.org>  Sun, 26 Feb 2012 22:06:27 +0100
134
135
136 MPD_sima v0.9.1
137
138  * Fixed an issue in idle implementation
139
140 -- kaliko jack <kaliko@azylum.org>  Fri, 24 Feb 2012 12:04:39 +0100
141
142
143 MPD_sima v0.9.0
144
145  * New CLI option --create-db
146  * Option main_loop_time removed, use of idle makes it useless
147  * New config file option "dynamic" (fixes #2593)
148
149  Refactoring:
150  * Start player abstraction, new MPD class (fixes #2418)
151  * Use idle MPD command, needs python-mpd >= 0.3
152
153  Bugs fix:
154  * PID file creation now respects system umask (fixes #2368)
155  * Avoid to queue twice the same album (fixes #2595)
156  * Empty password does not trigger auth attempt (fixes #2543)
157  * Fixed --var_dir option, thanks Artur Frysiak (fixes #2796)
158
159  Minor changes:
160  * Improved execution time in tracks history look up mainly.
161  * Switch to python-daemon 0.4
162
163 -- kaliko jack <kaliko@azylum.org>  Fri, 10 Feb 2012 11:31:57 +0100
164
165
166 MPD_sima v0.8.0
167
168  * New CLI option "--daemon" to run as a daemon
169
170  * Abandoned compatibility with python 2.5 (urllib2.urlopen timeout)
171  * Add daemon cli option to daemonize the process (closes #616)
172  * Add a Makefile (install, uninstall targets) following GNU standards.
173  * Refactored queue_mode method, thanks MsieurHappy ;)
174  * Moved Track class to separate file.
175  * Reduce memory footprint (better simafm cache handling).
176
177  * Fixed a bug in database management, cleaning database performs better
178
179 -- kaliko jack <kaliko@azylum.org>  Sun, 08 May 2011 14:06:22 +0200
180
181
182 MPD_sima v0.7.2
183
184   * Fixes a bug introduced fixing #2113, history was no longer honored!
185
186 -- kaliko jack <kaliko@azylum.org>  Sun, 30 Jan 2011 10:54:53 +0100
187
188
189 MPD_sima v0.7.1
190
191  * Add Makefile from 0.8 dev branch
192  * Fixes #2113
193  * Fixes #2091
194
195 -- kaliko jack <kaliko@azylum.org>  Sat, 22 Jan 2011 09:17:18 +0100
196
197
198 MPD_sima v0.7.0
199
200  * Stall queueing when MPD is in "single" or "repeat" mode (closes #1607)
201  * No longer need to restart MPD_sima when MPD database has been updated, it
202    was necessary to have new entries to appear in MPD_sima (closes #1719).
203  * New database version, upgraded at first start (back up done in sima.db.0.6)
204  * Uses SQLite for history. Play history always saved, not anymore optional.
205  * simadb_cli uses MPD_HOST/MPD_PORT environment variables
206  
207  * New mpd_sima CLI option --var_dir to change default ${XDG_DATA_HOME}
208    Allows to launch the script as a "system service" (closes #1738)
209  
210  Bugs:
211  * Autoqueue not anymore stall when started without internet access (closes
212    #1568 and #1695)
213  * Fixed a bug with MPD_(HOST|PORT), env. var. only used when no host/port are
214    set in the config file.
215  
216  Configuration file changes:
217  * New "history_duration" option
218  * Remove "history" & "history_length" options, replace by "history_duration"
219  * New "queue" option
220  * Remove "top_tracks" option, now use "queue" option with "top" value.
221  * New consume option (closes #1576)
222  * New queue mode "album" (closes #1008)
223  * New option "album_to_queue" to set how many albums to queue
224  * New option "single_album" allowing to force queuing track from different
225    albums, for instance it'll avoid to end up playing a whole OST.
226
227  (cf. <doc/examples/all_settings.cfg> for all options available)
228
229 -- kaliko jack <kaliko@azylum.org>  Sat, 18 Dec 2010 12:11:12 +0100
230
231
232 MPD_sima v0.6.0
233
234  * Use of SQLite (closes #838)
235  * [simadb_cli] new command line interface to edit sima.db (SQLite database)
236  * [mpd_sima.py] New command line option to load a specific configuration file
237  * Removed pyscrobbler module, now uses SimaFM (closes #741)
238  * Cache is no longer managed as it was (because of SimaFM), it isn't
239    possible to save it (advanced "cache" option removed).
240    last.fm request caching is still enabled though.
241    Saving last.fm request to file is milestoned 0.6.1
242  * Create documentation (docbook -> {troff,pdf,(x)html})
243  * Convert to unicode all utf-8/legacy code (closes #839)
244  * Re-Licenced the code under GNU GPL.
245
246 -- kaliko jack <kaliko@azylum.org>  Mon, 10 May 2010 19:40:10 +0200
247
248
249 MPD_sima v0.5.2
250
251  * New fuzzy string matching dedicated to artist names (closes #686)
252  * uses optparse instead of getopt (closes #834)
253  * now sets options with built-in default, then configuration file and finally
254    command line.
255  * Fixes the “deprecated 'md5'” warning in audioscrobbler.py with patch
256    provided in bug report #11 (closes #1144) –  cf. pyscrobbler online:
257    http://code.google.com/p/pyscrobbler
258
259 -- kaliko jack <kaliko@azylum.org>  Tue, 16 Mar 2010 14:01:22 +0100
260
261
262 MPD_sima v0.5.1
263
264  * No longer uses/writes a default conf file in ~/.config/mpd_sima (or XDG
265    default), MPD_HOST is used if no conf file is present.
266  * replace exhaustive loops by generator
267  * clean up
268
269 -- kaliko jack <kaliko@azylum.org>  Thu, 26 Nov 2009 10:13:08 +0100
270
271
272 MPD_sima v0.5.0
273
274  * Add option to play only most popular songs from an artist (closes #739).
275  * Now prefer non played over already played artist is possible (closes #774)
276  * Use of %-age of similarity to get the list of similar (closes #740).
277  * nearly all Unicode (closes #742).
278  * Using dequeu object => ** New history/cache/user_db formats. **
279  * Heavy refactoring, new Track object.
280  * Improved fuzzy search for artists in MPD library (using difflib/levenshtein)
281  * Log to file within python script (closes #815), add --log=<file> option.
282  * Removed bashism & improved portability in shell launcher, thanks ksh@vim-fr ;)
283
284 -- kaliko jack <kaliko@azylum.org>  Sun, 25 Oct 2009 12:02:02 +0100
285
286
287 MPD_sima v0.4.0
288
289  * Add option to play only most popular songs from an artist
290  * Better list of similar artists thanks to %-age of similarity… hopefully
291  * Unicode !!!!
292
293 -- kaliko jack Unreleased / abandoned dev branch
294
295
296 MPD_sima v0.3.0
297
298  * New bash wrapper launch.sh to execute the script
299  * User's database for similar artists through a new conf file user_db_cfg.
300    Refer to examples for syntax.
301  * check playlist queue to add tracks, not only history.
302  * Rename history to history.pkl
303  * add new command line options, help and version.
304  * now look for MPD_HOST MPD_PORT env variable to create default conf file
305  * run main loop even if the same track is playing, hence MPD_sima will keep
306    adding new tracks even if the same track is still playing and stops only if
307    the target is reached (ie. queue_length)
308
309 -- kaliko jack <kaliko@azylum.org>  Tue, 28 Jul 2009 18:10:09 +0200
310
311
312 MPD_sima v0.2.0
313
314  * WARNING: Moved to python-mpd instead of python-mpdclient2
315  * Add cache for last.fm request
316  * Possibility to save cache to file (new option in mpd_sima.cfg)
317  * new src directory layout
318  * Improved log output formatting
319  * Imroved code & removed old unused method
320  * Controls availability of commands right after conn/auth
321  * New pyscroobler version (revision 5), fix bug with slash in names.
322
323 -- kaliko jack <kaliko@azylum.org>  Fri, 12 Jun 2009 18:10:47 +0200
324
325
326 MPD_sima v0.1.1 (first upgrade)
327
328   * HEAVY refactoring to improve coding style (thanks pylint).
329   * intercept audioScrobbler server connexion errors (no longer stops
330     mpd_sima). Issue/bug reported:
331     http://code.google.com/p/pyscrobbler/issues/detail?id=7
332   * now cath SIGTERM signal along with SIGINT (keyborad interupt)
333   * save history to file (new option in mpd_sima.cfg)
334   * add --pid option to python script
335   * correct launch.sh accordingly
336   * new date format for the log
337
338 -- kaliko jack <kaliko@azylum.org>  Thu, 04 Jun 2009 20:35:25 +0200
339
340
341 MPD_sima v0.1.0 (first stable release)
342
343   * First quasi stable release (my first python code…)
344
345 -- kaliko jack <kaliko@azylum.org>  Thu, 28 May 2009 20:45:03 +0200
346
347 # vim: fileencoding=utf-8
348 # -*- coding: utf-8 -*-