Releases: docmost/docmost
v0.21.0
Highlights
- Zip imports (import MD/HTML + attachments)
- Notion import
- Confluence import (Enterprise Edition)
- Generic iframe embed
- Read and edit mode preference
- Create new page from @ mention
- Table menu options to toggle table header row and column
- Persistent excalidraw libraries
- Fix safari popup link bug in the editor
- Ukrainian translation
- Other bug fixes and improvements
Screenshots
Imports

Read and Edit Mode Preference

Create new pages on the fly from @ mentions

Toggle table header row and column

What's Changed
- Fix typo in enforce-sso.tsx by @edo0 in #1145
- [Issue-1091] fix alignment in shared page by @fuscodev in #1123
- fix: title update by @fuscodev in #1154
- feat: realtime comments by @fuscodev in #1144
- fix: Copy/move pages between spaces does not show spaces list by @fuscodev in #1174
- fix(table-hover): adjust height to prevent unexpected scrollbar by @PolarWS in #1124
- feat: create new page from mention by @fuscodev in #1153
- feat: comment editor emoji picker and ctrl+enter action by @fuscodev in #1121
- cloud: add second plan by @Philipinho in #1187
- hide shared page branding in EE by @Philipinho in #1193
- #1186/chore: add support language abap syntax highlight by @sanua356 in #1188
- fix: sidebar list when changing workspace by @fuscodev in #1150
- feat: bulk page imports by @Philipinho in #1219
- feat: toggle table header row and column by @Philipinho in #1203
- feat: generic iframe embed by @Philipinho in #1234
- feat: enhance excalidraw by @Philipinho in #1240
- fix: make link popup work on safari by @chaitanyya in #1243
- chore: upgrade packages by @Philipinho in #1242
- New Crowdin updates by @Philipinho in #1063
- feat: ukrainian language support by @Philipinho in #1250
- fix: revert tiptap version by @Philipinho in #1255
- fix: enforce SSO in invitation signups by @Philipinho in #1258
- remove workspace field in signup (cloud) by @Philipinho in #1265
- feat: edit mode preference by @fuscodev in #666
New Contributors
- @edo0 made their first contribution in #1145
- @PolarWS made their first contribution in #1124
- @chaitanyya made their first contribution in #1243
Full Changelog: v0.20.4...v0.21.0
v0.20.4
What's Changed
- feat: copy page to different space by @Philipinho in #1118
- fix SSO URL text-case
- fix: handle unhandled exceptions by @Philipinho in #1116
Full Changelog: v0.20.3...v0.20.4
v0.20.3
In this minor release, we fixed the page export bug reported here #1080.
What's Changed
- fix: page export with sub-pages by @Philipinho in #1081
Full Changelog: v0.20.2...v0.20.3
v0.20.2
v0.20.1
Following the release of public page sharing in v0.20.0, we making some improvements to the feature based on user feedback.
The improvements in public page sharing includes:
- Search
- Preserving the page tree ordering
- Showing page icons in the tree
- Removing comment marks
- Fixing the sidebar toggle bug on mobile

What's Changed
- feat: enhance public sharing by @Philipinho in #1057
Full Changelog: v0.20.0...v0.20.1
v0.20.0
Public page sharing
In this release, we are introducing public page sharing.
You can now publicly share pages and their sub-pages.
Publicly shared pages with children will have a page tree on the left sidebar.


Screenshot of a publicly shared page with sub-pages

What's Changed
- use non-esm nanoid version by @Philipinho in #1040
- fix: nested tree open state by @Philipinho in #1043
- fix: search space members by email by @Philipinho in #1049
- feat: public page sharing by @Philipinho in #1012
- feat: remember and restore previous route when exiting settings by @daoch in #1046
- New Crowdin updates by @Philipinho in #1008
New Contributors
Full Changelog: v0.10.2...v0.20.0
v0.10.2
- Fixed OIDC auth keys text case (enterprise edition)
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- fix: comment editor padding in f971191
- fix: local attachment path in exports by @Philipinho in #1013
Full Changelog: v0.10.0...v0.10.1
v0.10.0
Highlights
- Table of contents
- User deletion
- Move pages between spaces
- Other improvements and bug fixes
Screenshots
Table of contents

User deletion

Move page

What's Changed
- Fix editor connection loop by @Philipinho in #986
- feat: nested toggle block by @fuscodev in #671
- feat: keep track of page contributors by @Philipinho in #959
- cloud: queue trial ended job by @Philipinho in #992
- feat: move page between spaces by @Philipinho in #988
- feat: add Table of contents by @sanua356 in #981
- feat: delete workspace member by @Philipinho in #987
- fix: bug fixes by @Philipinho in #1000
- New Crowdin updates by @Philipinho in #1003
- New Crowdin updates by @Philipinho in #1005
- fix: hide page history action menu for can-view role by @Philipinho in #1001
New Contributors
- @sanua356 made their first contribution in #981
- @dsipetcher made their first contribution in #973
Full Changelog: v0.9.0...v0.10.0
v0.9.0
This release comes with the introduction of the Docmost Enterprise and Cloud edition.
We now have a cloud hosted offering at https://docmost.com, if you do not wish to host the software yourself.
As earlier communicated in #22 (comment), we are introducing the first enterprise feature, which is the SSO integration. It comes with support for SAML and OIDC.
If your organization require this feature, please contact sales@docmost.com to get a valid enterprise license key (billed per seat).
Highlights
- SSO (Enterprise feature)
- Basic page stats now in page menu
- Emoji picker in the editor. Just enter colon
:
command. - Dutch translation
- Fixed editor drag handle bug
- Paste and upload multiple files from your clipboard
- Lots of improvement to the editor
- Other improvements and bug fixes
Screenshot of basic page stats

Screenshot of editor emoji command

Telemetry
To help us understand how Docmost is used, we now collect anonymous telemetry.
We only collect the active version, user count, page count, space and workspace count.
You can disable this behavior by setting DISABLE_TELEMETRY=true
in your environment variable.
What's Changed
- fix: add missing awaits by @l2dy in #814
- feat: cloud and ee by @Philipinho in #805
- fix space role translation by @Philipinho in #826
- Add debug db option in dev mode by @Philipinho in #827
- feat: editor emoji picker by @fuscodev in #775
- feat: adding family 6 in uri to configure for both 4 and 6 by @iagocavalcante in #807
- fix: table header in markdown export by @fuscodev in #769
- feat: disconnect collab websocket on idle tabs by @Philipinho in #848
- fix: VSCode markdown pasting by @Philipinho in #857
- fix drag handle visibility by @Philipinho in #868
- fix editor flickers by @Philipinho in #875
- feat: add page stats to page menu by @Philipinho in #876
- New Crowdin updates by @Philipinho in #840
- Add Dutch translation by @Philipinho in #877
- fix: page title editor bugs by @Philipinho in #892
- feat: enhance editor uploads by @Philipinho in #895
- feat: billing sync (cloud) by @Philipinho in #899
- Revert "feat: auto focus emoji-picker search when opened" by @Philipinho in #900
- fix: collab editor retry loop by @Philipinho in #933
- feat: add version check by @Philipinho in #922
- fix: adds missing command for down migration by @hoiekim in #908
- telemetry module by @Philipinho in #934
New Contributors
- @l2dy made their first contribution in #814
- @iagocavalcante made their first contribution in #807
- @GlitchDevX made their first contribution in #894
Full Changelog: v0.8.4...v0.9.0