- Re-designed to support trakt 2.0 (note: this isn't a drop-in update - interfaces, objects and methods have changed to match the new API) - Support for OAuth and xAuth authentication methods - Simple configuration system
0.7.0
------------------
- "title" and "year" parameters are now optional on scrobble() and watching() methods - [movie] Added unseen() method - [show/episode] Added unseen() method
0.6.1
------------------
- Return None if an action fails validation (instead of raising an exception)
0.6.0
------------------
- Added Trakt.configure() method - Rebuild session on socket.gaierror (workaround for urllib error)
0.5.3
------------------
- Fixed bugs sending media actions - Renamed cancel_watching() to cancelwatching() - "title" and "year" parameters are now optional on media actions
0.5.2
------------------
- [movie] Added seen(), library() and unlibrary() methods - [movie] Implemented media mapping - [rate] Added shows(), episodes() and movies() methods - [show] Added unlibrary() method - [show/episode] Added library() and seen() methods