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

Update outlinewiki/outline Docker tag to v0.82.0 - autoclosed #2

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2025

This PR contains the following updates:

Package Update Change
outlinewiki/outline minor 0.69.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

v0.81.1

Compare Source

What's Changed

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: outline/outline@v0.80.2...v0.81.0

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

v0.76.1

Compare Source

Fixes
  • When importing a HTML file with tables it would be imported as raw HTML if a cell contained a list or heading
  • Fixed an issue that prevented unarchiving documents
  • Fixed an issue that prevented connecting Slack channels to a collection

v0.76.0

Compare Source

What's Changed

Improvements
Fixes

New Contributors

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

v0.75.2

Compare Source

What's Changed

Fixes
  • Regression in 0.75.1 that required MAXIMUM_IMPORT_SIZE config to be set
  • Fixed an issue where the comment sidebar would overflow the screen at tablet size
Improvements
  • Removed the maximum of 10 allowed domains

Full Changelog: outline/outline@v0.75.1...v0.75.2

v0.75.1

Compare Source

What's Changed

Improvements
Fixes

New Contributors

Full Changelog: outline/outline@v0.75.0...v0.75.1

v0.75.0

Compare Source

What's Changed

image

This release brings a rebuild of the internal permissions in order to support inviting users to individual documents, this has been several months work and involved a complete redesign of the Share menu on documents. We have also worked to clarify public sharing and will be bringing similar enhancements to permission management in collections for the next release.

This month we also introduced AI Answers in cloud-hosted Outline. This integration allows searched questions to be answered directly from the contents of your knowledge base! We're excited to make this available on the business license – If you'd like to upgrade to a paid license to access this feature please get in touch.

Improvements
Fixes

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 becomes conflicted, 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 changed the title Update outlinewiki/outline Docker tag to v0.82.0 Update outlinewiki/outline Docker tag to v0.82.0 - autoclosed Mar 24, 2025
@renovate renovate bot closed this Mar 24, 2025
@renovate renovate bot deleted the renovate/outlinewiki-outline-0.x branch March 24, 2025 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants