From 557f2cef9c4ca2883454772dfcb8a3d8053e8189 Mon Sep 17 00:00:00 2001 From: npeter83 Date: Fri, 26 Jun 2026 00:01:54 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=200.16.0=20=E2=80=94=20end-to-e?= =?UTF-8?q?nd=20encrypted=20real-time=20messaging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- frontend/src/lib/releaseNotes.ts | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index a551051..04a373e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0 +0.16.0 diff --git a/frontend/src/lib/releaseNotes.ts b/frontend/src/lib/releaseNotes.ts index aedf947..3dd62a7 100644 --- a/frontend/src/lib/releaseNotes.ts +++ b/frontend/src/lib/releaseNotes.ts @@ -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",