Update mic gain wording and add Feb 22 changelog entry
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"date": "February 22, 2026",
|
||||
"items": [
|
||||
"Added support for Dropbox links and HTTP streams for item sounds and radio stations.",
|
||||
"You will no longer repeatedly hit walls."
|
||||
"You will no longer repeatedly hit walls.",
|
||||
"Added user volume control and calibration."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
},
|
||||
{
|
||||
"keys": "V",
|
||||
"description": "Set volume"
|
||||
"description": "Set microphone gain"
|
||||
},
|
||||
{
|
||||
"keys": "Shift+V",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Maintainer-controlled web client version.
|
||||
// Format: YYYY.MM.DD Rn (example: 2026.02.20 R2)
|
||||
window.CHGRID_WEB_VERSION = "2026.02.22 R154";
|
||||
window.CHGRID_WEB_VERSION = "2026.02.22 R155";
|
||||
// Optional display timezone for timestamps. Falls back to America/Detroit if unset/invalid.
|
||||
window.CHGRID_TIME_ZONE = "America/Detroit";
|
||||
|
||||
Reference in New Issue
Block a user