Update outlinewiki/outline Docker tag to v0.78.0 #290

Merged
AverageMarcus merged 1 commits from renovate/outlinewiki-outline-0.x into master 2024-07-20 07:14:52 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
outlinewiki/outline minor 0.77.3 -> 0.78.0

Release Notes

outline/outline (outlinewiki/outline)

v0.78.0

Compare Source

What's Changed

Comment resolving
image

It's now possible to resolve comment threads on documents from the comment menu. You can always view and restore a document's resolved comments by clicking the checkmark icon at the top right of the sidebar.

Icon and emojis
image

Thanks to @​hmacr who put in a ton of work to rebuild our picker interface, you can now select emoji and icons for both document and collection in one unified UI – this finally enables using emoji for collections and icons on documents. We also added even more new icons to choose from in this release.

Discord Authentication

Discord was added as a fully supported authentication provider plugin. In addition to the regular security controls for email domain you can also configure to restrict logins to a specific Discord server and roles. See more in the documentation.

Other improvements
  • When creating a document inside a collection it is now published by default (#​7243)
  • A display preference was added to move the table of contents to the right side of documents (#​6943)
  • Users with "Can edit" permission for a document now have the ability to create child documents. This brings the permission inline with the Edit permission on collections (#​7257)
  • Frequently used code block languages are now shown first in the list (#​7222)
  • AZURE_TENANT_ID added to allow custom azure tenant (#​7028)
  • Table of contents is now enabled by default on publicly shared docs with headings
  • Images that cannot load now show an improved broken state in the editor (#​7200)
  • Support for TLDraw viewer links added (#​7205)
  • Users will no longer be prompted to install the PWA on publicly shared docs (#​7198)
  • Collection icon can now be directly updated in the same manner as collection (#​7120)
  • Sharing dialog now has keyboard navigation (#​7102)
  • API keys now display when they were last used (#​7082)
  • API keys can now have an expiry set (#​7064)
  • Full Swedish 🇸🇪 and Norwegian 🇳🇴 translations were added
Fixes
  • Groups added to a collection are no longer always added with read-only permission
  • Admins were unable to see documents shared from another users private collection (#​7264)
  • Collection actions available in command menu after navigating away from a collection (#​7241)
  • "Edit" button and other functionality disappears after unpublishing a document (#​7258)
  • Table insert controls no longer visible in read only mode (#​7249)
  • Document icons are now shown in link search results in the editor
  • Image and file upload now works correctly on mobile devices (#​7161)
  • Fixed an issue where the "Archived by" text would temporarily reference the wrong user (#​7223)
  • Fixed an issue with groups not appearing in collection share options
  • Fixed an issue where the table of contents last heading would never be highlighted (#​7204)
  • Contrast of search highlighting increased in dark mode
  • Text will no longer become selected when resizing sidebars
  • CJK document content no longer overflows in search results (#​7183)
  • Whitespace only comments are no longer allowed (#​7168)
  • Duplicating a document no longer loses advanced formatting
  • Iframely is now correctly disabled with no API_KEY in env
  • Reduced false positives for "smart" replacement of fractions in editor (#​7141)
  • Fixed an issue where it was not possible to choose 'No access' as bulk import permission
  • Scrollwheel can no longer cause zoomed images to get stuck (#​7083)

New Contributors

Full Changelog: https://github.com/outline/outline/compare/v0.77.3...v0.78.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.77.3` -> `0.78.0` | --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v0.78.0`](https://github.com/outline/outline/releases/tag/v0.78.0) [Compare Source](https://github.com/outline/outline/compare/v0.77.3...v0.78.0) #### What's Changed ##### Comment resolving <img width="737" alt="image" src="https://github.com/user-attachments/assets/31f12e81-61a5-4331-b7a8-6902cbb9dc9e"> It's now possible to resolve comment threads on documents from the comment menu. You can always view and restore a document's resolved comments by clicking the checkmark icon at the top right of the sidebar. ##### Icon and emojis <img width="737" alt="image" src="https://github.com/user-attachments/assets/f1956172-09ec-4b72-85f1-b569234eea38"> Thanks to [@&#8203;hmacr](https://github.com/hmacr) who put in a ton of work to rebuild our picker interface, you can now select emoji and icons for both document and collection in one unified UI – this finally enables using emoji for collections and icons on documents. We also added even more new icons to choose from in this release. ##### Discord Authentication Discord was added as a fully supported authentication provider plugin. In addition to the regular security controls for email domain you can also configure to restrict logins to a specific Discord server and roles. See more in the [documentation](https://docs.getoutline.com/s/hosting/doc/discord-g4JdWFFub6). ##### Other improvements - When creating a document inside a collection it is now published by default ([#&#8203;7243](https://github.com/outline/outline/issues/7243)) - A display preference was added to move the table of contents to the right side of documents ([#&#8203;6943](https://github.com/outline/outline/issues/6943)) - Users with "Can edit" permission for a document now have the ability to create child documents. This brings the permission inline with the Edit permission on collections ([#&#8203;7257](https://github.com/outline/outline/issues/7257)) - Frequently used code block languages are now shown first in the list ([#&#8203;7222](https://github.com/outline/outline/issues/7222)) - `AZURE_TENANT_ID` added to allow custom azure tenant ([#&#8203;7028](https://github.com/outline/outline/issues/7028)) - Table of contents is now enabled by default on publicly shared docs with headings - Images that cannot load now show an improved broken state in the editor ([#&#8203;7200](https://github.com/outline/outline/issues/7200)) - Support for TLDraw viewer links added ([#&#8203;7205](https://github.com/outline/outline/issues/7205)) - Users will no longer be prompted to install the PWA on publicly shared docs ([#&#8203;7198](https://github.com/outline/outline/issues/7198)) - Collection icon can now be directly updated in the same manner as collection ([#&#8203;7120](https://github.com/outline/outline/issues/7120)) - Sharing dialog now has keyboard navigation ([#&#8203;7102](https://github.com/outline/outline/issues/7102)) - API keys now display when they were last used ([#&#8203;7082](https://github.com/outline/outline/issues/7082)) - API keys can now have an expiry set ([#&#8203;7064](https://github.com/outline/outline/issues/7064)) - Full Swedish 🇸🇪 and Norwegian 🇳🇴 translations were added ##### Fixes - Groups added to a collection are no longer always added with `read-only` permission - Admins were unable to see documents shared from another users private collection ([#&#8203;7264](https://github.com/outline/outline/issues/7264)) - Collection actions available in command menu after navigating away from a collection ([#&#8203;7241](https://github.com/outline/outline/issues/7241)) - "Edit" button and other functionality disappears after unpublishing a document ([#&#8203;7258](https://github.com/outline/outline/issues/7258)) - Table insert controls no longer visible in read only mode ([#&#8203;7249](https://github.com/outline/outline/issues/7249)) - Document icons are now shown in link search results in the editor - Image and file upload now works correctly on mobile devices ([#&#8203;7161](https://github.com/outline/outline/issues/7161)) - Fixed an issue where the "Archived by" text would temporarily reference the wrong user ([#&#8203;7223](https://github.com/outline/outline/issues/7223)) - Fixed an issue with groups not appearing in collection share options - Fixed an issue where the table of contents last heading would never be highlighted ([#&#8203;7204](https://github.com/outline/outline/issues/7204)) - Contrast of search highlighting increased in dark mode - Text will no longer become selected when resizing sidebars - CJK document content no longer overflows in search results ([#&#8203;7183](https://github.com/outline/outline/issues/7183)) - Whitespace only comments are no longer allowed ([#&#8203;7168](https://github.com/outline/outline/issues/7168)) - Duplicating a document no longer loses advanced formatting - Iframely is now correctly disabled with no API_KEY in env - Reduced false positives for "smart" replacement of fractions in editor ([#&#8203;7141](https://github.com/outline/outline/issues/7141)) - Fixed an issue where it was not possible to choose 'No access' as bulk import permission - Scrollwheel can no longer cause zoomed images to get stuck ([#&#8203;7083](https://github.com/outline/outline/issues/7083)) #### New Contributors - [@&#8203;sebasptsch](https://github.com/sebasptsch) made their first contribution in https://github.com/outline/outline/pull/7005 - [@&#8203;mkrfowler](https://github.com/mkrfowler) made their first contribution in https://github.com/outline/outline/pull/7061 - [@&#8203;MnkyArts](https://github.com/MnkyArts) made their first contribution in https://github.com/outline/outline/pull/7184 - [@&#8203;airbenich](https://github.com/airbenich) made their first contribution in https://github.com/outline/outline/pull/7028 - [@&#8203;feingold-ant](https://github.com/feingold-ant) made their first contribution in https://github.com/outline/outline/pull/7243 - [@&#8203;guoard](https://github.com/guoard) made their first contribution in https://github.com/outline/outline/pull/7246 - [@&#8203;alexislefebvre](https://github.com/alexislefebvre) made their first contribution in https://github.com/outline/outline/pull/7273 **Full Changelog**: https://github.com/outline/outline/compare/v0.77.3...v0.78.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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzQuMiIsInVwZGF0ZWRJblZlciI6IjM3LjQzNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2024-07-20 03:06:15 +00:00
AverageMarcus merged commit fa316018ff into master 2024-07-20 07:14:52 +00:00
AverageMarcus deleted branch renovate/outlinewiki-outline-0.x 2024-07-20 07:14:52 +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#290
No description provided.