This release focuses primarily on improving the experience of communicating with other users.
Unread Notification
When another user (remote node) posts a coto, an unread mark will now appear on both the target node and the newly posted coto. The read/unread state is saved per imported node. When you open a node’s home, you’ll find a "Mark All as Read" button—clicking it will mark all cotos in that node as read. Similarly, clicking "Mark All as Read" on the All Nodes view will mark all cotos as read at once.
Minor Timeline Design Adjustment
The timeline layout has been fine-tuned with additional spacing to improve readability when chatting with other users.
New WebSocket Settings for cotoami-node
Since the size of WebSocket messages can become large depending on the number of cotos with attached images and the value of COTOAMI_CHANGES_CHUNK_SIZE, potentially exceeding the default limit, the following configuration option has been added to allow adjusting the maximum message size.
COTOAMI_MAX_MESSAGE_SIZE_AS_CLIENT- The maximum size of an incoming message when the node acts as a client.
COTOAMI_MAX_MESSAGE_SIZE_AS_SERVER- The maximum size of an incoming message when the node acts as a server.
What's Changed
- Unread Notification by @marubinotto in #81
Full Changelog: desktop-v0.5.2...desktop-v0.6.0

