From 78a13b489a2db8be195ca6454316cec6c4e1c8d3 Mon Sep 17 00:00:00 2001 From: Jage9 Date: Sat, 21 Feb 2026 16:36:00 -0500 Subject: [PATCH] Update audio help keys and add latest changelog entries --- client/index.html | 4 ++++ client/public/changelog.json | 2 ++ 2 files changed, 6 insertions(+) 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.",