Release v1.21.0 - Improved logging

Features

Logging to IndexedDB

When enabling the Store log between sessions setting, the data was previously stored in the browser’s localStorage, which is usually limited to 10MB. This release changed the storage to IndexedDB, which allows for much larger storage space, and improved storage structure.

Previous logs will be seamlessly migrated from localStorage to IndexedDB.

Scrollback load on demand

When a character wakes up or the client is reloaded, the last 100 messages will be loaded into the chat log. Older messages will be loaded and added to the chat log on demand once you scroll up.

Fixes

Pinging failed for puppets
A puppet would fall asleep 5 min after waking up because the client was denied access to ping it. This has been fixed.

Exits with numbers failed
Fixed a bug where the command console failed to parse exits containing numbers, e.g.:

go den2
1 Like