Commit graph

28 commits

Author SHA1 Message Date
hugovk 94e8e6f7ad Release 1.4.0 2015-09-05 10:09:19 +03:00
hugovk 2faaf13bfa Release 1.3.0 2015-08-03 20:37:42 +03:00
Hugo van Kemenade fc206891af Merge pull request #137 from hugovk/brtkrbzhnv-develop
Support for User.GetPersonalTags
2015-07-24 12:16:00 +03:00
hugovk 6264b4fecc get_tagged_tracks: Use cacheable param 2015-07-24 11:26:36 +03:00
hugovk 3240a54e32 flake8 2015-07-24 11:01:34 +03:00
José Neto 2aaddbd81b pep8 compliance 2015-07-09 16:56:09 -03:00
José Neto db9bc4f216 Add suppport for track.getCorrection 2015-07-01 17:00:48 -03:00
José Neto 71d59a17ca Add suppport for artist.getCorrection 2015-07-01 16:57:44 -03:00
brtkrbzhnv 51b0f3b11a Fixed broken comment 2015-06-28 11:17:13 +02:00
brtkrbzhnv aa5f00bbd6 User.GetPersonalTags bug fix
get_tagged_tracks crashed
2015-06-27 00:11:40 +02:00
brtkrbzhnv 4379e28c19 Fixed broken comment 2015-06-26 01:35:51 +02:00
brtkrbzhnv 658ed7a102 Cleanup of User.GetPersonalTags stuff 2015-06-25 21:57:33 +02:00
brtkrbzhnv c8f8b60ec7 Support for User.GetPersonalTags
Added functions User.get_tagged_albums, ..._tracks and ..._artists to
support User.GetPersonalTags.
2015-06-25 21:43:12 +02:00
hugovk b47c5e587d Release 1.2.1 2015-05-07 10:20:53 +03:00
hugovk 23223d1fe8 Release 1.2.0 2015-05-07 09:35:35 +03:00
hugovk 615bccb227 Remove artist.getImages and depracation note 2015-04-27 21:41:16 +03:00
hugovk 5dcf8a2f70 Remove commented function 2015-04-27 21:21:20 +03:00
hugovk 926c01a97e Don't compare with limit if limit is None. Fixes #124. 2015-04-26 20:11:49 +03:00
hugovk 4597514317 2015 2015-04-12 19:55:48 +03:00
hugovk f13c94abe8 Don't redefine built-in 2015-04-12 19:39:19 +03:00
hugovk a6f209a3f9 Remove unused argument 2015-04-12 19:37:53 +03:00
hugovk 4f2871f504 pep8 fixes 2015-04-12 15:54:45 +03:00
hugovk a9340e73f0 Release 1.1.0 2015-01-11 16:42:53 +02:00
Ivan Malison de31fc33f6 fix base object hasing. Closes #120 . 2015-01-08 16:07:43 -08:00
Ivan Malison 3f9137a700 Version bump, fix setup.py, which was previously broken because excludes
was not a tuple, so each character was being excluded and thus pylast
the package was being excluded.
2015-01-08 16:07:42 -08:00
Ivan Malison df75cf2aa2 Fix UnicodeDecodeError from #114. Replace definitions of _unicode and
_string. Add six as a dependeny. Fix clonedigger script.
2015-01-08 16:07:42 -08:00
Ivan Malison c2b03afe55 Don't encode strings as 'utf-8' twice in _get_cache_key. Closes #109. 2015-01-07 09:13:29 -08:00
Ivan Malison 387220c1d6 Make pylast a package. Move tests into a directory. Start using pytest
and tox. Use setuptools instead of distutils.
2015-01-07 09:13:28 -08:00