From 76964aa4b3f94b0138abf1bacde4415a980c23dc Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Tue, 13 Jun 2023 21:01:33 +0200 Subject: [PATCH] 0.3.2 --- version.ts | 2 +- website/CHANGELOG.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/version.ts b/version.ts index e5471b87..3f963826 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = '0.3.1'; +export const version = '0.3.2'; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index ddedfe19..10beec9b 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,15 +1,16 @@ An attempt at documenting the changes/new features introduced in each release. -## Next +--- + +## 0.3.2 * **Real-time collaboration support** between clients: Open the same page in multiple windows (browser tabs, mobile devices) and within a few seconds you should get kicked into real-time collaboration mode, showing other participants cursors, selections and edits in real time (Google doc style). This only works when a connection with the server can be established. * This **breaks** existing [[🔌 Collab]] links, since we switched real-time collaboration libraries. We’re still looking at the best way to keep supporting this feature. * [[Authentication|Multi-user authentication]]: you can now allow multiple user accounts authenticate, which makes the real-time collaboration support actually useful. This feature is still experimental and will likely evolve over time. * Added `spaceIgnore` setting to not sync specific folders or file patterns to the client, see [[SETTINGS]] for documentation * Much improved image loading behavior on page (previously scroll bars would jump up and down like a mad person) -* Various bug fixes and quality of life improvements* Much improved image loading behavior on page (previously scroll bars would jump up and down like a mad person) - +* Various bug fixes and quality of life improvements ---