v1.6.1
Added 5
- MCP now has tools to move documents within a collection
- MCP now supports API key header authentication
- Added Tahoe-compatible icon variants for PWA
- It is now possible to create a nested doc when using @mention
- Added a guard against concurrent restore while deleting
Changed 2
- Print layout now respects full-width option
- Improved validation of SMTP_FROM_EMAIL and SMTP_REPLY_EMAIL
Fixed 4
- Fixed a bug affecting file and image upload in the editor
- Fixed a race condition when editing title while doc is saving would reset the title
- Fixed a page hang with corrupted PNG upload
- Custom port is now preserved in OAuth metadata URLs when self-hosted behind a reverse proxy
What's Changed
Fixes and improvements
- A bug affecting file and image upload in the editor was fixed in https://github.com/outline/outline/pull/11803
- MCP: Now has tools to move documents within a collection in https://github.com/outline/outline/pull/11799
- MCP: Now supports API key header authentication in https://github.com/outline/outline/pull/11798
- Added Tahoe-compatible icon variants for PWA in https://github.com/outline/outline/pull/11762
- Fixed a race condition when editing title while doc is saving would reset the title in https://github.com/outline/outline/pull/11764
- Print layout now respects full-width option by @wmTJc9IK0Q in https://github.com/outline/outline/pull/11768
- Fixed a page hang with corrupted PNG upload in https://github.com/outline/outline/pull/11783
- Improved validation of
SMTP_FROM_EMAILandSMTP_REPLY_EMAILin https://github.com/outline/outline/pull/11784 - Custom port is now preserved in OAuth metadata URLs when self-hosted behind a reverse proxy in https://github.com/outline/outline/pull/11791
- It is now possible to "Create a nested doc" when using @mention in https://github.com/outline/outline/pull/11800
- Added a guard against concurrent restore while deleting by @dearlordylord in https://github.com/outline/outline/pull/11775
New Contributors
- @dearlordylord made their first contribution in https://github.com/outline/outline/pull/11775
Full Changelog: https://github.com/outline/outline/compare/v1.6.0...v1.6.1