0.12.1
laramies/theHarvester0.12.1Dec 21, 2024by github-actions[bot]
AI Summary
Primarily a maintenance release addressing Docker compatibility issues and dependency management. It fixes locale data copying into Docker images and replaces the `yaml` dependency with `toml`.
Key Highlights
- Fixed locale data not copied into Docker image
- Replaced `yaml` dependency with `toml`
New Features
- Docker locale fix
- Dependency migration (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