chore(release): 0.16.0 — end-to-end encrypted real-time messaging
This commit is contained in:
parent
da37eb6344
commit
557f2cef9c
2 changed files with 11 additions and 1 deletions
|
|
@ -14,6 +14,16 @@ export interface ReleaseEntry {
|
|||
}
|
||||
|
||||
export const RELEASE_NOTES: ReleaseEntry[] = [
|
||||
{
|
||||
version: "0.16.0",
|
||||
date: "2026-06-26",
|
||||
summary: "Private messaging: chat with other members in real time, end-to-end encrypted.",
|
||||
features: [
|
||||
"A new Messages module: send direct messages to other members of your instance. Messages are end-to-end encrypted — only you and the person you're chatting with can read them, not even an admin. The first time you open it, you set a message passphrase that protects your key; it never leaves your device.",
|
||||
"Real-time delivery: messages arrive instantly, with an unread badge on the Messages icon. A new message pops up (or flashes) a small Messenger-style chat window in the bottom-right corner that you can keep using while you browse — minimise, close, or open several at once.",
|
||||
"A friendly Siftlode welcome message greets you in your inbox on first arrival.",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.15.0",
|
||||
date: "2026-06-25",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue