You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.