Add multiple-session support: run several independent encrypted chats at once
Each conversation now runs its own WebRTC session with separate keys and SAS verification, so chats never mix. Adds a side panel to switch between open chats with unread badges, a New chat action that leaves existing chats connected, per-chat local labels stored only on this device, and an availability status (Available, Away, Busy, Invisible) shared end-to-end with connected peers. Also includes vendored Prism syntax highlighting, more reliable PWA update handling, and offline send queueing fixes. Version 4.10.0.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"version": "1782332255248",
|
||||
"buildVersion": "1782332255248",
|
||||
"appVersion": "4.9.1",
|
||||
"buildTime": "2026-06-24T20:17:35.295Z",
|
||||
"buildId": "1782332255248-ef2f13d",
|
||||
"gitHash": "ef2f13d",
|
||||
"version": "1782446255208",
|
||||
"buildVersion": "1782446255208",
|
||||
"appVersion": "4.10.0",
|
||||
"buildTime": "2026-06-26T03:57:35.595Z",
|
||||
"buildId": "1782446255208-db5d6e4",
|
||||
"gitHash": "db5d6e4",
|
||||
"generated": true,
|
||||
"generatedAt": "2026-06-24T20:17:35.303Z"
|
||||
"generatedAt": "2026-06-26T03:57:35.602Z"
|
||||
}
|
||||
Reference in New Issue
Block a user