Update outlinewiki/outline Docker tag to v0.81.0 #358

Merged
AverageMarcus merged 1 commits from renovate/outlinewiki-outline-0.x into master 2024-11-13 13:03:26 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
outlinewiki/outline minor 0.80.2 -> 0.81.0

Release Notes

outline/outline (outlinewiki/outline)

v0.81.0

Compare Source

What's Changed

Improvements
Fixes
  • Notion import will no longer fail when importing a single document without any sub-documents
  • A bug was fixed where draft comment marks would be shown to other users (https://github.com/outline/outline/issues/7470)
  • Fixed animations when zooming images in the editor (#​7883)
  • Toolbar behavior is now improved when selection partially contains a link (https://github.com/outline/outline/issues/7890)
  • Switching to edit mode no longer resets page scroll to the top (https://github.com/outline/outline/issues/7910)
  • Documents can now be restored from a deleted collection
  • Fixed an issue where the same file can not be imported twice without reloading the page
  • Fixed an issue where code block line numbers where not displayed when pasting code
  • Enter with an image selected now creates a new paragraph below
  • Fixed cannot use Discord sign-in if Guild name is a URL (https://github.com/outline/outline/issues/7776)
  • Fixed an issue where triple clicking the last line in a code block on Firefox would leave a strange selection (#​7858)
  • Decreased sensitivity of markdown detection (https://github.com/outline/outline/issues/7873)
  • Editor toolbar can no longer get lost behind header (https://github.com/outline/outline/issues/7826)
  • Fixed an issue where not all backlinks would appear depending on user permissions
  • Single character workspace names are now allowed, though discouraged!
  • Fixed an issue where videos cannot be scrubbed in Chrome (https://github.com/outline/outline/issues/7517)
  • Mentioning with a space in the search is now inserted correctly (#​7759)
  • Fixed headings not considered correctly with RTL content
  • Improved copy and paste behavior when copying content from a single table cell
  • Sorting a table now correctly takes into account the header row
  • Fixed an issue where post login redirect would be incorrect (#​7662)
  • Various performance improvements

New Contributors

Full Changelog: https://github.com/outline/outline/compare/v0.80.2...v0.81.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.80.2` -> `0.81.0` | --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v0.81.0`](https://github.com/outline/outline/releases/tag/v0.81.0) [Compare Source](https://github.com/outline/outline/compare/v0.80.2...v0.81.0) #### What's Changed ##### Improvements - ⭐ It is now possible to emoji react to comments - ⭐ You can now archive an entire collection (https://github.com/outline/outline/issues/3141) - Comments sidebar can now be sorted by position in document (https://github.com/outline/outline/issues/7725) - `@mention` users can now be searched by email (https://github.com/outline/outline/issues/7679) - There is now a "Leave document" menu item on documents that have been shared with you - Publicly shared docs now have the option to disable search engine indexing (https://github.com/outline/outline/issues/7486) - Import of CSV files is now supported, they will be converted to a document with a single table - Tables now have an "Export as CSV" option (https://github.com/outline/outline/issues/7743) - It is now possible to disable "Smart text" replacements with a user preference (https://github.com/outline/outline/issues/7769) - Dark mode colors are now more consistent - Collections now have reverse alphabetical sort as an option (https://github.com/outline/outline/issues/7692) - Multiplayer text selections are now hidden after a short timeout (https://github.com/outline/outline/issues/7527) - `Reply-to` email on outgoing emails is now the actor's email where user has permission to view - Publicly shared docs now have a button to toggle the sidebar - Mermaid diagrams now have syntax highlighting for their source code - `cmd`+`f` now supports diacritics - Search page now works with Firefox keywords - **API**: New `installation.info` endpoint to get current and latest version of the application - **API**: `apiKeys.list` now allows returning all available API keys in the instance ##### Fixes - Notion import will no longer fail when importing a single document without any sub-documents - A bug was fixed where draft comment marks would be shown to other users (https://github.com/outline/outline/issues/7470) - Fixed animations when zooming images in the editor ([#&#8203;7883](https://github.com/outline/outline/issues/7883)) - Toolbar behavior is now improved when selection partially contains a link (https://github.com/outline/outline/issues/7890) - Switching to edit mode no longer resets page scroll to the top (https://github.com/outline/outline/issues/7910) - Documents can now be restored from a deleted collection - Fixed an issue where the same file can not be imported twice without reloading the page - Fixed an issue where code block line numbers where not displayed when pasting code - `Enter` with an image selected now creates a new paragraph below - Fixed cannot use Discord sign-in if Guild name is a URL (https://github.com/outline/outline/issues/7776) - Fixed an issue where triple clicking the last line in a code block on Firefox would leave a strange selection ([#&#8203;7858](https://github.com/outline/outline/issues/7858)) - Decreased sensitivity of markdown detection (https://github.com/outline/outline/issues/7873) - Editor toolbar can no longer get lost behind header (https://github.com/outline/outline/issues/7826) - Fixed an issue where not all backlinks would appear depending on user permissions - Single character workspace names are now allowed, though discouraged! - Fixed an issue where videos cannot be scrubbed in Chrome (https://github.com/outline/outline/issues/7517) - Mentioning with a space in the search is now inserted correctly ([#&#8203;7759](https://github.com/outline/outline/issues/7759)) - Fixed headings not considered correctly with RTL content - Improved copy and paste behavior when copying content from a single table cell - Sorting a table now correctly takes into account the header row - Fixed an issue where post login redirect would be incorrect ([#&#8203;7662](https://github.com/outline/outline/issues/7662)) - Various performance improvements #### New Contributors - [@&#8203;dreamerblue](https://github.com/dreamerblue) made their first contribution in https://github.com/outline/outline/pull/6727 - [@&#8203;QriDoki](https://github.com/QriDoki) made their first contribution in https://github.com/outline/outline/pull/7694 - [@&#8203;Zoobdude](https://github.com/Zoobdude) made their first contribution in https://github.com/outline/outline/pull/7762 - [@&#8203;AlexandrZagorskiy](https://github.com/AlexandrZagorskiy) made their first contribution in https://github.com/outline/outline/pull/7744 - [@&#8203;infinite-persistence](https://github.com/infinite-persistence) made their first contribution in https://github.com/outline/outline/pull/7825 **Full Changelog**: https://github.com/outline/outline/compare/v0.80.2...v0.81.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMC4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2024-11-12 04:44:41 +00:00
AverageMarcus merged commit 76cb270f66 into master 2024-11-13 13:03:26 +00:00
AverageMarcus deleted branch renovate/outlinewiki-outline-0.x 2024-11-13 13:03:27 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

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