aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHazzajenko <[email protected]>2024-11-01 17:31:06 +1100
committerHazzajenko <[email protected]>2024-11-01 17:31:06 +1100
commitd6364ac2aa09aa8b8ac6a48e56682d7f19775846 (patch)
tree5c83a44239e792c490b9e3419d748634ae9092d1
parentaae98255b19e83ce78aaea389627dbae504910f8 (diff)
downloadmuse-d6364ac2aa09aa8b8ac6a48e56682d7f19775846.tar.xz
muse-d6364ac2aa09aa8b8ac6a48e56682d7f19775846.zip
Update CHANGELOG for version 2.9.5 release.
Updated env variables with discord commands.
-rw-r--r--CHANGELOG.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84bde24..b2ae2f7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,12 +5,14 @@ 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]
-## [2.9.5] - 2024-09-15
### Added
-- An optional `TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK` config to automatically turn
- down the volume when people are speaking in the channel
-- An optional `TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK_TARGET` config to set the target volume when people are speaking in the channel
+- 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)
## [2.9.4] - 2024-08-28