Release version 1.2.0
This commit is contained in:
parent
d7af7baa61
commit
96acbc127b
22
CHANGELOG.md
22
CHANGELOG.md
@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.2.0] - 2024-07-01
|
||||
|
||||
### Added
|
||||
- New admin commands:
|
||||
- !quiet - Disable song announcements while continuing to monitor the stream
|
||||
- !unquiet - Re-enable song announcements
|
||||
- Terminal commands for controlling announcement behavior:
|
||||
- `quiet` - Disable song announcements via terminal
|
||||
- `unquiet` - Enable song announcements via terminal
|
||||
- Configuration option `quiet_on_start` to control whether the bot starts with announcements enabled or disabled
|
||||
- Background task to monitor for quiet/unquiet requests from terminal commands
|
||||
- Updated documentation in README.md with new commands
|
||||
- Updated usage information in install.sh
|
||||
|
||||
### Changed
|
||||
- Enhanced the RestartManager to handle quiet and unquiet commands
|
||||
- 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
|
||||
|
||||
### Added
|
||||
@ -56,6 +75,7 @@ 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.0.1...HEAD
|
||||
[Unreleased]: https://code.cottongin.xyz/cottongin/Icecast-metadata-IRC-announcer/compare/v1.2.0...HEAD
|
||||
[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