🔖(minor) release 5.4.0 - #2504
Merged
Merged
Conversation
Contributor
|
Size Change: 0 B Total Size: 4.37 MB 📦 View Changed
|
Update translated files with new translations
We decided to hide the import button on a document because it is confusing for the user to have the possibility to import a document when he is already in a document. The import button is now only available on the document list page. We will add back the button soon, but a import will create a new sub-document instead.
Added: - ✨(y-provider) preserve callouts, PDFs, page breaks, interlinking links and commented text on HTML/markdown export - ✨(frontend) add a user menu - ✨(frontend) new header and responsive harmonization - ✨(backend) add management command to reset a Document Changed: - ♿️(frontend) hide mobile left panel from screen readers when collapsed - ♿️(frontend) enable blocknote heading ids for toc anchors - ♿️(frontend) focus export modal on format select - ♿️(frontend) configurable legal submenu in HelpMenu, remove Crisp - ♻️(frontend) new create button for docs - ♿️(frontend) align search modal field label with placeholder - 🚚(frontend) move Waffle to bottom left - ♿️(frontend) remove redundant aria-label on table of contents links - ♻️(core) fix typo in settings COLLABORATION_WS_NOT_CONNECTED_READY_ONLY - ♻️(backend) scope document search by document id instead of path Fixed: - 🐛(backend) prevent owner from leaving a soft-deleted document - 🐛(frontend) fix removed item in the tree - 🐛(frontend) fix service worker causing reload on tab focus - 🐛(backend) update restore ability for inherited deletion - 🔧(dev) make the dev stack domain-agnostic - 🐛(frontend) stop force index redirect when delete doc - 🐛(frontend) fix CTA on move modal on mobile Removed: - 🔥(backend) remove unused default authentication backend
lunika
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
links and commented text on HTML/markdown export ✨(y-provider) preserve custom blocks on HTML/markdown conversion #2296
Changed
Fixed
Removed