Releases: HanaokaYuzu/Gemini-API
v1.6.1
feat: when secure_1psid is not provided, loop through all local cached cookies instead of raising value error
ref #33
What's Changed
- build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 by @dependabot in #38
- build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 by @dependabot in #37
Full Changelog: v1.6.0...v1.6.1
v1.6.0
fix: image generation response structure
ref #34
What's Changed
- build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 by @dependabot in #29
- build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 by @dependabot in #32
- Update README.md by @gensichen in #35
New Contributors
- @gensichen made their first contribution in #35
Full Changelog: v1.5.3...v1.6.0
v1.5.3
feat: add debug log for invalid response
ref #28
What's Changed
- build(deps): bump actions/download-artifact from 4.1.0 to 4.1.7 by @dependabot in #24
- Update client.py by @foremtehan in #28
New Contributors
- @foremtehan made their first contribution in #28
Full Changelog: v1.5.2...v1.5.3
v1.5.2
v1.5.1
feat: use fallback text if generation result contains card content only
close #17
Full Changelog: v1.5.0...v1.5.1
v1.5.0
fix(client): fix a bug which causes client's running status not to be updated
fix(image): now save
method will return path string instead of the Path
object (as documented)
Full Changelog: v1.4.2...v1.5.0
v1.4.2
fix: return file path if GeneratedImage.save()
succeeds
Full Changelog: v1.4.1...v1.4.2
v1.4.1
feat: add support for pathlib.Path objects as generation input
Full Changelog: v1.4.0...v1.4.1
v1.4.0
feat: allow uploading multiple images in a single generation
Full Changelog: v1.3.0...v1.4.0
v1.3.0
fix: update web image parsing path
Full Changelog: v1.2.0...v1.3.0