Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2025

This PR contains the following updates:

Package Update Change
outlinewiki/outline minor 0.85.1 -> 0.87.3

Release Notes

outline/outline (outlinewiki/outline)

v0.87.3

Compare Source

What's Changed
Improvements
  • It is now possible to give group users "Manage" permissions so they can add and remove other users from a group.
Fixes
  • OIDC flow broken when using an authentication provider on a private network in v0.87.0
  • Importing nested lists from HTML now works correctly

v0.87.2

Compare Source

v0.87.1

Compare Source

v0.87.0

Compare Source

[!WARNING]
Skip this version, use v0.87.3 due to a breaking CSP issue

What's Changed

Improvements
  • Add notifications for reactions in #​9893
  • It is now possible to split an existing code block by typing triple backticks in #​9959
  • Implement right-click context menu in #​9883 (Available on document lists now, elsewhere soon)
  • Added relationships API endpoints in #​9402
  • Improved error boundary with option to clear cache on repeated errors… in #​9891
  • Added support for encrypted environment variables with dotenvx in #​9921
Fixes
Editor
  • fix: Line-height too compact on editor headings in #​9942
  • fix: Scroll-to-anchor reliability in #​9945
  • fix: "Table of contents" shortcut on macOS in #​10002
  • fix: Issue with draft comment being lost when navigating directly between documents in #​9997
  • Use Sorting of mentions in a table now act correctly in #​10011
  • fix: Image caption parsed as separate paragraph on copy/paste in #​10020
  • fix: Image pasted twice in copy/paste #​9938
Other
  • fix: Tighten rate limits on email.callback endpoint in #​9917
  • fix: Use safeEqual in VerificationCode verify method in #​9915
  • fix: Allow user account lookup with mismatching email capitalization in #​9929
  • fix: Remove attachments.redirect sw caching in #​9927
  • fix: Remove mime-types usage from the browser in #​9926
  • fix: Upgrade request-filtering-agent in #​9937
  • fix: Increase timeout on remote file storage operations in #​9936
  • fix: Properly truncate multiline labels in sidebar in #​9940
  • fix: Drafts without a collection should be publishable by all members with update rights in #​9941
  • fix: Standardize request filtering between cloud / self-hosted in #​9914
  • chore: Removed usage of vite-static-copy plugin in #​9916
  • fix: Document move/copy/publish dialog now behaves better in #​9947
  • fix: Usage of ctx.attachment overrides explicit Content-Type in #​9949
  • chore: More CSP hardening in #​9951
  • fix: Frontend requests do not always send Content-Type header in request in #​9954
  • Display correct child document structure & auto open shared document section in #​9854
  • fix: Unable to use DATABASE_HOST env in #​9977
  • Include collection attachments in json export in #​10010
  • Skip Notion linked database views in #​10018
  • Map export endpoint to read permissions in #​10019
  • fix documents.import permission checks for shared parent in #​9996
  • fix: Show API key creator name in settings page in #​10041
  • fix: Update unique db constraint to account for revoked share links in #​10022
  • Add CSRF middleware in #​10051

New Contributors

Full Changelog: outline/outline@v0.86.1...v0.87.0

v0.86.1

Compare Source

Fixes
  • Unable to complete installation process in #​9878
  • fix: Full-width nodes misaligned when TOC is open in full-width document in #​9860
  • Archived notifications are no longer prefetched in #​9869
  • It is now possible to revoke a collection share in admin
  • Fixed a horizontally body shift when opening some menus with visible scrollbars in #​9872
  • Admins are now able to revoke API keys created by other users in #​9865
  • Attachment links are now converted to absolute URL's when copying Markdown in #​9873
  • Fixed a possible undefined width/height when pasting HTML images by @​naaa760 in #​9868

Full Changelog: outline/outline@v0.86.0...v0.86.1

v0.86.0

Compare Source

[!NOTE]
If you run the collaboration service separately it must be updated and restarted before the client and API to avoid errors.

collection-sharing

What's Changed

This release we've finally closed out one of the most requested features of the last year – public sharing of collections. You can now share an entire collection on the internet in the same way as a document. We also included the same options to optionally include a "last modified" timestamp, sitemap, and search engine indexing (disabled by default).

Additionally document history now supports multiple collaborators – if you are in a multiplayer editing session on a document the history panel will properly reflect both users as being contributors to a version.

