From 0dd77a73df1e0e268e1310e6c9f2a0aeb0494dbe Mon Sep 17 00:00:00 2001 From: cottongin Date: Tue, 25 Feb 2025 05:41:23 -0800 Subject: [PATCH] Bump version to 1.2.2 --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++---- VERSION | 2 +- 2 files changed, 37 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 522814b..3ff4466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.2.0] - 2024-07-01 +## [1.2.2] - 2025-02-25 + +### Added +- Improved stream reconnection verification with log entries +- Enhanced metadata endpoint discovery with multiple URL patterns +- Expanded error handling and logging for metadata fetching + +### Changed +- Refactored stream monitoring for better stability +- Updated metadata parsing to handle varied source formats +- General project cleanup and housekeeping + +### Fixed +- Stream reconnection edge cases and timeout handling +- JSON metadata parsing reliability +- Various validations + + +## [1.2.1] - 2025-02-25 + +### Added +- Improved stream reconnection logic with automatic retry +- Enhanced metadata fetching with better error handling +- Expanded logging for better troubleshooting + +### Fixed +- Issue with metadata parsing for certain stream formats +- Stream monitoring stability improvements +- Connection timeout handling + +## [1.2.0] - 2025-02-25 ### Added - New admin commands: @@ -26,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the BotManager class to support the new terminal commands - Updated configuration example to include the new quiet_on_start option -## [1.0.1] - 2024-02-24 +## [1.0.1] - 2025-02-24 ### Added - Configurable logging levels via config.yaml @@ -64,7 +94,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - Added version information -## [1.0.0] - 2024-02-23 +## [1.0.0] - 2025-02-23 ### Added - Initial release @@ -75,7 +105,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Multi-bot support - Configuration via YAML files -[Unreleased]: https://code.cottongin.xyz/cottongin/Icecast-metadata-IRC-announcer/compare/v1.2.0...HEAD +[Unreleased]: https://code.cottongin.xyz/cottongin/Icecast-metadata-IRC-announcer/compare/v1.2.2...HEAD +[1.2.2]: https://code.cottongin.xyz/cottongin/Icecast-metadata-IRC-announcer/compare/v1.2.1...v1.2.2 +[1.2.1]: https://code.cottongin.xyz/cottongin/Icecast-metadata-IRC-announcer/compare/v1.2.0...v1.2.1 [1.2.0]: https://code.cottongin.xyz/cottongin/Icecast-metadata-IRC-announcer/compare/v1.0.1...v1.2.0 [1.0.1]: https://code.cottongin.xyz/cottongin/Icecast-metadata-IRC-announcer/compare/v1.0.0...v1.0.1 [1.0.0]: https://code.cottongin.xyz/cottongin/Icecast-metadata-IRC-announcer/releases/tag/v1.0.0 \ No newline at end of file diff --git a/VERSION b/VERSION index 26aaba0..23aa839 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +1.2.2