Outline
The fastest knowledge base for growing teams
Alternative to: notion, confluence
About
Versions (100)
v0.57.0
2021-07-06Enhancements
- The previously used code language is now remembered for subsequent code blocks
- Added the ability to permanently delete documents in trash (#2192)
- Added support for documents written in RTL languages (#2263)
- Collections now have friendlier urls instead of UUID’s (#2162)
- Smaller javascript bundle size for faster app loading
- Improved documentation for
SECRET_KEYgeneration and local development - Added optional http logging, add
httpto the list of strings inDEBUGenv variable to enable (#2183) - Loading attachments data in document presenter is now parallelized for performance (#2184)
- The document title is now returned in the server HTML when publicly shared for improved unfurls (#2191)
- The “export” permission was removed for read-only users (#2220)
- The templates menu now shows templates from all collections
- Allow embedding of private Mindmeister embeds
- New languages:
- 🇧🇷 Brazilian Portugese (#2164)
- 🇹🇼 Traditional Chinese (#2266)
Fixes
Platform
- Fixed JS error on old browsers without matchMedia support (#2178)
- Fixed failure to loading collections on frontend results in loading loop (#2176)
- Improved accessibility of sidebar items on mobile (#2043)
- Prevented excessive API request for views data (#2193)
- Fixed incorrect background color on select inputs on non-mac platforms in dark mode (#2188)
- Fixed two restore options visible when an archived document is also deleted (#2194)
- Fixed misalignment of text in templates menu (#2204)
- Fixed copying a link to clipboard no longer also copies dark mode styles (#2218)
- Fixed server error when user cancels OAuth process with Azure SSO (#2231)
- Fixed an issue that could cause documents not to load on the index of large collections (#2254)
- Down arrow in search input now move focus to first result again (#2257)
- Fixed some dropdown menu items now working in Firefox (#2269)
Editor
- Changing the type of an existing editor block no longer removes the content (#2156)
- Fixed an issue that could cause incorrect checkboxes to be checked when clicking elsewhere (#2179)
- Fixed an issue where images left or right aligned do not load in publicly shared documents (#2248)