You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Enhancements
Self-hosted installations can now specify a set of allowed google domains for signin. Account creation outside of this set of domains is disallowed. To setup see the GOOGLE_ALLOWED_DOMAINS env variable documentation – thanks to new contributor Satyadeep 🎉 #681
Share links are now soft deleted, to maintain a record of who created and revoked them.
Fixes
Fixed an issue that caused newlines to appear on save with deeply nested lists. #676
Restored table of contents functionality. You'll now see a minimal TOC on the right hand side of documents that contain more than one heading to allow quick navigation.
Fixed an issue that would cause focus in the link toolbar to be lost when autosave triggers #674
We improved the handling of document error states when attempting to load documents while offline.