0.12.1

GargantuaX/gemini-watermark-remover0.12.1Dec 21, 2024by github-actions[bot]

AI Summary

Maintenance release addressing Docker locale data issues and replacing problematic yaml dependencies with toml for better platform compatibility.

Key Highlights

  • Fixed locale data not being copied into Docker images
  • Replaced yaml dependency with toml
  • Improved cross-platform compatibility
  • New contributor @nc7s

New Features

  • Docker locale data fixes
  • Dependency migration from yaml to toml

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