diff options
| author | Bobby <[email protected]> | 2024-11-06 09:42:25 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-06 09:42:25 -0500 |
| commit | d92fd2a29796c9c5d6ddeb9718bf6fcd6ee5958a (patch) | |
| tree | 81961cc995661448794669617f1ed439cbe84a3d /CHANGELOG.md | |
| parent | b605bf220859acd767533e0ab9436ced771bb8e2 (diff) | |
| parent | 716d6d9f4f2cd1a6872e463e9877203a259478a3 (diff) | |
| download | muse-master.tar.xz muse-master.zip | |
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c084e..b70f5ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.10.0] - 2024-11-04 +- New `/config set-reduce-vol-when-voice` command to automatically turn down the volume when people are speaking in the channel +- New `/config set-reduce-vol-when-voice-target` command to set the target volume percentage (0-100) when people are speaking in the channel +- Support for using only YouTube, spotify credentials are now optional. +- Dependency update (Additional downgrade for p-queue) + +## [2.9.5] - 2024-10-29 +- Dependency update +- Pull request #1040 merged (Used incorrect PR number, apoligies) + +## [2.9.4] - 2024-08-28 + +### Added +- An optional `page-size` to `/queue` command +- Add `default-queue-page-size` setting + ## [2.9.3] - 2024-08-19 ### Fixed @@ -338,7 +354,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial release -[unreleased]: https://github.com/codetheweb/muse/compare/v2.9.3...HEAD +[unreleased]: https://github.com/museofficial/muse/compare/v2.10.0...HEAD +[2.10.0]: https://github.com/museofficial/muse/compare/v2.9.5...v2.10.0 +[2.9.5]: https://github.com/museofficial/muse/compare/v2.9.4...v2.9.5 +[2.9.4]: https://github.com/codetheweb/muse/compare/v2.9.3...v2.9.4 [2.9.3]: https://github.com/codetheweb/muse/compare/v2.9.2...v2.9.3 [2.9.2]: https://github.com/codetheweb/muse/compare/v2.9.1...v2.9.2 [2.9.1]: https://github.com/codetheweb/muse/compare/v2.9.0...v2.9.1 |
