Outline - Package Updates
Pinned
Outline
-
-
[0.6.0]
- Update Outline to 0.73.0
- Full changelog
- Bulk import was re-architected to support imports larger than 2Gb in size
- Added "Copy document" dialog that allows choosing whether to duplicate nested documents in #6009
- Todo items in editor can now be toggled with Cmd+Enter (Ctrl+Enter on Windows)
- Added a button on comments to upload images in #6092
- Documents pinned to a collection are now shown above the description
- "Full width" document preference is now remembered per-user
- New style and polish for toast messages in #6053
-
Kindly update to the latest release:
-
[0.8.0]
- Update Outline to 0.74.0
- Full changelog
- Clicking on a link while editing will now automatically select the entire link
- Mermaid diagrams are now rendered in HTML exports in #6205
- Added "Share" option to document menu on mobile
- New translations
- Updated to Node 20 LTS
- [API] comments.list endpoint can now be used without a document ID
- Find and replace dialog no longer gets stuck without replace button
- Fixed corruption in imports in #6162
- Fixed recurring OOM crash when DataDog and Sentry are enabled.
- Fixed display of video nodes in document history
- Fixed members can now create templates again
- Fixed viewing public shares failed if user has an expired token in #6134
- Restored ability to comment in code blocks in #6154
- Comment functionality should not show in toolbar for view-only users in #6011
- Added support for tldraw snapshot links in #6210
- Restored PWA install in recent Chrome versions
- Fixed extra empty page in HTML exports in #6205
- Emoji in template titles are now applied correctly in #6169
- Many dependency updates
-
@shrey said in Outline - Package Updates:
Kindly update to the latest release:
-
[1.0.1]
- Update Outline to 0.75.1
- Full changelog
- Added flag --no-migrate to optionally suppress automatic migrations on startup
- Added option OIDC_LOGOUT_URI to trigger logout in OIDC on logout in Outline by @Shuttleu in https://github.com/outline/outline/pull/6539
- Added option OIDC_DISABLE_REDIRECT to prevent automatic OIDC redirect by @Shuttleu in https://github.com/outline/outline/pull/6544
- MAXIMUM_IMPORT_SIZE was deprecated and split into FILE_STORAGE_IMPORT_MAX_SIZE (for documents) and FILE_STORAGE_WORKSPACE_IMPORT_MAX_SIZE (for workspace imports) in https://github.com/outline/outline/pull/6566
- 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
- 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 SuggestionsMenu allows pressing Enter after typed url in embed input by @superkelvint in https://github.com/outline/outline/pull/6556
- Do not load opensearch.xml from CDN, so it uses the correct subdomain by @waf in https://github.com/outline/outline/pull/6567
- CMD+Z now works now works when the editor component does not technically have focus
- Served HTML lang attribute now reflects installation default language
-
[1.0.2]
- Update Outline to 0.75.2
- Full changelog
- Regression in 0.75.1 that required MAXIMUM_IMPORT_SIZE config to be set
- Fixed an issue where the comment sidebar would overflow the screen at tablet size
- Removed the maximum of 10 allowed domains
-
[1.1.0]
- Update Outline to 0.76.0
- Full changelog
- Improved search matching for "phrases" and urls in #6800
- Added "Search in document" functionality to restrict a search to a subtree
- Improved the quality of snippets for search results in #6828
- Processing of documents.import now happens on worker
- Added support for emoji version 15.0
- Added 80+ additional collection icons in #6803
- Added "Archive all notifications" option @hmacr in #6599
- Added sorting controls to tables in #6678
- Added support for custom db schema by @axelrindle in #6670
- Default user language is now inferred when signing in via Google in #6679
-
[1.1.1]
- Update Outline to 0.76.1
- Full changelog
- When importing a HTML file with tables it would be imported as raw HTML if a cell contained a list or heading
- Fixed an issue that prevented unarchiving documents
- Fixed an issue that prevented connecting Slack channels to a collection
-
[1.3.1]
- Update Outline to 0.77.1
- Full changelog
- Fixed an issue that could cause the app to become unresponsive when zooming out of an image
- Restored the text field in outgoing document webhooks
- Page scroll now resets correctly on mobile when navigating between documents
- Tables with a single remaining column now automatically fill available width