Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zefhemel committed Jun 13, 2023
1 parent 2035587 commit 76964aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.3.1';
export const version = '0.3.2';
7 changes: 4 additions & 3 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

---

Expand Down

0 comments on commit 76964aa

Please sign in to comment.