Skip to content

Releases: HanaokaYuzu/Gemini-API

v1.5.1

30 May 17:46
Compare
Choose a tag to compare

feat: use fallback text if generation result contains card content only

close #17

Full Changelog: v1.5.0...v1.5.1

v1.5.0

26 May 22:25
Compare
Choose a tag to compare

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

26 May 02:55
Compare
Choose a tag to compare

fix: return file path if GeneratedImage.save() succeeds

Full Changelog: v1.4.1...v1.4.2

v1.4.1

25 May 23:13
Compare
Choose a tag to compare

feat: add support for pathlib.Path objects as generation input

Full Changelog: v1.4.0...v1.4.1

v1.4.0

23 May 21:36
Compare
Choose a tag to compare

feat: allow uploading multiple images in a single generation

Full Changelog: v1.3.0...v1.4.0

v1.3.0

22 May 00:26
Compare
Choose a tag to compare

fix: update web image parsing path

Full Changelog: v1.2.0...v1.3.0

v1.2.0

28 Apr 09:01
Compare
Choose a tag to compare

fix: fix unexpected import error when browser-cookie3 is not installed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

05 Apr 03:32
Compare
Choose a tag to compare

test: add unit test for retrieving previous conversation

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

23 Mar 20:23
Compare
Choose a tag to compare

fix: catch exceptions raised by browser-cookie3 by default

(ref #10)

Full Changelog: v1.0.2...v1.1.0

v1.0.2

20 Mar 16:05
Compare
Choose a tag to compare

build: update minimum python version requirement to 3.10

Full Changelog: v1.0.1...v1.0.2