mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-06-27 09:12:43 +02:00
Merge branch 'master' into auto-turn-voice-down-when-people-speaks
This commit is contained in:
commit
4ec8a6d091
3 changed files with 187 additions and 109 deletions
|
@ -5,11 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- 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
|
||||
|
||||
|
||||
## [2.9.5] - 2024-10-29
|
||||
- Dependency update
|
||||
- Pull request #1040 merged (Used incorrect PR number, apoligies)
|
||||
|
@ -352,7 +351,8 @@ 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.4...HEAD
|
||||
[unreleased]: https://github.com/museofficial/muse/compare/v2.9.5...HEAD
|
||||
[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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue