Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update image docker.io/outlinewiki/outline to v0.80.2 #4515

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 5, 2024

This PR contains the following updates:

Package Update Change
docker.io/outlinewiki/outline minor 0.76.1 -> 0.80.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

outline/outline (docker.io/outlinewiki/outline)

v0.80.2

Compare Source

What's Changed

New Contributors

Full Changelog: outline/outline@v0.80.1...v0.80.2

v0.80.1

Compare Source

What's Changed

  • Fixed release version
  • Fixed serialization issue #​7634

Full Changelog: outline/outline@v0.80.0...v0.80.1

v0.80.0

Compare Source

[!NOTE]
This release was incorrectly tagged and will show as 0.79.1 when installed, this was addressed in v0.80.1

What's Changed

Improvements
Fixes

New Contributors

Full Changelog: outline/outline@v0.79.1...v0.80.0

v0.79.1

Compare Source

Improvements
  • Adds Docker and Nginx as code editor syntax highlighting options
  • Adds a "Permissions…" menu item to documents
Fixes
  • Fixes failing docker health check when PORT is not explicitly defined in environment
  • Fixes inscrutable error if URL is not defined in environment
  • Fixes failing migration if group_user table contains existing duplicate rows.

v0.79.0

Compare Source

What's Changed

Group document membership

It is now possible to add groups directly to documents, all members of the group will receive access to the document with the chosen permissions. Use this to share portions of a larger private collection with a mix of stakeholders. Groups appear as a new sharing option in the existing Share button.

Other improvements
Fixes

New Contributors

Full Changelog: outline/outline@v0.78.0...v0.79.0

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: outline/outline@v0.77.3...v0.78.0

v0.77.3

Compare Source

Fixes
  • Unable to scroll comment sidebar until multiple comments are posted
  • Error parsing attachment IDs when node data contains invalid src
  • Fix for type confusion with node attrs (CVE-2024-40626)

v0.77.2

Compare Source

Fixes
  • Restores ability to use IAM roles for S3 storage integration (Regressed with SDK upgrade in 0.77.0)
  • Fixed table attributes in template lost on application
  • Fixed PDF's and images now correctly return inline content disposition on shared docs using local storage strategy
  • Fixed vertical alignment of document contents
  • Escape correctly closes command menu again when viewing a document or collection

v0.77.1

Compare Source

Fixes
  • Restores ARM architecture compatibility (Docker image switched from Alpine -> Debian slim)
  • Fixed an issue that could cause the app to become unresponsive when zooming out of an image
  • Restored the text field in outgoing document webhooks
  • Page scroll now resets correctly on mobile when navigating between documents
  • Tables with a single remaining column now automatically fill available width

v0.77.0

Compare Source

[!WARNING]
This release regressed support for ARM processors due to an AWS SDK dependency upgrade, skip straight to v0.77.1 or greater for those on ARM architecture.

What's Changed

This release changes how documents are rendered, allowing the introduction of new editor functionality and attributes. Highlighted for this release are some big improvements to tables:

image

  • Column resizing: You can now resize columns by dragging the border between them
  • Full-width tables: Tables now expand to the full width of the editor
  • More content: Table cells now support embeds, code blocks, and all other content types
  • Toggleable headers: You can now toggle a header row and column
  • Improved overflow: Tables now scroll horizontally when they're too wide for the editor
  • Improved row and column controls: We've made it one click to add rows and columns
Other improvements
Fixes

New Contributors

Full Changelog: outline/outline@v0.76.0...v0.77.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from cftechwiz as a code owner September 5, 2024 06:29
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch from 8394077 to ca024c1 Compare September 6, 2024 01:38
@renovate renovate bot changed the title feat(container): update image docker.io/outlinewiki/outline to v0.79.0 feat(container): update image docker.io/outlinewiki/outline to v0.79.1 Sep 6, 2024
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch 14 times, most recently from c7ff969 to caf1fe0 Compare September 12, 2024 17:07
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch 8 times, most recently from 2f5b626 to 7326181 Compare September 21, 2024 15:11
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch 2 times, most recently from ed1eaab to 7288859 Compare September 21, 2024 22:07
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch 12 times, most recently from 3170ecf to 1e1cb79 Compare October 29, 2024 06:28
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch 11 times, most recently from 9f748d1 to 0569346 Compare November 5, 2024 14:38
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch 2 times, most recently from 11ff249 to 2158923 Compare November 7, 2024 01:04
| datasource | package                       | from   | to     |
| ---------- | ----------------------------- | ------ | ------ |
| docker     | docker.io/outlinewiki/outline | 0.76.1 | 0.80.2 |
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch from 2158923 to d7eba51 Compare November 7, 2024 19:43
@github-actions github-actions bot added the stale label Nov 11, 2024
@github-actions github-actions bot closed this Nov 11, 2024
@renovate renovate bot deleted the renovate/docker.io-outlinewiki-outline-0.x branch November 11, 2024 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants