Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Latest commit

 

History

History
78 lines (60 loc) · 1.43 KB

CHANGELOG.rst

File metadata and controls

78 lines (60 loc) · 1.43 KB

Changelog

2.0.0

  1. Simplify API to use primary keys.
  2. Stabilize on Jmbo 2.0.0.

2.0.0a1

  1. Update tests.
  2. Django 1.6 compatibility.
  3. Up minimum jmbo to 2.0.0.

0.2.10

  1. Expand API to include Track Contributor.

0.2.9

  1. Expand the API.

0.2.8

  1. Implement an API.

0.2.7

  1. Fix tests.
  2. Fix possible recursion error when saving a track.

0.2.6

  1. Add South dependency on jmbo.

0.2.5

  1. Clean up tests.
  2. Defensive code to handle tracks wih the same title in scraper.

0.2.4

  1. Reinstate last.fm scraping. Scrapers can now be chained.

0.2.3

  1. __unicode__ for track now includes primary contributor.

0.2.2

  1. Add index on last_played field.

0.2.1

  1. Compromise on a foreign key being null so South migration works on legacy database.

0.2

  1. Refactor credit options to work in a multilingual environment. Existing credit options will be lost but at worst existing UI will have a blank space.
  2. Track feed management command framework created. Includes a demo track feed track_feed_example.
  3. Pull artist, track and album info from Wikipedia.

0.1.2

  1. Friendlier urls to detail pages.

0.1.1

  1. Rename get_primary_contributers method to be primary_contributors_permitted property to adhere to Jmbo convention.

0.1

  1. Introduce a dependency on jmbo-gallery, thus implicitly on jmbo-foundry.

0.0.7

  1. Better packaging.