Update outlinewiki/outline Docker tag to v0.83.0 #121

Merged
alexlebens merged 1 commits from renovate/outlinewiki-outline-0.x into main 2025-04-14 19:46:26 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
outlinewiki/outline minor 0.82.0 -> 0.83.0

Release Notes

outline/outline (outlinewiki/outline)

v0.83.0

Compare Source

What's Changed

Improvements
Fixes

New Contributors

Full Changelog: https://github.com/outline/outline/compare/v0.82.0...v0.83.0


Configuration

📅 Schedule: Branch creation - "* */1 * * *" in timezone US/Central, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://github.com/outline/outline) | minor | `0.82.0` -> `0.83.0` | --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v0.83.0`](https://github.com/outline/outline/releases/tag/v0.83.0) [Compare Source](https://github.com/outline/outline/compare/v0.82.0...v0.83.0) #### What's Changed ##### Improvements - A completely rebuilt [Notion importer](https://docs.getoutline.com/s/hosting/doc/notion-2v6g7WY3l3) 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 [@&#8203;xYouLL](https://github.com/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 - [@&#8203;Mentions](https://github.com/Mentions) of the logged in user are now highlighted in https://github.com/outline/outline/pull/8718 - Allow middle click by [@&#8203;josiah-roberts](https://github.com/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 [@&#8203;Rahma-sbei](https://github.com/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 to `comments.create` in https://github.com/outline/outline/pull/8544 - API: Added `query` parameter to `collections.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 [@&#8203;xYouLL](https://github.com/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 [@&#8203;adityash1](https://github.com/adityash1) in https://github.com/outline/outline/pull/8828 - fix: Show @&#8203; 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 - [@&#8203;xYouLL](https://github.com/xYouLL) made their first contribution in https://github.com/outline/outline/pull/8533 - [@&#8203;josiah-roberts](https://github.com/josiah-roberts) made their first contribution in https://github.com/outline/outline/pull/8725 - [@&#8203;codegen-sh](https://github.com/codegen-sh) made their first contribution in https://github.com/outline/outline/pull/8774 - [@&#8203;Rahma-sbei](https://github.com/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 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* */1 * * *" in timezone US/Central, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from be41e3abd3 to b6a2c4831b 2025-04-13 19:30:50 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from b6a2c4831b to 7f6c575d68 2025-04-14 00:31:17 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 7f6c575d68 to 3c928382dd 2025-04-14 01:01:35 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 3c928382dd to f81d897701 2025-04-14 02:00:49 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from f81d897701 to dbb6e00b68 2025-04-14 02:31:36 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from dbb6e00b68 to 3133723b8a 2025-04-14 03:02:11 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 3133723b8a to 760be6af8e 2025-04-14 04:30:48 +00:00 Compare
renovate-bot force-pushed renovate/outlinewiki-outline-0.x from 760be6af8e to 2989b699af 2025-04-14 07:31:28 +00:00 Compare
alexlebens merged commit 5d0f2982ee into main 2025-04-14 19:46:26 +00:00
alexlebens deleted branch renovate/outlinewiki-outline-0.x 2025-04-14 19:46:26 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alexlebens/infrastructure#121
No description provided.