Skip to content

v0.39.1

Choose a tag to compare

@github-actions github-actions released this 19 Apr 03:57
· 1186 commits to main since this release
ec76aa9

Added

  • Fullscreen toggle in the document and whiteboard editors. The editor, its toolbars, action bar, and collaboration status take over the window for distraction-free writing or large-canvas diagramming. The Fullscreen button sits inline with the collaboration status badge above the editor.

Fixed

  • "Not tagged" filter in the Documents page tag tree view now actually filters to untagged documents. The page was computing the selection state but never sending the untagged query parameter to the backend, so selecting "Not tagged" returned every document instead of only the untagged ones.
  • Leaving a collaborative document now tears the connection down cleanly. Other collaborators no longer see the leaver's avatar flicker (disappear briefly then reappear), and the "Collaboration connection failed — Maximum reconnection attempts reached" toast no longer fires after the user has navigated away from the document. The unmount cleanup in useCollaboration was using a soft, debounced disconnect() (a React Strict Mode optimization) instead of destroy(), leaving the provider alive in the global pool, the reconnect loop running, and the error callback still wired to the unmounted page's toast.

Downloads

Android App

Download the APK from the assets below and install on your Android device.

Docker Image

docker pull morelitea/initiative:0.39.1

Or use latest tag. View on Docker Hub.