Skip to content

v1.9.0

Choose a tag to compare

@AMEST AMEST released this 16 May 19:59
· 1 commit to main since this release
aa2b1a7

Release Notes v1.9.0

🚀 New Features

  • Embedded Page View – Added support for embedding wiki pages directly into external contexts.
    A new “embedded page” macro are now available in the default plugin for using this feature. Or add /embedded to opened page uri (example: /space/{spaceKey}/{pageId}/embedded)
  • Rich Text Paste – Enhanced copy-paste from rich text sources (e.g., web pages, word processors) using Turndown, resulting in cleaner and more reliable Markdown conversion.

✨ Improvements

  • Profile Settings – Moved the “additional info” edit option from the profile panel into the main settings modal, centralising user profile management.
  • Page Rendering Refactor – Extracted page rendering logic into a reusable component, now shared across Page, CustomHomepage, and the new EmbeddedPage. This improves consistency and maintainability.
  • Project Logo – Updated the project logo to the latest design.
  • Docker Build Pipeline – Upgraded the publish-webapp-docker job to use a newer version of the Docker action, improving build reliability.

🐛 Fixes

  • File Not Found – Resolved an exception that occurred when a requested file was missing, now handling the case gracefully.