From 96acbc127b6cc327bdc9dababa8a2fd6ccf3b3bd Mon Sep 17 00:00:00 2001 From: cottongin Date: Tue, 25 Feb 2025 00:04:31 -0800 Subject: [PATCH] Release version 1.2.0 --- CHANGELOG.md | 22 +++++++++++++++++++++- VERSION | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c4d919..522814b 100644 --- a/CHANGELOG.md +++ b/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 \ No newline at end of file diff --git a/VERSION b/VERSION index 9084fa2..26aaba0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0