Releases: stg-annon/stashapi
Releases · stg-annon/stashapi
v0.1.3
What's Changed
- Fix: KeyError blocking 401 response handling by @gwhiteside in #32
New Contributors
- @gwhiteside made their first contribution in #32
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Add image scraper support by @NotMyMainUser in #30
- add missing create_missing_performer and urls from list_scrapers by @NotMyMainUser in #31
New Contributors
- @NotMyMainUser made their first contribution in #30
Full Changelog: v0.1.0...v0.1.1
init new project
Project Restructure (#26) * Restructure project, add tests and codecov, include build (#23) * chore: restructure project files * chore: reformat all source files * chore: add formatting commit to ignore file * chore: configure project * feat: add tests for log.py * chore: cleanup log.py and add type annotations * doc: add README contents from stashapp-tools * feat: test other python versions, modify build params * feat: add build and publish workfloat * fix: use correct key in publish.yaml (#24) * add branch input for publish workflow --------- Co-authored-by: dunngitter <84608106+dunngitter@users.noreply.github.com>