v0.3.1
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
andinitialYshift
parameters to Live2D configurations inmodel_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
Full Changelog: v0.2.5...v0.3.1