All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Now uses the API introduced with Philomena
- Older derpibooru API calls
- Image class now has an
image_json
property to get to the underlying JSON field (image
still returnsrepresentations["full"]
but will change to the JSON value in a future version).
- Updated
Search
methods to useq=
params:faves
usesmy:faves
upvotes
usesmy:upvotes
uploads
usesmy:uploads
watched
usesmy:watched
- Encoding error in setup.py when running Python 2.7
- Added badges to README and other document changes
- Adopt tox for package install testing
- Use shared VERSION file.
- Add missing dependency on
deprecation
package. - Removed unknown
__version__
.
- Add support for the
updated_at
,first_seen_at
, andtag_count
sort options.
- Mark
Search
methods that appear to be no longer supported as deprecated:faves
uploads
upvotes
watched
- Add support for the
wilson
andwidth
sort options.