Docmost
Open-source collaborative wiki and documentation software, an alternative to Confluence and Notion.
Alternative to: notion, confluence
v0.8.0
2025-02-18Highlights
- Internal page links (
@command) - User mentions (
@command) - Editor text alignment
- New language translations (es-ES, it-IT, ja-JP, ko-KR, ru-RU)
- Members search
- UI paginations
- Numerous bug fixes and improvements
PS: No notification for user mentions yet, but this will be addressed in a future release.
Breaking changes
For better security, we have enforced a minimum of 32-character APP_SECRET length.
If your APP_SECRET length is less, please make sure to update it before upgrading.
You can generate a new key with openssl rand -hex 32.
What’s Changed
- chore: update katex version by @Philipinho in https://github.com/docmost/docmost/pull/658
- refactor: switch to HttpOnly cookie by @Philipinho in https://github.com/docmost/docmost/pull/660
- fix 401 redirect in auth routes by @Philipinho in https://github.com/docmost/docmost/pull/674
- Fix invitation signup redirect by @Philipinho in https://github.com/docmost/docmost/pull/690
- fix: default language on invitation signup by @Philipinho in https://github.com/docmost/docmost/pull/691
- fix: switch space bug by @fuscodev in https://github.com/docmost/docmost/pull/692
- fix client side env variable refresh by @Philipinho in https://github.com/docmost/docmost/pull/695
- feat: add text alignment by @fuscodev in https://github.com/docmost/docmost/pull/667
- New Crowdin updates by @Philipinho in https://github.com/docmost/docmost/pull/659
- New language options (es-ES, it-IT, ja-JP, ko-KR, ru-RU) by @Philipinho in https://github.com/docmost/docmost/pull/701
- fix code block tab-size and printing by @Philipinho in https://github.com/docmost/docmost/pull/703
- fix: enforce 32-character minimum length for APP_SECRET by @Philipinho in https://github.com/docmost/docmost/pull/702
- Fix: Close Popover When Clicking Outside in SwitchSpace Component by @auxa-m45 in https://github.com/docmost/docmost/pull/720
- feat: UI pagination and members search by @Philipinho in https://github.com/docmost/docmost/pull/724
- feat: internal page links and mentions by @Philipinho in https://github.com/docmost/docmost/pull/604
- chore(deps): update dependencies by @Philipinho in https://github.com/docmost/docmost/pull/729
- feat: space member search by @Philipinho in https://github.com/docmost/docmost/pull/731
New Contributors
- @fuscodev made their first contribution in https://github.com/docmost/docmost/pull/692
- @auxa-m45 made their first contribution in https://github.com/docmost/docmost/pull/720
Full Changelog: https://github.com/docmost/docmost/compare/v0.7.0…v0.8.0