v1.4.2
chenglou/pretextv1.4.2Oct 25, 2024by leng-yue
AI Summary
This release primarily focuses on API improvements and Docker-related fixes. It includes enhancements to the WebUI with audio selection, improved API JSON format, and fixes for cache length and various Docker configurations.
Key Highlights
- Add Audio Select to WebUI
- Fix cache max_seq_len
- Api json format
- Enable more workers in `api.py`
- Fix dockerfile and dockerfile for `pyaudio`
New Features
- Add Audio Select to WebUI
- Api json format
- Enable more workers in `api.py`
- Fix dockerfile and dockerfile for `pyaudio`
- Fix broken `remove_parameterization` in firefly
Full Release Notes
## What's Changed * Add Audio Select to WebUI by @PoTaTo-Mika in https://github.com/fishaudio/fish-speech/pull/556 * Fix cache max_seq_len by @AnyaCoder in https://github.com/fishaudio/fish-speech/pull/568 * docs: Docker icon is missing in zh-cn README & ja README displays that it is in English & properer expression “简体中文” by @Octopus058 in https://github.com/fishaudio/fish-speech/pull/569 * docs: Corrected the wrong expressions of supported languages in README by @Octopus058 in https://github.com/fishaudio/fish-speech/pull/574 * Api json format by @AnyaCoder in https://github.com/fishaudio/fish-speech/pull/588 * Update v1.4 readmes & samples by @AnyaCoder in https://github.com/fishaudio/fish-speech/pull/592 * [chore] add docs for macos by @Tps-F in https://github.com/fishaudio/fish-speech/pull/544 * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/fishaudio/fish-speech/pull/599 * chore: typo fix on post_api by @bjwswang in https://github.com/fishaudio/fish-speech/pull/605 * feat: enable more workers in `api.py` by @AnyaCoder in https://github.com/fishaudio/fish-speech/pull/621 * Fix broken `remove_parameterization` in firefly by @med1844 in https://github.com/fishaudio/fish-speech/pull/620 * Fix dockerfile by @AnyaCoder in https://github.com/fishaudio/fish-speech/pull/622 * Fix dockerfile for `pyaudio` by @AnyaCoder in https://github.com/fishaudio/fish-speech/pull/623 * Update docs by @AnyaCoder in https://github.com/fishaudio/fish-speech/pull/626 * Fix backend by @AnyaCoder in https://github.com/fishaudio/fish-speech/pull/627 * Update docs by @AnyaCoder in https://github.com/fishaudio/fish-speech/pull/638 ## New Contributors * @Octopus058 made their first contribution in https://github.com/fishaudio/fish-speech/pull/569 * @bjwswang made their first contribution in https://github.com/fishaudio/fish-speech/pull/605 * @med1844 made their first contribution in https://github.com/fishaudio/fish-speech/pull/620 **Full Changelog**: https://github.com/fishaudio/fish-speech/compare/v1.4.1...v1.4.2