Files
chat_grid/client/public/changelog.json

66 lines
2.8 KiB
JSON
Raw Normal View History

{
"sections": [
{
"date": "February 27, 2026",
"items": [
"Added user roles/permissions system.",
"Clock item type now is an actual talking clock with optional alarm and top of hour announcement."
]
},
2026-02-25 00:01:49 -05:00
{
"date": "February 24, 2026",
"items": [
2026-02-25 01:22:05 -05:00
"Added secondary actions with Shift+Enter. Currently, it works on the radio for now playing.",
2026-02-25 01:20:31 -05:00
"Added now playing for media streams.",
2026-02-25 00:01:49 -05:00
"Added user accounts. Username cannot be changed but nicknames can.",
"Did a lot of behind-the-scenes work, including rewriting the item system and moving a lot of things away from the client. If things break, please let me know."
]
},
{
"date": "February 23, 2026",
"items": [
"Added a Piano item type."
]
},
{
"date": "February 22, 2026",
"items": [
"Teleporting now takes a bit of time.",
"You can now use left and right arrows on item properties to quickly adjust them.",
"Added volume adjustment for other users. Press left or right arrow from the user list.",
"Improved handling of audio streams so only nearby ones will be loaded, saves a ton of bandwidth.",
"Moved Use item to Enter Key instead of u, moved speak users to U from Shift U.",
"Added up/down arrows and page up/page down for numeric field adjustment.",
"Added user volume control and calibration.",
"Added support for Dropbox links and HTTP streams for item sounds and radio stations.",
"You will no longer repeatedly hit walls."
]
},
{
"date": "February 21, 2026",
"items": [
2026-02-21 22:56:13 -05:00
"Added a generic Widget item type. This type lets you edit a variety of global item properties, and you can use remote URL's for sounds.",
2026-02-21 21:04:53 -05:00
"Added tooltips for items and item properties. Press space from the Add Item or properties menus.",
"Added directional audio support, used now for the Radio item type.",
"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.",
"Added Channel property for radio items (stereo, mono, left, right).",
"Added new wheel item type with configurable spaces and spin results.",
2026-02-21 02:38:13 -05:00
"Added movement/teleport sounds."
]
},
{
"date": "February 20, 2026",
"items": [
"Added Shift+O inspector mode to read all item properties.",
"Added paste support for chat and text-entry fields.",
"Persisted player position across refresh/reconnect.",
2026-02-21 02:38:13 -05:00
"Added loopback monitoring toggle for hearing your own effect."
]
}
]
}