Outline
The fastest knowledge base for growing teams
Alternative to: notion, confluence
About
Versions (100)
v0.75.1
2024-02-21What’s Changed
Improvements
- Added flag
--no-migrateto optionally suppress automatic migrations on startup (the container will exit instead). - Added option
OIDC_LOGOUT_URIas optional post-logout redirect url by @Shuttleu in https://github.com/outline/outline/pull/6539 - Added option
OIDC_DISABLE_REDIRECTto prevent automatic OIDC redirect by @Shuttleu in https://github.com/outline/outline/pull/6544 MAXIMUM_IMPORT_SIZEwas deprecated and split intoFILE_STORAGE_IMPORT_MAX_SIZE(for documents) andFILE_STORAGE_WORKSPACE_IMPORT_MAX_SIZE(for workspace imports) in https://github.com/outline/outline/pull/6566
Fixes
- Fixed new paragraphs are lost in table cells imported from HTML
- Fixed an issue where tables with empty cells could fail to import from HTML
- Fixed an issue where quoted search queries with colons could cause a server error
- Fixed regression in styling of search filter options
- Fixed an issue where error in OIDC login would result in infinite redirect
- Hide image drag handles, empty captions, and selected outlines when printing in https://github.com/outline/outline/pull/6550
- Missing highlighted context on search results page in https://github.com/outline/outline/pull/6549
- Error for self-host draw.io by @TaoChan1005 in https://github.com/outline/outline/pull/6554
- Propagate Enter key events in
SuggestionsMenuallows pressingEnterafter typed url in embed input by @superkelvint in https://github.com/outline/outline/pull/6556 - Do not load
opensearch.xmlfrom CDN, so it uses the correct subdomain by @waf in https://github.com/outline/outline/pull/6567 CMD+Znow works now works when the editor component does not technically have focus- Served HTML
langattribute now reflects installation default language
New Contributors
- @Shuttleu made their first contribution in https://github.com/outline/outline/pull/6539
- @TaoChan1005 made their first contribution in https://github.com/outline/outline/pull/6554
- @superkelvint made their first contribution in https://github.com/outline/outline/pull/6556
- @waf made their first contribution in https://github.com/outline/outline/pull/6567
Full Changelog: https://github.com/outline/outline/compare/v0.75.0…v0.75.1