La Suite Docs logo

La Suite Docs

Open-source, web-native text editor for real-time collaborative documents and sub-documents.

Alternative to: notion, google docs

La Suite Docs screenshotLa Suite Docs screenshot

About Versions (62)

v4.8.0

2026-03-16

[!Warning] In #1813 we upgraded django-treebeard from version 4.8.0 to version 5.0.5. It added a lock on the add_sibling method on top of the lock we added in #1971. This combined with the fact that we used add_sibling("right") for duplication makes the db perform many operations. If you activated the sandbox duplication for new users (setting USER_ONBOARDING_SANDBOX_DOCUMENT) and have many docs, this can lead to database crashes and unfinished processes. This was fixed by removing the use of the method add_sibling("right") on all duplication algorithms. If you meet this criteria described above make sure you upgrade to 4.8.3.

What’s Changed

Added

  • ✨(backend) add a is_first_connection flag to the User model by @Ash-Crow #1938
  • ✨(frontend) add onboarding modal with help menu button by @Ovgodd #1868

Changed

  • ♿(frontend) localize LaGaufre label fallback in Docs by @Ovgodd #1979
  • ✨(backend) add a migration cleaning on-boarding document accesses by @lunika #1971
  • ⬆️(frontend) upgrade Next.js to v16 by @AntoLC #1980
  • ♿️(frontend) fix aria-label and landmark on document banner state by @Ovgodd #1986
  • 🌐(i18n) add “new window” translation key for waffle aria-label by @Ovgodd #1984

Fixed

  • 🐛(backend) create a link_trace record for on-boarding documents by @lunika #1971
  • 🐛(backend) manage race condition when creating sandbox document by @lunika #1971
  • 🐛(frontend) fix flickering left panel by @AntoLC #1989
  • ♿️(frontend) improve doc tree keyboard navigation by @Ovgodd #1981

New Contributors

Full Changelog: https://github.com/suitenumerique/docs/compare/v4.7.0…v4.8.0