Full Changelog: v0.4.0...v0.5.0
What's Changed
- set JSON request body encoding to UTF-8 (it was ISO_8859_1 by default) by @D3DXInitPerDX in #1
- 942094f: Fix tag and pool merge
- 39eb722: Add
SzurubooruAPI::mergeTags()
andSzurubooruAPI::listTagSiblings()
- d3516a2 and 011815a: Add
SzurubooruAPI::mergePosts()
andSzurubooruAPI::getAroundPost()
- f2a1822: Implement
SzurubooruAPI::getFeaturedPost()
,SzurubooruAPI::setFeaturedPost()
,SzurubooruPost::setRating()
andSzurubooruPost::setFavorite()
- 40c8681 and 6fbfa83: Change
SzurubooruPost
safety type fromString
toPostSafety
- 78cc8b7: Fix data url malformation on windows
- b9e3fe2: Add missing baseUrl handling in builder
New Contributors
- @D3DXInitPerDX made their first contribution in #1