Skip to content

Releases: nullforce-public/DerPyBooru

Adding image_json for access to underlying JSON

04 Aug 11:14
Compare
Choose a tag to compare

Added

  • Image class now has an image_json property to get to the underlying JSON
    field (image still returns representations["full"] but will change to
    the JSON value in a future version).

Fixed

  • Updated Search methods to use q= params:
    • faves uses my:faves
    • upvotes uses my:upvotes
    • uploads uses my:uploads
    • watched uses my:watched

Fix setup.py for Python 2.7

04 May 18:36
Compare
Choose a tag to compare

Fixed

  • Encoding error in setup.py when running Python 2.7

Other

  • Added badges to README and other document changes
  • Adopt tox for package install testing

Use shared version

04 May 06:55
Compare
Choose a tag to compare

Fixed

  • Use shared VERSION file.

Bug Fix Patch

04 May 01:52
Compare
Choose a tag to compare

Fixed

  • Add missing dependency
  • Removed unknown version

Add support for more sort options

04 May 01:50
Compare
Choose a tag to compare

Features:

  • Add support for the updated_at, first_seen_at, and tag_count sort options.

Add support for wilson and width sorts

04 May 01:47
Compare
Choose a tag to compare

Features:

  • Add support for the wilson and width sorting options.

Based on joshua-stone/DerPyBooru at 0.7.3