Bump version to 1.2.2
This commit is contained in:
parent
39fd70cba5
commit
d7946dcf07
40
CHANGELOG.md
40
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
|
||||
Loading…
x
Reference in New Issue
Block a user