Skip to content

Releases: G1org1owo/jszuru

jszuru v0.5.0

13 Jan 00:51
Compare
Choose a tag to compare

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() and SzurubooruAPI::listTagSiblings()
  • d3516a2 and 011815a: Add SzurubooruAPI::mergePosts() and SzurubooruAPI::getAroundPost()
  • f2a1822: Implement SzurubooruAPI::getFeaturedPost(), SzurubooruAPI::setFeaturedPost(), SzurubooruPost::setRating() and SzurubooruPost::setFavorite()
  • 40c8681 and 6fbfa83: Change SzurubooruPost safety type from String to PostSafety
  • 78cc8b7: Fix data url malformation on windows
  • b9e3fe2: Add missing baseUrl handling in builder

New Contributors

jszuru v0.4.0

20 Mar 20:26
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.4.0

  • 4b8e5eb Added pool support
  • 9efeff4 Added pool category support
  • 1d84ee9 Fixed StackOverflowError caused by recursive call to getInstanceUrlParts()

jszuru v0.3.0

19 Mar 21:00
Compare
Choose a tag to compare

Full Changelog: v0.2.3...v0.3.0

jszuru v0.2.3

19 Mar 16:33
Compare
Choose a tag to compare

Full Changelog: https://github.com/G1org1owo/jszuru/commits/v0.2.0

  • 8fca183 Changed search methods return type: SzurubooruResource[] -> List<SzurubooruResource>
  • 5fc0981 Fixed search not using query parameter
  • a5b8c69 Set searchByImage() to use lazyLoadComponents as query fields if eagerLoad is set to false
  • e8d1f80 Fixed searchByImage() returning exact post twice or returning first element as null if no exact post was found

jszuru v0.1.0

18 Mar 23:41
Compare
Choose a tag to compare

Base version of the java API, with most of the codebase being heavily based on pyszuru from sgsunder

Currently supports:

  • Creating, retrieving, and updating tags and posts
  • Image search

This release includes 2 different .jars:

  • jszuru-1.0-embedded.jar works as a standalone library since the dependencies have been included in the jar
  • jszuru-1.0-base.jar doesn't work without including the required dependencies