chore(deps): update outlinewiki/outline docker tag to v0.83.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
outlinewiki/outline | Kustomization | minor |
0.82.0 -> 0.83.0
|
⚠ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
outline/outline (outlinewiki/outline)
v0.83.0
[!NOTE]
Migrations in this release will enable thepg_trgm
database extension (ref). If your database user does not have permission to enable extensions then this will need to be done by an admin user ahead of updating.
What's Changed
Improvements
- A completely rebuilt Notion importer in https://github.com/outline/outline/pull/8710
- Enable dragging a document into drafts in https://github.com/outline/outline/pull/8411
- Improved document history styling in https://github.com/outline/outline/pull/8496
- Added collection subscriptions in https://github.com/outline/outline/pull/8392
- Added ability to change the type of a notice in the editor by @xYouLL in https://github.com/outline/outline/pull/8533
- Improvements to keyboard navigation in find and replace popover in https://github.com/outline/outline/pull/8560
- PWA dock icon is now badged when notifications are available in https://github.com/outline/outline/pull/8580
- Restored the ability to search documents in the link toolbar (Removed in v0.82.0) in https://github.com/outline/outline/pull/8581
-
Search in document
was added to the command menu in https://github.com/outline/outline/pull/8596 - The default order for comments is now
Order in doc
in https://github.com/outline/outline/pull/8597 - Inline code can now be formatted with bold, italic, and links in https://github.com/outline/outline/pull/8625
- TOC is now repositioned for printing in https://github.com/outline/outline/pull/8600
- It's now possible to make the first item in a list any block item (previously it had to be a paragraph) in https://github.com/outline/outline/pull/8632
- @Mentions of the logged in user are now highlighted in https://github.com/outline/outline/pull/8718
- Allow middle click by @josiah-roberts in https://github.com/outline/outline/pull/8725
- Added a
No access to doc
screen in https://github.com/outline/outline/pull/8702 - Added
XML
as code formatting option in https://github.com/outline/outline/pull/8767 - Added option to copy document as plain text in https://github.com/outline/outline/pull/8913
- Added a short delay on exiting a hovered sidebar by @Rahma-sbei in https://github.com/outline/outline/pull/8888
- Admin: Shared links admin table now has filtering in https://github.com/outline/outline/pull/8602
- API: Added
text
parameter tocomments.create
in https://github.com/outline/outline/pull/8544 - API: Added
query
parameter tocollections.list
in https://github.com/outline/outline/pull/8595 - New translations
Fixes
- fix: copy pasting the content from Medium articles does not get the images in https://github.com/outline/outline/pull/8472
- fix: Set sidebar context for archive section in https://github.com/outline/outline/pull/8485
- fix: Update local storage when creating/deleting pins in https://github.com/outline/outline/pull/8504
- fix: Prevent last user/group with collection manage permission being removed in https://github.com/outline/outline/pull/8499
- fix: Prevent double pinning of documents in https://github.com/outline/outline/pull/8503
- fix: Wrapping of headings on mobile ToC in https://github.com/outline/outline/pull/8531
- fix: Horizontal scroll in workspace details page in https://github.com/outline/outline/pull/8548
- fix: Smart text fraction replacements lose preceding space in https://github.com/outline/outline/pull/8564
- fix: If multiple authentication providers match, prioritize enabled one in https://github.com/outline/outline/pull/8566
- fix: Show diff from document when revision has not been created yet in https://github.com/outline/outline/pull/8567
- Send editor version down websocket and force reload in https://github.com/outline/outline/pull/8582
- fix: Check user has enabled create-comment notification in email flow in https://github.com/outline/outline/pull/8591
- fix: Members table always fades in in https://github.com/outline/outline/pull/8594
- fix: Current user presence in documents is incorrect in https://github.com/outline/outline/pull/8593
- fix: Creates a gap cursor position between tables positioned next to each other in https://github.com/outline/outline/pull/8599
- fix: Flaky test ordered event expectations in https://github.com/outline/outline/pull/8607
- perf: Move text serialization to task runner in https://github.com/outline/outline/pull/8589
- fix: Apply full width property from templates in https://github.com/outline/outline/pull/8615
- feat: collection mentions by @xYouLL in https://github.com/outline/outline/pull/8529
- fix: Filter archived collections in start view selection in https://github.com/outline/outline/pull/8629
- fix: Skip auto creating subscriptions when user/group is added to a document in https://github.com/outline/outline/pull/8630
- perf: Add trigram index for doc title search in https://github.com/outline/outline/pull/8454
- Prevent duplicate emails when user has existing access to a document. in https://github.com/outline/outline/pull/8263
- fix: Skip unsubscribing when user has access to document in https://github.com/outline/outline/pull/8631
- fix: Add more tldraw url support in https://github.com/outline/outline/pull/8638
- fix: recent searches appearing over dropdown options on search page in https://github.com/outline/outline/pull/8640
- fix: Inline code converts to block on paste from remote source in https://github.com/outline/outline/pull/8669
- fix: Potential unsafe
content-type
check in https://github.com/outline/outline/pull/8673 - chore: Improve CSV output sanitization in https://github.com/outline/outline/pull/8682
- fix: API middleware wrapper triggers on JSZip stream in https://github.com/outline/outline/pull/8683
- fix: Move search term to
q
query string in https://github.com/outline/outline/pull/8701 - fix: "unknown" users visible in users table in https://github.com/outline/outline/pull/8726
- fix: Error rendering read only editor with paragraph without text content in https://github.com/outline/outline/pull/8730
- fix: Add prevention of auto-following unsubscribe links in emails in https://github.com/outline/outline/pull/8735
- fix: Allow dash,emdash,underscore in mention search in https://github.com/outline/outline/pull/8747
- fix: Allow team admin to manage permissions on any document they have access to in https://github.com/outline/outline/pull/8746
- fix: Unsubscribe link for collection subscriptions in https://github.com/outline/outline/pull/8734
- fix: Direct link to heading lost when pasting in https://github.com/outline/outline/pull/8749
- Prevent outdated clients from connecting to collaboration server in https://github.com/outline/outline/pull/8751
- fix: Do not wait for connections at end of test suites in https://github.com/outline/outline/pull/8752
- fix: Release redis lock only when it hasn't expired in https://github.com/outline/outline/pull/8765
- fix: Use configured proxy for OIDC server-to-server requests in https://github.com/outline/outline/pull/8776
- fix: Improve performance of notification queries in https://github.com/outline/outline/pull/8809
- fix: Handle switching between regular lists and todo lists by @adityash1 in https://github.com/outline/outline/pull/8828
- fix: Show @ symbol on mentions in email snippets in https://github.com/outline/outline/pull/8833
- fix: Handle deleted user in
NotificationHelper
in https://github.com/outline/outline/pull/8835 - fix: Paste partially over code prevents pasting PM nodes in https://github.com/outline/outline/pull/8836
- fix: Table columns sometimes lost in copy paste in https://github.com/outline/outline/pull/8845
- Move post-login redirect logic to AuthenticatedLayout in https://github.com/outline/outline/pull/8864
- fix: Remove url->embed mapping in Markdown import in https://github.com/outline/outline/pull/8891
- fix: Increase lock timeout for calculating document diff in https://github.com/outline/outline/pull/8902
- fix: Allow OIDC without team name in https://github.com/outline/outline/pull/8911
- fix: Update collection 'documentStructure' when archived document is deleted in https://github.com/outline/outline/pull/8922
New Contributors
- @xYouLL made their first contribution in https://github.com/outline/outline/pull/8533
- @josiah-roberts made their first contribution in https://github.com/outline/outline/pull/8725
- @codegen-sh made their first contribution in https://github.com/outline/outline/pull/8774
- @Rahma-sbei made their first contribution in https://github.com/outline/outline/pull/8888
Full Changelog: https://github.com/outline/outline/compare/v0.82.0...v0.83.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.