0.12.1

nazdridoy/kokoro-tts0.12.1Dec 21, 2024by github-actions[bot]

AI Summary

A maintenance release that fixes translation issues in Docker environments and replaces the problematic `yaml` dependency with `toml`.

Key Highlights

  • Locale data now correctly copied into Docker image
  • Replaced `yaml` dependency with `toml` for better platform compatibility

Full Release Notes

# Highlights

This maintenance release of Trippy fixes a bug which prevented translations from working in Docker and also divests all internal use of `yaml` dependencies which were problematic to maintain on some platforms (thanks to @nc7s).

See the main [0.12.0](https://github.com/fujiapple852/trippy/releases/tag/0.12.0) release note.

## Changelog

### Fixed

- Locale data not copied into docker image ([#1431](https://github.com/fujiapple852/trippy/issues/1431))

### Changed

- Replace use of `yaml` with `toml` dependency ([#1416](https://github.com/fujiapple852/trippy/issues/1416))

## New Contributors
* @nc7s made their first contribution in https://github.com/fujiapple852/trippy/pull/1424

See [CHANGELOG.md](https://github.com/fujiapple852/trippy/blob/master/CHANGELOG.md) for details.

**Full Changelog**: https://github.com/fujiapple852/trippy/compare/0.12.0...0.12.1