v1.9.2
Added 2
- Add "query" parameter to templates.list API endpoint
- Allow deleting failed and expired exports
Fixed 16
- Floating toolbar in template settings no longer overlaps sidebar
- Remove duplicate "Mermaid" entry in language picker
- Reset theme control correctly updates input value
- Prevent errored mermaid diagram from being zoomable
- Debounce search query persistence
- Fix comment gutter mark behavior and scroll-to-comment functionality
- Record search queries from MCP
- Use configured proxy consistently with auth providers
- Remove test fixtures from Docker image
- Enable MCP to upload files with local storage method
- Make image dimensions editable in editor again
- Prevent focusing starred link from scrolling to original location
- Fix indent of group-shared document children
- Use full keyspace for email verification codes
- Add option to invite existing user not in document
- Fix 502 error on sign-in from oversized id_token cookie using OIDC
What's Changed
- Added "query" parameter to
templates.listAPI endpoint in https://github.com/outline/outline/pull/12996 - Deleting failed and expired exports now possible by @47star in https://github.com/outline/outline/pull/13032
Fixes
- Floating toolbar in template settings no longer overlaps sidebar in https://github.com/outline/outline/pull/12994
- "Mermaid" no longer appears twice in language picker in https://github.com/outline/outline/pull/13000
- "Reset theme" control correctly updates input value in https://github.com/outline/outline/pull/12999
- Errored mermaid diagram no longer zoomable in https://github.com/outline/outline/pull/13001
- Debounced search query persistence in https://github.com/outline/outline/pull/13004
- Multiple fixes for comment gutter mark behavior and scroll-to-comment in https://github.com/outline/outline/pull/13013
- Search queries from MCP are now recorded in https://github.com/outline/outline/pull/13011
- Consistent usage of configured proxy with auth providers in https://github.com/outline/outline/pull/13018
- Docker image no longer includes test fixtures in https://github.com/outline/outline/pull/13021
- MCP can now upload files with local storage method in https://github.com/outline/outline/pull/13023
- Image dimensions editable in editor again in https://github.com/outline/outline/pull/13025
- Focusing starred link no longer scrolls to original location in https://github.com/outline/outline/pull/13029
- Fixed indent of group-shared document children by @zz80900 in https://github.com/outline/outline/pull/13028
- Full keyspace is now used for email verification codes in https://github.com/outline/outline/pull/13031
- Option to invite existing user not in doc in https://github.com/outline/outline/pull/13034
- Fixed 502 on sign-in from oversized id_token cookie using OIDC (#12986) in https://github.com/outline/outline/pull/12995
New Contributors
- @zz80900 made their first contribution in https://github.com/outline/outline/pull/13028
- @47star made their first contribution in https://github.com/outline/outline/pull/13032
Full Changelog: https://github.com/outline/outline/compare/v1.9.1...v1.9.2