diff --git a/changelog.mdx b/changelog.mdx index bc94f4446..35311b4ff 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -5,6 +5,47 @@ rss: true noindex: true --- + + + ## Luma theme + + A new [Luma theme](/customize/themes) is now available. Luma features a clean, minimal design with centered navigation tabs, a sliding table of contents indicator, and responsive topbar elements that adapt to different screen sizes. + + ## Workflows (Early access) + + Automate documentation tasks with Workflows. Create custom automation rules that trigger based on repository events to keep your docs in sync with your codebase. Available in early access for Enterprise customers. + + ## Search filters + + Search results now support [filtering by category](/ai/assistant). When searching, you can select filter tags to narrow results by section or topic, making it easier to find relevant content in large documentation sites. + + ## Assistant bash commands + + The AI assistant can now run bash commands to answer technical questions about your codebase. This allows the assistant to explore files and execute commands to provide more accurate, contextual answers. + + ## Editor improvements + + - New table of contents panel in the editor shows your page structure with click-to-navigate. + - Search across all files with the new editor search modal. + - Comments can now be filtered by page or status. + - Content syncs across browser tabs when editing. + - Renamed files now update properly in the navigation. + + ## Adobe Analytics integration + + Added support for [Adobe Analytics](/integrations/analytics/adobe) to track documentation usage alongside your other analytics tools. + + ## Bug fixes + + - Fixed 404 pages returning incorrect HTTP status codes. + - Fixed table tooltip positioning issues. + - Fixed merge conflict resolution in the editor. + - Fixed dark/light mode image switching without Frame wrapper. + - Fixed word wrapping for long sidebar titles. + - Fixed assistant bar spacing when not visible. + + + ## `assistant.md` and `agent.md` support