Other improvements
  • Added OTP sign-in codes for mobile PWA in #​9556
  • A paste menu to convert a list of URLs to mentions is now displaced in #​9646
  • You can now update the url of an embed without reinserting in #​9479
  • The collaboration service can now be scaled across multiple servers in #​9625
  • References are now prefetched on hover in #​9722
  • We improved the wrapping behavior in inline code marks in #​9724
  • The Up arrow in a comment input now jumps to editing previous comment in #​9727
  • Clicking items in the sidebar is now even faster than before in #​9733
  • Added support for Tella.tv embeds in #​9775
  • Hundreds of new and improved translations
Fixes
Editor
  • fix: Include image caption as alt attribute in #​9554
  • fix: Empty placeholder shows up when no text but image in paragraph in #​9593
  • fix: Remote table modifications cause CellSelection to be lost in #​9596
  • fix: Element overlaying last backlink in #​9699
  • fix: YouTube fullscreen popups are blocked in #​9706
  • fix: Anchor with some UTF8 characters not correctly decoding in #​9778
  • fix: Alignment not copied onto new table rows in #​9785
  • fix: Col/row selection on table with merged cells in #​9786
  • fix: Toggling table full width should always go … fullwidth in #​9792
Other
  • fix: Importer truncates newlines in captions in #​9544
  • fix: Incorrect parsing of hard breaks from Markdown in #​9548
  • fix: Make shared document content available to screenreaders in #​9549
  • fix: JSON export->import loses content in #​9582
  • fix: Remove incorrectly nested "recently viewed" docs from explorer in #​9597
  • fix: Blank page is rendered when link to draft without collection is shared in #​9605
  • fix: Viewers unable to connect personal Slack in #​9614
  • fix: Refresh tokens do not work with OIDC discovery in #​9618
  • Fix middle mouse button link behavior in #​9632
  • chore: Add exponential backoff / retry for database deadlocks in #​9671
  • fix: Linking from one shared sub-document to another share in #​9689
  • fix: Title content after period sometimes stripped in import in #​9712
  • fix: Letter icon incorrect in picker and sidebar in #​9720
  • fix: Unnecessary remounts at breakpoints by @​charliecreates[bot] in #​9730
  • fix: Hide inline comments when disabled in #​9732
  • chore: Improve group membership dialogs in #​9693
  • fix: Documents accessible only through group memberships do not appear in search results in #​9738
  • fix: extract domain from user email in Slack authentication by @​naaa760 in #​9742
  • fix: emails parameter on users.list should be case insensitive in #​9755
  • fix: Improve importer to be more resilient to hidden directories in #​9762
  • fix: Remote results causes cmd+k state reset in #​9793
  • fix: Allow <br> tags to represent breaks in API markdown input in #​9794
  • fix: Nested lists flatten in confluence import in #​9797
  • Improve webhook disabling heuristic with time-based analysis in #​9800
  • fix: duplicate highlight shortcut key label by @​k2on in #​9806
  • Allow disconnecting analytics integrations in #​9823
  • Autofocus search input when opening icon picker in #​9839
  • fix: refresh token rotation is broken in OAuth provider implementation in #​9847
  • fix: Various issues with JSON import in #​9850

New Contributors

Full Changelog: outline/outline@v0.85.1...v0.86.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 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 chore(deps): update outlinewiki/outline docker tag to v0.86.0 chore(deps): update outlinewiki/outline docker tag to v0.86.1 Aug 10, 2025
@renovate renovate bot force-pushed the renovate/outlinewiki-outline-0.x branch from e07c53a to 3170c75 Compare August 10, 2025 01:11
@renovate renovate bot force-pushed the renovate/outlinewiki-outline-0.x branch from 3170c75 to b74f46b Compare August 31, 2025 15:52
@renovate renovate bot changed the title chore(deps): update outlinewiki/outline docker tag to v0.86.1 chore(deps): update outlinewiki/outline docker tag to v0.87.0 Aug 31, 2025
@renovate renovate bot changed the title chore(deps): update outlinewiki/outline docker tag to v0.87.0 chore(deps): update outlinewiki/outline docker tag to v0.87.1 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/outlinewiki-outline-0.x branch 2 times, most recently from 31003a3 to d720527 Compare September 1, 2025 12:23
@renovate renovate bot changed the title chore(deps): update outlinewiki/outline docker tag to v0.87.1 chore(deps): update outlinewiki/outline docker tag to v0.87.2 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/outlinewiki-outline-0.x branch from d720527 to 662245d Compare September 1, 2025 16:49
@renovate renovate bot changed the title chore(deps): update outlinewiki/outline docker tag to v0.87.2 chore(deps): update outlinewiki/outline docker tag to v0.87.3 Sep 1, 2025
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