diff --git a/client/index.html b/client/index.html index 549c5cb..002014f 100644 --- a/client/index.html +++ b/client/index.html @@ -63,6 +63,10 @@

M: Mute/unmute yourself

Shift+M: Toggle stereo/mono output

! (Shift+1): Toggle loopback monitor

+

1: Toggle voice layer

+

2: Toggle item sounds layer

+

3: Toggle media layer

+

4: Toggle world layer (other users)

E: Select voice effect

Dash or Equals: Lower/raise active effect value

diff --git a/client/public/changelog.json b/client/public/changelog.json index 12b1ac7..34f5be8 100644 --- a/client/public/changelog.json +++ b/client/public/changelog.json @@ -3,6 +3,8 @@ { "date": "February 21, 2026", "items": [ + "Added audio layers to toggle voice, item sounds, media, and world (other users).", + "Added new item type clock.", "Changed the E effect key to open a menu list for choosing effects.", "Moved chat key from apostrophe to slash.", "Added simple first-letter navigation for menus and lists.",