Skip to content

Releases: docmost/docmost

v0.70.3

17 Mar 14:46

Choose a tag to compare

Bug Fixes

  • Fix search filtering in public shares

Full Changelog: v0.70.2...v0.70.3

v0.70.2

16 Mar 14:23

Choose a tag to compare

What's Changed

Full Changelog: v0.70.1...v0.70.2

v0.70.1

04 Mar 12:54
b4f0095

Choose a tag to compare

  • Fixed image upload placeholder
  • Fixed a regression where media files upload before v0.10.0 were not displayed in the editor.

What's Changed

Full Changelog: v0.70.0...v0.70.1

v0.70.0

03 Mar 20:33
3735545

Choose a tag to compare

Highlights

  • Notifications (comments and mentions)
  • Page-level comments
  • Inline status (/status command)
  • Multi-column layout
  • Cross-space page ~@ mentions
  • Other enhancements

Enterprise Release

  • Page-level permissions
  • AI assistant in the editor
  • MCP
  • Audit logs

Screenshots

Notifications

Screenshot 2026-03-03 at 18 47 02

ASK AI editor assistant

Screenshot 2026-03-03 at 17 54 11

Status (/status command)

image

Multi-columns

Screenshot 2026-02-24 at 12 42 44

Page permissions

Screenshot 2026-02-24 at 18 50 09

What's Changed

New Contributors

Full Changelog: v0.25.3...v0.70.0

v0.25.3

10 Feb 02:58

Choose a tag to compare

Highlight

  • Fixed a content length issue that caused diagrams display to break
  • Added support for multiple contributors in page history versions, with improved snapshotting
  • Improve clipboard copy compatibility

What's Changed

New Contributors

Full Changelog: v0.25.2...v0.25.3

v0.25.2

06 Feb 19:50
3cb70f0

Choose a tag to compare

Fixes

  • Fix file attachments issues in safari
  • Fix print issue in safari

Enterprise release

  • Public sharing controls
  • DOCX import

What's Changed

Full Changelog: v0.25.1...v0.25.2

v0.25.1

04 Feb 15:19

Choose a tag to compare

This is a minor release to fix a bug in the editor bubble menu (Issues: #1904, #1906)

v0.25.0

04 Feb 00:33
08e94eb

Choose a tag to compare

Screenshot 2026-02-02 at 14 24 18

This release focuses on improving the performance of Docmost. It includes significant infrastructure improvements, performance enhancements, and new features.

Highlights

  • Page history diff changes
  • Improved media/attachment upload experience in the editor
  • Cursor pagination for better performance with large datasets
  • Stream file serving - files are now streamed instead of loaded entirely into memory
  • Large file upload support for content imports
  • IPv6 support via configurable HOST binding
  • Metadata preservation - page icons and hierarchy are now preserved during Docmost->Docmost space import/export
  • New "Copy as Markdown" option in the page menu
  • Security fixes
  • Other bug security fixes and enhancements

If you are using the recommended compose setup, you can upgrade with:

docker pull docmost/docmost:0.25.0
docker compose up --force-recreate --build docmost -d

Warning

- The API now uses cursor-based pagination instead of offset pagination. If you rely on the API directly and use pagination, make changes accordingly. See #1884 (comment)
- Also the Search API endpoints will now return data.items[] instead of data[].

What's Changed

Full Changelog: v0.24.1...v0.25.0

v0.25.0-beta.1

31 Jan 00:19

Choose a tag to compare

v0.25.0-beta.1 Pre-release
Pre-release

Note

This is a pre-release ahead of the stable release.

This release focuses on improving the performance of Docmost. It includes significant infrastructure improvements, performance enhancements, and new features.

Highlights

  • Improved media/attachment upload experience in the editor
  • Cursor pagination for better performance with large datasets
  • Stream file serving - files are now streamed instead of loaded entirely into memory
  • Large file upload support for content imports
  • IPv6 support via configurable HOST binding
  • Metadata preservation - page icons and hierarchy are now preserved during Docmost->Docmost space import/export
  • New "Copy as Markdown" option in the page menu
  • Other bug fixes and enhancements

If you encounter any regressions, please report them on https://github.com/docmost/docmost/discussions.

If you are using the recommended compose setup, you can upgrade with:

docker pull docmost/docmost:0.25.0-beta.1
docker compose up --force-recreate --build docmost -d

Warning

- The API now uses cursor-based pagination instead of offset pagination. If you rely on the API directly and use pagination, make changes accordingly. See #1884 (comment)
- Also the Search API endpoints will now return data.items[] instead of data[].

What's Changed

Full Changelog: v0.24.1...v0.25.0-beta.1

v0.24.1

14 Dec 13:49

Choose a tag to compare

  • Fix crash affecting Proxmox users running x86-64-v2-AES CPU type.
  • Fix AI streaming bug.

Full Changelog: v0.24.0...v0.24.1