# Outline v1.7.1 - Product: Outline (https://whatsnew.fyi/product/outline) - Vendor: Outline - Date: 2026-05-04 - Version: v1.7.1 - Original notes: https://github.com/outline/outline/releases/tag/v1.7.1 - Permalink: https://whatsnew.fyi/product/outline/releases/v1.7.1 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — MCP responses now include breadcrumbs, summaries, and title guidance - **added** — MCP now has delete_document and delete_collection tools - **added** — Per-share branding lets you override the title and logo on individual public shares - **added** — Added a Redis healthcheck for better monitoring and resilience - **added** — Self-hosted instances can now tune rate limiting with the new RATE_LIMITER_MULTIPLIER configuration option - **changed** — When navigating to document from search results there is now a UI element to clear search highlights - **changed** — OAuth account linking flows refactored - **changed** — Default model creation rate limits raised from 10/min to 25/min - **changed** — Improved table-of-contents positioning on shared documents - **changed** — Improved sidebar performance - **fixed** — Shift-Tab on a list item inside a toggle block no longer outdents the entire block - **fixed** — Code blocks now expand correctly when printing - **fixed** — API keys created with global read/write scope are now saved correctly - **fixed** — Republishing a document now updates lastModifiedById as expected - **fixed** — Suspended users are no longer counted toward the cached group member count - **fixed** — Post-login redirects with invalid paths are now handled correctly in Firefox - **fixed** — Fixed incorrect Mod-ArrowLeft behavior inside heading nodes in Firefox - **fixed** — Autofocus now works inside lazy-loaded modals and popovers - **fixed** — Stricter validation on table attributes and the subscription creation endpoint - **fixed** — Resolved a parseXML error originating from the AWS SDK ##### What's Changed ###### Improvements - MCP responses now include breadcrumbs ([#12203](https://github.com/outline/outline/pull/12203)), summaries ([#12241](https://github.com/outline/outline/pull/12241)), and title guidance ([#12242](https://github.com/outline/outline/pull/12242)) - MCP now has `delete_document` and `delete_collection` tools ([#12245](https://github.com/outline/outline/pull/12245)) - Per-share branding lets you override the title and logo on individual public shares ([#12003](https://github.com/outline/outline/pull/12003)) - When navigating to document from search results there is now a UI element to clear search highlights ([#12165](https://github.com/outline/outline/pull/12165)) - OAuth account linking flows refactored ([#12246](https://github.com/outline/outline/pull/12246)) - Self-hosted instances can now tune rate limiting with the new `RATE_LIMITER_MULTIPLIER` configuration option ([#12226](https://github.com/outline/outline/pull/12226)) - Default model creation rate limits raised from 10/min to 25/min ([#12236](https://github.com/outline/outline/pull/12236)) - Improved table-of-contents positioning on shared documents ([#12171](https://github.com/outline/outline/pull/12171)) - Improved sidebar performance ([#12215](https://github.com/outline/outline/pull/12215)) - Added a Redis healthcheck for better monitoring and resilience ([#12157](https://github.com/outline/outline/pull/12157)) ###### Fixes - `Shift-Tab` on a list item inside a toggle block no longer outdents the entire block ([#12162](https://github.com/outline/outline/pull/12162)) - Code blocks now expand correctly when printing ([#12193](https://github.com/outline/outline/pull/12193)) - API keys created with global read/write scope are now saved correctly ([#12225](https://github.com/outline/outline/pull/12225)) - Republishing a document now updates `lastModifiedById` as expected ([#12227](https://github.com/outline/outline/pull/12227)) - Suspended users are no longer counted toward the cached group member count ([#12197](https://github.com/outline/outline/pull/12197)) - Post-login redirects with invalid paths are now handled correctly in Firefox ([#12218](https://github.com/outline/outline/pull/12218)) - Fixed incorrect `Mod-ArrowLeft` behavior inside heading nodes in Firefox ([#12219](https://github.com/outline/outline/pull/12219)) - Autofocus now works inside lazy-loaded modals and popovers ([#12146](https://github.com/outline/outline/pull/12146)) - Stricter validation on table attributes ([#12156](https://github.com/outline/outline/pull/12156)) and the subscription creation endpoint ([#12240](https://github.com/outline/outline/pull/12240)) - Resolved a parseXML error originating from the AWS SDK ([#12231](https://github.com/outline/outline/pull/12231)) - Many dependency updates **Full Changelog**: https://github.com/outline/outline/compare/v1.7.0...v1.7.1