Skip to content

Releases: HAV0X1014/KF3summary

0.9

18 Sep 03:15
Compare
Choose a tag to compare

Makes the program run in a loop for consecutive summaries, switch to Gemini 1.5 flash due to API ratelimit restrictions with 1.5 pro, improve prompt overriding, add english names to summary text sent to AI, add instructions in a scenario of a first time run of the program, simplify and improve code quality, print error returned from Gemini if an error occurs, attempt to prevent Gemini from stopping generation due to harm category thresholds.

Overall a huge update and it should make the program much more worthwhile to use.

hotfix, fixed null pointer exception on non-character story summaries. JAR is fixed

0.7

14 May 00:48
41303fd
Compare
Choose a tag to compare
0.7

Supports all main, event, and character stories. Login stories are currently not supported.

0.6

12 May 23:11
704419b
Compare
Choose a tag to compare
0.6

This release moves the config to a JSON file, auto generates the output folders if they dont exist, adds prompt overriding, has file handling code improvements, and prepares for future updates.

0.5

11 May 01:02
ed18c4e
Compare
Choose a tag to compare
0.5

disabled splitting of stories (whole chapter at a time, full character story)
type "main" or the character ID of the story you want summarized
"simplified" code
(changed required java version from java 11 down to java 8)

0.2

24 Apr 21:15
60f448a
Compare
Choose a tag to compare
0.2

Updated to use Gemini 1.5
Summaries are still split for now, this might change in the future.

0.1

18 Apr 00:39
3f1568b
Compare
Choose a tag to compare
0.1

Initial release of the character story-only summarizer.