v0.95.0
codex-team/editor.jsv0.95.0Jul 3, 2026by github-actions[bot]
AI Summary
This release introduces quality-of-life improvements including a workspace default edit preference and a `/time` slash command. It also adds new capabilities for commercial editions, such as Bases with Kanban and Table views, personal spaces, and DOCX export.
Key Highlights
- Workspace default edit preference
- /time slash command to insert current time
- Bases feature with Kanban and Table views
- DOCX export for commercial editions
Breaking Changes
- Migrated to Mantine 9 and React 19
New Features
- Workspace default edit preference
- /time slash command
- Translation-aware search for slash commands
- Bases with Kanban and Table views
- Personal spaces
- DOCX export
Full Release Notes
Docmost v0.95.0 is here, with improvements and new capabilities for commercial editions. ## Highlights ### Quality of life - Workspace default edit preference: set a default edit mode for new users at the workspace level - /time slash command: insert the current time directly in the editor - Translation-aware search for editor slash commands - Bug fixes and enhancements ### New in commercial editions: - Bases: organize content with Kanban and Table views - Personal spaces: private workspaces for individual users - DOCX export: export documents to Word format ## Security This release contains security fixes. Upgrade is recommended. ## Screenshots ### Bases (Table view) <img width="6400" height="3775" alt="base_table 2" src="https://github.com/user-attachments/assets/9b9e1a2b-0c50-465f-951f-9b8ad3a0cb2f" /> ### Kanban <img width="6400" height="3776" alt="kanban 2" src="https://github.com/user-attachments/assets/f015e9a6-6ba7-498a-af95-a0286909ba68" /> ## What's Changed * feat: workspace default edit preference by @Philipinho in https://github.com/docmost/docmost/pull/2319 * Added translated terms to the slash-menu suggestion search by @flixz02 in https://github.com/docmost/docmost/pull/2280 * fix: Table jitter on edit/read toggle by @notpeter in https://github.com/docmost/docmost/pull/2252 * fix: a11y by @Philipinho in https://github.com/docmost/docmost/pull/2275 * fix: pdf table header alignment issue by @Mayank-2-16 in https://github.com/docmost/docmost/pull/2259 * feat(editor): add /time slash command to insert current time by @Philipinho in https://github.com/docmost/docmost/pull/2290 * feat(ee): docx word export by @Philipinho in https://github.com/docmost/docmost/pull/2294 * feat(ee): personal spaces by @Philipinho in https://github.com/docmost/docmost/pull/2298 * chore: migrate to Mantine 9 and React 19 by @Philipinho in https://github.com/docmost/docmost/pull/2293 * fix: resolve draw.io save failure on copied blocks (#2288) by @Abhigyan-git09 in https://github.com/docmost/docmost/pull/2297 * feat: package updates by @Philipinho in https://github.com/docmost/docmost/pull/2300 * feat(ee): bases by @Philipinho in https://github.com/docmost/docmost/pull/2295 * fix: templates ui fixes by @Philipinho in https://github.com/docmost/docmost/pull/2316 ## New Contributors * @flixz02 made their first contribution in https://github.com/docmost/docmost/pull/2280 * @Mayank-2-16 made their first contribution in https://github.com/docmost/docmost/pull/2259 * @Abhigyan-git09 made their first contribution in https://github.com/docmost/docmost/pull/2297 **Full Changelog**: https://github.com/docmost/docmost/compare/v0.90.1...v0.95.0