runtipi / runtipi-appstore

Official Runtipi AppStore. Apps and updates live here!
https://runtipi.io/docs/apps-available
GNU General Public License v3.0
256 stars 195 forks source link

chore(deps): update outlinewiki/outline docker tag to v0.77.2 #3883

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Update Change
outlinewiki/outline minor 0.75.2 -> 0.77.2

Release Notes

outline/outline (outlinewiki/outline) ### [`v0.77.2`](https://togithub.com/outline/outline/releases/tag/v0.77.2) [Compare Source](https://togithub.com/outline/outline/compare/v0.77.1...v0.77.2) ##### 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`](https://togithub.com/outline/outline/releases/tag/v0.77.1) [Compare Source](https://togithub.com/outline/outline/compare/v0.77.0...v0.77.1) ##### 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`](https://togithub.com/outline/outline/releases/tag/v0.77.0) [Compare Source](https://togithub.com/outline/outline/compare/v0.76.1...v0.77.0) > \[!WARNING]\ > This release regressed support for ARM processors due to an AWS SDK dependency upgrade, skip straight to v0.77.1 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](https://togithub.com/outline/outline/assets/380914/6109e4a5-fc5a-4a25-ae33-eebbe9adc0db) - **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 - Added more highlighter color choices in [https://github.com/outline/outline/pull/7012](https://togithub.com/outline/outline/pull/7012) - New collection permissions UI in [https://github.com/outline/outline/pull/6917](https://togithub.com/outline/outline/pull/6917) - Big rendering performance improvements for documents with many images - Add `Manage` permission to documents allows other users to manage sharing in [https://github.com/outline/outline/pull/7003](https://togithub.com/outline/outline/pull/7003) - Added an embedded Yandex Maps component by [@​shashinma](https://togithub.com/shashinma) in [https://github.com/outline/outline/pull/6881](https://togithub.com/outline/outline/pull/6881) - Added a permission selector in document/collection invite flow in [https://github.com/outline/outline/pull/6948](https://togithub.com/outline/outline/pull/6948) - Added support for embedded youtube clips by [@​Pranav2612000](https://togithub.com/Pranav2612000) in [https://github.com/outline/outline/pull/6942](https://togithub.com/outline/outline/pull/6942) - Matomo integration in [https://github.com/outline/outline/pull/7009](https://togithub.com/outline/outline/pull/7009) - `/` block insert shortcut now works anywhere on a line or table in [https://github.com/outline/outline/pull/7026](https://togithub.com/outline/outline/pull/7026) - Added the ability to remove a previously uploaded team logo or profile picture - Added a menu option to create template directly in collection ##### Fixes - Various fixes to improve the fluidity of app loading - Image placeholders are now correctly sized when uploading retina images - Images and PDF's are now served with inline content disposition in [https://github.com/outline/outline/pull/6924](https://togithub.com/outline/outline/pull/6924) - Added support for Figma's new link formats and Figjam boards by [@​RenderCoder](https://togithub.com/RenderCoder) in [https://github.com/outline/outline/pull/6946](https://togithub.com/outline/outline/pull/6946) - `files.get` now supports range header, fixes video loading in Safari in [https://github.com/outline/outline/pull/6950](https://togithub.com/outline/outline/pull/6950) - Fixed an issue where zoomed images could get stuck in [https://github.com/outline/outline/pull/6980](https://togithub.com/outline/outline/pull/6980) - Share button was removed on templates - Fixed race condition that could result in document emoji not saving - Removed trust of `state.host` in auth error redirect - Collapsed sidebar now works better in Arc/Edge redesign #### New Contributors - [@​shashinma](https://togithub.com/shashinma) made their first contribution in [https://github.com/outline/outline/pull/6881](https://togithub.com/outline/outline/pull/6881) - [@​lng2020](https://togithub.com/lng2020) made their first contribution in [https://github.com/outline/outline/pull/6731](https://togithub.com/outline/outline/pull/6731) - [@​RenderCoder](https://togithub.com/RenderCoder) made their first contribution in [https://github.com/outline/outline/pull/6946](https://togithub.com/outline/outline/pull/6946) - [@​Frzk](https://togithub.com/Frzk) made their first contribution in [https://github.com/outline/outline/pull/6971](https://togithub.com/outline/outline/pull/6971) - [@​bkrausz](https://togithub.com/bkrausz) made their first contribution in [https://github.com/outline/outline/pull/7022](https://togithub.com/outline/outline/pull/7022) **Full Changelog**: https://github.com/outline/outline/compare/v0.76.0...v0.77.0 ### [`v0.76.1`](https://togithub.com/outline/outline/releases/tag/v0.76.1) [Compare Source](https://togithub.com/outline/outline/compare/v0.76.0...v0.76.1) ##### 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`](https://togithub.com/outline/outline/releases/tag/v0.76.0) [Compare Source](https://togithub.com/outline/outline/compare/v0.75.2...v0.76.0) #### What's Changed ##### Improvements - Improved search matching for "phrases" and urls in [https://github.com/outline/outline/pull/6800](https://togithub.com/outline/outline/pull/6800) - Added "Search in document" functionality to restrict a search to a subtree - Improved the quality of snippets for search results in [https://github.com/outline/outline/pull/6828](https://togithub.com/outline/outline/pull/6828) - Processing of `documents.import` now happens on worker - Added support for emoji version 15.0 🫨 🫎 🪼 - Added 80+ additional collection icons in [https://github.com/outline/outline/pull/6803](https://togithub.com/outline/outline/pull/6803) - Added "Archive all notifications" option [@​hmacr](https://togithub.com/hmacr) in [https://github.com/outline/outline/pull/6599](https://togithub.com/outline/outline/pull/6599) - Added sorting controls to tables in [https://github.com/outline/outline/pull/6678](https://togithub.com/outline/outline/pull/6678) - Added support for custom db schema by [@​axelrindle](https://togithub.com/axelrindle) in [https://github.com/outline/outline/pull/6670](https://togithub.com/outline/outline/pull/6670) - Default user language is now inferred when signing in via Google in [https://github.com/outline/outline/pull/6679](https://togithub.com/outline/outline/pull/6679) - Smart text replacements such as emdash no longer triggered inside code mark in [https://github.com/outline/outline/pull/6839](https://togithub.com/outline/outline/pull/6839) - Added ability to link personal Slack <-> Outline accounts in [https://github.com/outline/outline/pull/6682](https://togithub.com/outline/outline/pull/6682) - Added GitHub integration for rich popovers by [@​apoorv-mishra](https://togithub.com/apoorv-mishra) in [https://github.com/outline/outline/pull/6414](https://togithub.com/outline/outline/pull/6414) - Unfurling of Outline comments now supported in Slack in [https://github.com/outline/outline/pull/6716](https://togithub.com/outline/outline/pull/6716) - Improve user role management on members in [https://github.com/outline/outline/pull/6775](https://togithub.com/outline/outline/pull/6775) - Document share dialog now allows allow inviting new users in [https://github.com/outline/outline/pull/6827](https://togithub.com/outline/outline/pull/6827) - Added `H3` to editor formatting toolbar by [@​hmacr](https://togithub.com/hmacr) in [https://github.com/outline/outline/pull/6791](https://togithub.com/outline/outline/pull/6791) - Added ability to duplicate a document as draft by [@​hmacr](https://togithub.com/hmacr) in [https://github.com/outline/outline/pull/6782](https://togithub.com/outline/outline/pull/6782) - Added option to set permission of collections during import in [https://github.com/outline/outline/pull/6799](https://togithub.com/outline/outline/pull/6799) - Added button to empty trash by [@​hmacr](https://togithub.com/hmacr) in [https://github.com/outline/outline/pull/6772](https://togithub.com/outline/outline/pull/6772) - `Enter` in tables now creates a newline, `Cmd+Enter` creates a new row. - UI preferences are now synced between open tabs - Improve error message clarity for port errors on server start - Added user permission events to document history - Improved inline code display in dark mode - API: Added `statusFilter` parameter to `documents.list` - API: Add `role` parameter to `users.list` endpoint in [https://github.com/outline/outline/pull/6754](https://togithub.com/outline/outline/pull/6754) - API: Add `users.updateRole` endpoint in [https://github.com/outline/outline/pull/6771](https://togithub.com/outline/outline/pull/6771) ##### Fixes - Show complete page without scrollbar in print view by [@​Pranav2612000](https://togithub.com/Pranav2612000) in [https://github.com/outline/outline/pull/6635](https://togithub.com/outline/outline/pull/6635) - Title emoji support in JSON import/export in [https://github.com/outline/outline/pull/6660](https://togithub.com/outline/outline/pull/6660) - HTML import no longer escapes dollar signs in code ([#​6638](https://togithub.com/outline/outline/issues/6638)) by [@​panos--](https://togithub.com/panos--) in [https://github.com/outline/outline/pull/6645](https://togithub.com/outline/outline/pull/6645) - Import source data now displayed on documents in [https://github.com/outline/outline/pull/6651](https://togithub.com/outline/outline/pull/6651) - Backtick shortcut now applied correctly with languages that require composition in [https://github.com/outline/outline/pull/6659](https://togithub.com/outline/outline/pull/6659) - Fixed hover preview going out of window bounds by [@​apoorv-mishra](https://togithub.com/apoorv-mishra) in [https://github.com/outline/outline/pull/6776](https://togithub.com/outline/outline/pull/6776) - Fixed missing options in document menu for trashed documents - Starred section now opens if a document is starred while collapsed - Fixed styling of GitLab embeds - Added missing keyboard shortcuts to guide - Enabled use of self-hosted Iframely without an API key - Fixed squashed emails in email notifications - Fixed missing `New doc` button on collection header for users without admin - Fixed a race condition that could cause inline comments to be removed without user action - Fixed broken Mermaid diagram styling in exported HTML/PDF - Fixed menus with accessory in-front of label could not be navigated with keyboard letters - Fixed race condition in logout for OIDC providers #### New Contributors - [@​hmacr](https://togithub.com/hmacr) made their first contribution in [https://github.com/outline/outline/pull/6576](https://togithub.com/outline/outline/pull/6576) - [@​panos--](https://togithub.com/panos--) made their first contribution in [https://github.com/outline/outline/pull/6645](https://togithub.com/outline/outline/pull/6645) - [@​axelrindle](https://togithub.com/axelrindle) made their first contribution in [https://github.com/outline/outline/pull/6670](https://togithub.com/outline/outline/pull/6670) - [@​manuelleduc](https://togithub.com/manuelleduc) made their first contribution in [https://github.com/outline/outline/pull/6717](https://togithub.com/outline/outline/pull/6717) - [@​potatoone](https://togithub.com/potatoone) made their first contribution in [https://github.com/outline/outline/pull/6785](https://togithub.com/outline/outline/pull/6785) - [@​Stranger6667](https://togithub.com/Stranger6667) made their first contribution in [https://github.com/outline/outline/pull/6336](https://togithub.com/outline/outline/pull/6336) **Full Changelog**: https://github.com/outline/outline/compare/v0.75.2...v0.76.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.



This PR has been generated by Mend Renovate. View repository job log here.