Refocus changelog on client-facing updates
This commit is contained in:
@@ -1,16 +1,25 @@
|
|||||||
{
|
{
|
||||||
"sections": [
|
"sections": [
|
||||||
|
{
|
||||||
|
"date": "February 21, 2026",
|
||||||
|
"items": [
|
||||||
|
"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.",
|
||||||
|
"Added Channel property for radio items (stereo, mono, left, right).",
|
||||||
|
"Added new wheel item type with configurable spaces and spin results.",
|
||||||
|
"Added and updated movement/teleport sounds."
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"date": "February 20, 2026",
|
"date": "February 20, 2026",
|
||||||
"items": [
|
"items": [
|
||||||
"Fixed reconnect failure paths so bad saved position or signaling errors do not leave connect stuck, and hardened websocket message parsing.",
|
"Added Shift+O inspector mode to read all item properties.",
|
||||||
"Unified voice effects under a shared effect model for users and radio stations, including loopback monitoring.",
|
"Added paste support for chat and text-entry fields.",
|
||||||
"Added global item use cooldown support on the server with per-item-type override capability.",
|
"Expanded punctuation announcements while editing text.",
|
||||||
"Added Shift+O inspector mode to read all item properties, including global and non-editable values.",
|
"Persisted player position across refresh/reconnect.",
|
||||||
"Added paste support for canvas text-entry modes (chat and field editors).",
|
"Added loopback monitoring toggle for hearing your own effect.",
|
||||||
"Expanded character/arrow review announcements to include common punctuation names.",
|
"Improved reconnect flow and connection error handling."
|
||||||
"Persisted player position across refresh/unload so reconnect restores the previous grid location.",
|
|
||||||
"Added the deploy helper script for quick client publish plus service restart workflow."
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
// Maintainer-controlled web client version.
|
// Maintainer-controlled web client version.
|
||||||
// Format: YYYY.MM.DD Rn (example: 2026.02.20 R2)
|
// Format: YYYY.MM.DD Rn (example: 2026.02.20 R2)
|
||||||
window.CHGRID_WEB_VERSION = "2026.02.21 R83";
|
window.CHGRID_WEB_VERSION = "2026.02.21 R84";
|
||||||
|
|||||||
Reference in New Issue
Block a user