Skip to content

v0.3.1

Compare
Choose a tag to compare
@t41372 t41372 released this 17 Nov 04:00
· 265 commits to main since this release
fc0e6c9

Release Notes - Version 0.3.1

Well yeah. I forgot to release the version v0.3.0.

In addition, I realized that I have always been doing the semantic versioning the wrong way, so from this release, we will do the semantic versioning the right way.

What's New

  • Added Fish TTS API
  • Add Claude API as LLM by @Y0oMu in #35
  • Add initialXshift and initialYshift parameters to Live2D configurations in model_dict.json. These two parameters allow us to change the initial position for the Live2D model.

Improvements

  • Improve the error message for edge-tts and other TTS.
  • Remove python-dotenv as a requirement because it's not used anywhere.
  • The upgrade script upgrade.py no longer has any dependency requirements.

Bug Fixes

  • gbk encoding fix now extends to the loading of model_dict.json.

New Contributors

  • @Y0oMu made their first contribution in #35

Full Changelog: v0.2.5...v0.3.1