Update outlinewiki/outline Docker tag to v0.82.0 #425

Merged
AverageMarcus merged 1 commits from renovate/outlinewiki-outline-0.x into master 2025-02-16 08:52:26 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
outlinewiki/outline minor 0.81.1 -> 0.82.0

Release Notes

outline/outline (outlinewiki/outline)

v0.82.0

Compare Source

What's Changed

image

Improvements
  • Mention documents with @ – document mentions will automatically keep title and icon in sync (changelog)
  • Editor embeds are now vertically resizable
  • When pasting a link there is now an option to embed or link
  • Upgraded Mermaid diagrams to v11 (#​7964)
  • Copying a document now offers the choice of destination (#​8030)
  • When pasting remote images, they will now be automatically uploaded to Outline storage (#​8301) (#​8086)
  • New tables in the editor now start with fixed width (but resizable) columns
  • Email notifications are no longer sent for insignificant document changes
  • Collection description was moved to it's own tab
  • Copying text out of the editor now copies markdown to the clipboard where appropriate
  • Added command to create nested document from command menu (#​8365)
  • Creating a new document from the sidebar is now much faster
  • It is now possible to create API keys with scopes (#​8297)
  • Added new icons into picker
  • Added Protobuf code highlighting (#​8141)
  • Added inline resolve action on comment threads (#​7977)
  • Long comment reply threads can now be collapsed (#​7941)
  • Users can now change their own email address (#​8119)
  • Admins are now able to manage all API keys in workspace (#​8049)
  • All admin tables where upgraded and improved with infinite scroll and filtering (#​8157)
  • Moved group management to a table with sorting and filtering (#​8212)
  • Comments API methods can now optionally return the anchor text (#​8196)
  • Groups now support an externalId property to allow easier syncing with an external source (#​8127)
  • Users will now be subscribed to a document automatically when it is shared with them (#​8108)
  • Triple clicking in a code mark now selects the entire mark (#​8072)
  • Tooltips now include shortcuts for formatting toolbar (#​8080)
  • Tooltip behavior was improved when moving rapidly between items (#​8069)
  • Notifications are now sent for resolved comments (#​8045)
Fixes
Editor
  • Fixes a hanging/crash that occurred in Chromium 132+
  • Template button no longer shows for users with viewer rights
  • @ mention search now supports "/" character (https://github.com/outline/outline/issues/8406)
  • Fixed various issues making linking to a heading unreliable
  • Mentions can now be found through find and replace
  • It is now easier to select an image instead of zooming when editing (https://github.com/outline/outline/issues/8367)
  • Shared documents will now only display a table of contents if they have headings
  • Improved layout with mixed RTL content (#​8247)
  • Fixed a bug in nested heading collapsing (#​8223)
  • Added HEIC image support (#​8122)
  • Fixed a bug that prevented leaving overlapping comments (#​8107)
  • The last table column can now be resized, previously this was not possible
  • Added "Neon" highlighter color option
  • Fixed flash of styles when printing in dark theme (#​8010)
  • Fixed list anchors cut off when printing to PDF (#​7958)
Other
  • All API requests now properly support response compression
  • Umami integration now supports self-hosted URLS on non-standard ports (https://github.com/outline/outline/issues/8371)
  • Quoted search queries will now return more matches
  • Fixed preloading of starred sidebar items
  • Fixed an issue that would make moving documents in the sidebar through drag and drop tricky (#​8333)
  • Fixed several places that untitled documents would appear as an empty string
  • Changed outgoing email name to prevent spoofing warnings in some providers
  • Fixed signed URLs in shared documents only lasted 60 seconds
  • Creating a document from a template via the API now allows overriding title and text (#​8274)
  • Added support for newer Canva links (#​8140)
  • Updated light theme text to be WCAG AA compliant (#​8113)
  • Previously mentioned users in a thread are now notified when a new comment is added (#​8194)
  • Improved error message when database URL contains invalid characters (#​8110)
  • Fixed markdown escape characters left in titles on import (#​8102)
  • Added a parameter to ensure logout OIDC never immediately logs back in
  • Rare loop of storage events between tabs causing flickering UI (#​7996)

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.81.1` -> `0.82.0` | --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v0.82.0`](https://github.com/outline/outline/releases/tag/v0.82.0) [Compare Source](https://github.com/outline/outline/compare/v0.81.1...v0.82.0) #### What's Changed ![image](https://github.com/user-attachments/assets/991342ca-9fcd-43a1-8299-8b209f2c1dd9) ##### Improvements - ⭐ Mention documents with `@` – document mentions will automatically keep title and icon in sync ([changelog](https://www.getoutline.com/changelog/document-mentions)) - ⭐ Editor embeds are now vertically resizable - ⭐ When pasting a link there is now an *option* to embed or link - ⭐ Upgraded Mermaid diagrams to v11 ([#&#8203;7964](https://github.com/outline/outline/issues/7964)) - Copying a document now offers the choice of destination ([#&#8203;8030](https://github.com/outline/outline/issues/8030)) - When pasting remote images, they will now be automatically uploaded to Outline storage ([#&#8203;8301](https://github.com/outline/outline/issues/8301)) ([#&#8203;8086](https://github.com/outline/outline/issues/8086)) - New tables in the editor now start with fixed width (but resizable) columns - Email notifications are no longer sent for insignificant document changes - Collection description was moved to it's own tab - Copying text out of the editor now copies markdown to the clipboard where appropriate - Added command to create nested document from command menu ([#&#8203;8365](https://github.com/outline/outline/issues/8365)) - Creating a new document from the sidebar is now much faster - It is now possible to create API keys with scopes ([#&#8203;8297](https://github.com/outline/outline/issues/8297)) - Added new icons into picker - Added `Protobuf` code highlighting ([#&#8203;8141](https://github.com/outline/outline/issues/8141)) - Added inline resolve action on comment threads ([#&#8203;7977](https://github.com/outline/outline/issues/7977)) - Long comment reply threads can now be collapsed ([#&#8203;7941](https://github.com/outline/outline/issues/7941)) - Users can now change their own email address ([#&#8203;8119](https://github.com/outline/outline/issues/8119)) - Admins are now able to manage all API keys in workspace ([#&#8203;8049](https://github.com/outline/outline/issues/8049)) - All admin tables where upgraded and improved with infinite scroll and filtering ([#&#8203;8157](https://github.com/outline/outline/issues/8157)) - Moved group management to a table with sorting and filtering ([#&#8203;8212](https://github.com/outline/outline/issues/8212)) - Comments API methods can now optionally return the anchor text ([#&#8203;8196](https://github.com/outline/outline/issues/8196)) - Groups now support an `externalId` property to allow easier syncing with an external source ([#&#8203;8127](https://github.com/outline/outline/issues/8127)) - Users will now be subscribed to a document automatically when it is shared with them ([#&#8203;8108](https://github.com/outline/outline/issues/8108)) - Triple clicking in a code mark now selects the entire mark ([#&#8203;8072](https://github.com/outline/outline/issues/8072)) - Tooltips now include shortcuts for formatting toolbar ([#&#8203;8080](https://github.com/outline/outline/issues/8080)) - Tooltip behavior was improved when moving rapidly between items ([#&#8203;8069](https://github.com/outline/outline/issues/8069)) - Notifications are now sent for resolved comments ([#&#8203;8045](https://github.com/outline/outline/issues/8045)) ##### Fixes ##### Editor - Fixes a hanging/crash that occurred in Chromium 132+ - Template button no longer shows for users with viewer rights - `@` mention search now supports "/" character (https://github.com/outline/outline/issues/8406) - Fixed various issues making linking to a heading unreliable - Mentions can now be found through find and replace - It is now easier to select an image instead of zooming when editing (https://github.com/outline/outline/issues/8367) - Shared documents will now only display a table of contents if they have headings - Improved layout with mixed RTL content ([#&#8203;8247](https://github.com/outline/outline/issues/8247)) - Fixed a bug in nested heading collapsing ([#&#8203;8223](https://github.com/outline/outline/issues/8223)) - Added HEIC image support ([#&#8203;8122](https://github.com/outline/outline/issues/8122)) - Fixed a bug that prevented leaving overlapping comments ([#&#8203;8107](https://github.com/outline/outline/issues/8107)) - The last table column can now be resized, previously this was not possible - Added "Neon" highlighter color option - Fixed flash of styles when printing in dark theme ([#&#8203;8010](https://github.com/outline/outline/issues/8010)) - Fixed list anchors cut off when printing to PDF ([#&#8203;7958](https://github.com/outline/outline/issues/7958)) ##### Other - All API requests now properly support response compression - Umami integration now supports self-hosted URLS on non-standard ports (https://github.com/outline/outline/issues/8371) - Quoted search queries will now return more matches - Fixed preloading of starred sidebar items - Fixed an issue that would make moving documents in the sidebar through drag and drop tricky ([#&#8203;8333](https://github.com/outline/outline/issues/8333)) - Fixed several places that untitled documents would appear as an empty string - Changed outgoing email name to prevent spoofing warnings in some providers - Fixed signed URLs in shared documents only lasted 60 seconds - Creating a document from a template via the API now allows overriding `title` and `text` ([#&#8203;8274](https://github.com/outline/outline/issues/8274)) - Added support for newer Canva links ([#&#8203;8140](https://github.com/outline/outline/issues/8140)) - Updated light theme text to be WCAG AA compliant ([#&#8203;8113](https://github.com/outline/outline/issues/8113)) - Previously mentioned users in a thread are now notified when a new comment is added ([#&#8203;8194](https://github.com/outline/outline/issues/8194)) - Improved error message when database URL contains invalid characters ([#&#8203;8110](https://github.com/outline/outline/issues/8110)) - Fixed markdown escape characters left in titles on import ([#&#8203;8102](https://github.com/outline/outline/issues/8102)) - Added a parameter to ensure logout OIDC never immediately logs back in - Rare loop of storage events between tabs causing flickering UI ([#&#8203;7996](https://github.com/outline/outline/issues/7996)) **Full Changelog**: https://github.com/outline/outline/compare/v0.81.1..v0.82.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzAuMyIsInVwZGF0ZWRJblZlciI6IjM5LjE3MC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-02-16 03:03:27 +00:00
AverageMarcus merged commit 98d8e6d401 into master 2025-02-16 08:52:26 +00:00
AverageMarcus deleted branch renovate/outlinewiki-outline-0.x 2025-02-16 08:52:26 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AverageMarcus/cluster.fun#425
No description provided.