Releases: wendytg/ao3_api
Releases · wendytg/ao3_api
AO3 API v2.3.1
In hindsight, this possibly should have been a minor version instead of a patch version, but live and learn!
What's Changed
- Added ability to filter by crossover status by @pandapixeluser in #74
- Add recommended status to returned bookmarks by @williln in #80
- Fix for search.update() method for more than 1000 results by @nvl-github in #93
- Username capitalization by @encars28 in #90
- Add excluded_tags by @EtchJetty in #83
- Update contact info by @wendytg in #107
- Updated configuration info by @wendytg in #108
New Contributors
- @pandapixeluser made their first contribution in #74
- @williln made their first contribution in #80
- @nvl-github made their first contribution in #93
- @encars28 made their first contribution in #90
- @EtchJetty made their first contribution in #83
- @wendytg made their first contribution in #107
Full Changelog: v2.3.0...v2.3.1
AO3 API v2.3.0
Changes:
- Fixed
Work.get_bookmarks()
- Added support for getting which collections a work belongs to and to add a work to one or many collections
AO3 API v2.2.1
Changes:
- Bug fixes
- Added more search options
- Added ability to comment or bookmark under a chosen pseud
AO3 API v2.2.0
Changes:
- You can now create and delete bookmarks using
Work.bookmark()
andWork.delete_bookmark()
(and the same applies to series objects)
AO3 API v2.1.2
This version adds some bug fixes
AO3 API v2.1.1
Changes:
- Lots of bugfixes
- Added revised_at option to search
- Added
words
andid
to metadata - Added number of comments to Work metadata
AO3 API v2.1.0
AO3 API v2.0.8
Changes:
- Bug fixes
- Added the
restricted
,expected_chapters
, andcomplete
properties to AO3.Work
AO3 API v2.0.7
Release info:
- Added AO3.Work.metadata
- Improved AO3.Work.get_chapter_text()
- Improved AO3.Work.date_updated
- Fixed bugs
AO3 API v2.0.6
Release info:
- Fixed bugs regarding work authors
- Added support for getting your history as a logged-in user
- Added more search options