Q1
Organized by month. Each month groups its releases newest first.
January
January 29th Release
This release delivers significant SEO improvements to enhance your documentation's search engine visibility and social sharing.
New Features
Configurable Robots.txt
Full robots.txt management in SEO settings. The platform auto-generates and serves robots.txt at the same base path as your sitemap. Free users see default rules; subscribers can customize them in the UI.
SEO for API Explorer and Changelog
Manage page titles and meta descriptions for API Explorer and Changelog pages directly from the SEO Management tab, reflected in the rendered HTML tags.
Canonical Tags on All Pages
Every public page now includes canonical tags with consistent URL formatting, preventing duplicate-content issues and consolidating ranking signals.
Improvements
Server-Side Rendered Meta Tags
Titles and meta tags are now server-rendered and present in the initial HTML, so social previews and crawlers that do not run JavaScript work correctly.
Cleaner Sitemaps and llms.txt
Headers without content are excluded from generated sitemaps and llms.txt, leaving cleaner listings of pages with real crawlable content.
January 12th Release
This release includes critical fixes for navigation and search, plus new features for editing and authentication.
New Features
Okta SSO Integration
Users from Okta-managed organizations can now authenticate through their identity provider, matching the existing Google and Microsoft SSO flows.
Editor Tabs
Group different content types within a single section. Create up to 3 tabs per project with drag-and-drop reordering, custom icons, and duplicate, rename, and delete options.
Continuous AI Chat
Ask AI now supports multi-turn conversations that preserve context across follow-ups, via both an embedded chat and a standalone side-panel assistant.
Improvements
Import Collection from Widget Menu
An Import Collection option is now available in the editor widget menu when typing "/".
Base URL Validation
Field-level validation with red-underline indicators helps you spot and fix invalid base URLs when configuring multiple URLs.
Indented Lists
The editor now supports nested and indented lists for better-structured content.
Cleaner Navigation and AI Options
Section headers act as grouping elements that redirect to their first child and drop out of sitemap.xml and llms.txt. Empty AI header options are hidden from the published dropdown.
Bug Fixes
Search and navigation
Search and navigation
Fixed URLs not updating after search redirects in single-page docs, crashes on base section URLs without a slug, "On This Page" issues with repeated headers, and back-button redirects that needed multiple clicks.
Editor
Editor
Endpoint summary widgets now appear only for parent sections, hidden API versions are visible in the version dropdown, header sections no longer convert to plain sections on drag-and-drop, and the page no longer jumps to the top when clicking editor links.
Export and display
Export and display
Markdown export now works for subsections, custom-domain docs respect theme settings instead of always loading dark, and hyperlink branding colors apply in dark mode with italic or underline formatting.
API Explorer and search
API Explorer and search
The search modal no longer overlaps the left menu, and adding items to empty array fields in the GraphQL API Explorer works without default values.
AI and documentation
AI and documentation
Fixed endpoint summary generation for parent sections with a single endpoint, and improved AI suggestions for object example parameters lacking descriptions.
February
February 25th Release
This release includes critical API Explorer and navigation fixes alongside new SSO controls and a Tabs widget for better content organization.
New Features
Tabs Widget
Organize and display content in a tabbed format, grouping related content so readers can navigate complex docs more easily.
SSO-Only Authentication for Workspaces
Workspace admins can enforce SSO-only sign-in, preventing password login and ensuring all members authenticate through the configured provider.
Cross-Tab Section Duplication
Duplicate sections between tabs within the same project on the Single Page template, useful for shared policies or repeated content blocks.
Improvements
Safer Workspace Joining
Removed the "join by corporate domain" option from onboarding, so workspace access is controlled through invitations and admin approval.
SEO Control for Raw Markdown URLs
The No Index setting now applies X-Robots-Tag headers to raw .md URLs, so both rendered pages and markdown files stay out of search indexes.
Refined API Explorer
The Expand all / Collapse all button hides when there is no expandable content, reducing clutter in Response, Request, and Object Example sections.
Bug Fixes
API Explorer request generation
API Explorer request generation
Array query parameters now separate multiple values with & characters, so backends can correctly parse the generated requests.
Navigation and URLs
Navigation and URLs
Fixed infinite loading on invalid section slugs (now redirects to the first section), URL updates from Endpoint Summary on Single Page, and endpoint redirection when "Show more" is visible on Continuous Scrolling.
AI search and navigation
AI search and navigation
AI search now opens the correct tab when results sit inside a Tabs widget, and the AI Assistant modal no longer goes blank after multiple regenerations.
Editor collaboration and publishing
Editor collaboration and publishing
Prevented Card widget duplication during live collaboration, fixed code-block language selection not showing in published view, and restored the "Show More" button on published Infinite Scroll pages.
Widget interface and layout
Widget interface and layout
Fixed Table widget header styling and spacing when pasting external tables, column description overflow, and Card Grid layout breaking when adding an icon to the last card.
February 9th Release
This release brings major improvements to the AI-powered documentation experience and resolves multiple visual and navigation issues.
New Features
AI Writer Widget
Generate and refine section content directly in the editor with custom prompts (continue writing, simplify, fix grammar), compatible with all Theneo widgets. Monthly limits apply on free plans.
Ask AI Continuous Conversation
Ask AI now supports multi-turn, context-aware Q&A, available as embedded chat or a standalone slide-out modal.
Mermaid Diagram Support
A new editor widget for Mermaid diagrams with syntax highlighting and live rendering for flowcharts, sequence diagrams, and more.
Improvements
Better API Response Parsing
The parser now handles non-numeric response names such as "default" and wildcard codes (2XX, 4XX) across specification formats.
Field-Level URL Validation
Invalid base URLs are flagged inline with red underlines, making them easy to spot when managing multiple URLs.
SEO Management Tab Organization
SEO management now shows which sections belong to which tabs, making metadata easier to manage in multi-tab projects.
Developer Portal Unavailable State
A modernized unavailable-state design that pulls in the customer logo from branding configuration.
Bug Fixes
Response code visibility
Response code visibility
Response codes now use static colors that stay readable in both light and dark modes.
Mobile navigation
Mobile navigation
The section menu stays visible when scrolling up on mobile and hides correctly when the Ask AI panel opens.
Card widget icon selection
Card widget icon selection
The icon picker now appears above the card interface instead of underneath it.
Single Page header generation
Single Page header generation
H1, H2, and H3 headers in section descriptions now appear on the menu page for navigation.
Import collection descriptions
Import collection descriptions
Section descriptions are preserved when using drag-and-drop import with "import endpoints only."
Code examples deep linking
Code examples deep linking
Code Example widgets now initialize on direct deep-link access without navigating elsewhere first.
Image link redirection
Image link redirection
Copy/paste redirection links work across all multi-card widgets (Double Card, Triple Card, Card Grid).
API Explorer parameter encoding
API Explorer parameter encoding
Special characters in query parameters now keep proper encoding through the actual network request.
Project tab back button
Project tab back button
Back-button navigation now flows correctly within tabbed projects.
Single Page sidebar navigation
Single Page sidebar navigation
The active-header indicator updates correctly while scrolling long content sections.
March
March 25th Release
This release focuses on critical bug fixes and security improvements, with enhanced OAuth support for multi-workspace environments.
New Features
OAuth for Multiple Workspaces
OAuth authentication now supports multiple workspaces within a single company, expanding from the previous single-workspace limit for better access control across teams.
Improvements
Stronger Project Permissions
Guest members with viewer access can no longer edit or delete changelogs and dev portals. Viewer permissions are now properly read-only for public content.
Automatic SEO Protection for Markdown
All .md files now include noindex directives by default, preventing search-engine indexing regardless of project settings.
Bug Fixes
API versioning tag visibility
API versioning tag visibility
Versioning tags now display consistently across development and staging environments.
Editor section reset
Editor section reset
Section reordering and header changes are no longer lost when adding subsections.
Dark mode text color reset
Dark mode text color reset
Dark-mode text no longer resets to black after opening and closing the color modal without changes.
GraphQL query documentation
GraphQL query documentation
Imported GraphQL query examples now include the proper node structure, matching official edges/node hierarchy.
AI Helper export configuration
AI Helper export configuration
Settings no longer show all options selected after unchecking everything, and the published dropdown stays hidden when no options are set.
March 11th Release
This release improves API documentation management with enhanced merging, custom webhooks, and broad bug fixes across the editor and published views.
New Features
Custom Webhook Support
Configure webhooks to receive project feedback and audit log data, integrating with your existing workflows and monitoring.
Enhanced API Specification Merging
A redesigned merge process preserves existing content while incorporating spec changes, reducing data loss and keeping docs consistent.
Improvements
Changelog Interface Updates
A refreshed changelog configuration interface with improved usability and visual design.
Bug Fixes
Table display on large screens
Table display on large screens
Fixed header alignment and display problems affecting table readability on wider viewports.
AI search button consistency
AI search button consistency
The AI search button now hides in the side panel when AI search is disabled, matching the main search area.
Project editor tab management
Project editor tab management
The editor now opens the correct first tab based on current order after reordering tabs.
Responsive button layout
Responsive button layout
Fixed Get Started button display issues on smaller screens.
Steps widget rendering
Steps widget rendering
Step indicators, titles, and controls now display correctly in both editor and published view.
API Explorer markdown in tooltips
API Explorer markdown in tooltips
Parameter tooltips render markdown instead of showing raw text in the Additional properties toolbar.
Mermaid diagrams via CLI
Mermaid diagrams via CLI
Mermaid diagrams no longer disappear when publishing through the CLI.
SEO management validation
SEO management validation
Empty robots.txt files can now be saved without validation errors.
Project duplication feedback
Project duplication feedback
The Dashboard context menu now shows proper loading states during duplication.
On this page
- Q1