Update outlinewiki/outline Docker tag to v0.82.0 - autoclosed #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.69.1
->0.82.0
Release Notes
outline/outline (outlinewiki/outline)
v0.82.0
Compare Source
What's Changed
Improvements
@
– document mentions will automatically keep title and icon in sync (changelog)Protobuf
code highlighting (#8141)externalId
property to allow easier syncing with an external source (#8127)Fixes
Editor
@
mention search now supports "/" character (https://github.com/outline/outline/issues/8406)Other
title
andtext
(#8274)Full Changelog: https://github.com/outline/outline/compare/v0.81.1..v0.82.0
v0.81.1
Compare Source
What's Changed
CMD
+F
v0.81.0
Compare Source
What's Changed
Improvements
@mention
users can now be searched by email (https://github.com/outline/outline/issues/7679)Reply-to
email on outgoing emails is now the actor's email where user has permission to viewcmd
+f
now supports diacriticsinstallation.info
endpoint to get current and latest version of the applicationapiKeys.list
now allows returning all available API keys in the instanceFixes
Enter
with an image selected now creates a new paragraph belowNew 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
Full Changelog: outline/outline@v0.80.0...v0.80.1
v0.80.0
Compare Source
What's Changed
Improvements
Tab
andShift-Tab
is now more natural in code blocks https://github.com/outline/outline/pull/7622CMD-k
with the cursor within an editor link now focuses the link fieldCMD-Shift-c
is now a shortcut for inline codeFixes
documents.archived
no longer errors withsort: "index"
in request in https://github.com/outline/outline/pull/7628document.content
column not updated when sending text attribute through API in https://github.com/outline/outline/pull/7630collaboratorIds
New Contributors
Full Changelog: outline/outline@v0.79.1...v0.80.0
v0.79.1
Compare Source
Improvements
Docker
andNginx
as code editor syntax highlighting optionsFixes
PORT
is not explicitly defined in environmentURL
is not defined in environmentgroup_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
/embed
command by @Blendman974 in https://github.com/outline/outline/pull/7319R
language highlighting in code blocks https://github.com/outline/outline/issues/7473/time
and/datetime
in templates will now insert a template variableshift+enter
to insert a soft break in comments #7451inline
content disposition so they display in browser@mention
e
shortcut now refocuses the editor if unfocusedShift-Ctrl-c
added as editor shortcut for toggling code blocksFixes
DeliverWebhookTask
when trash is emptied by @apoorv-mishra in https://github.com/outline/outline/pull/7304@mentions
:
https://github.com/outline/outline/issues/7481New Contributors
Full Changelog: outline/outline@v0.78.0...v0.79.0
v0.78.0
Compare Source
What's Changed
Comment resolving
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
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
AZURE_TENANT_ID
added to allow custom azure tenant (#7028)Fixes
read-only
permissionNew Contributors
Full Changelog: outline/outline@v0.77.3...v0.78.0
v0.77.3
Compare Source
Fixes
v0.77.2
Compare Source
Fixes
inline
content disposition on shared docs using local storage strategyEscape
correctly closes command menu again when viewing a document or collectionv0.77.1
Compare Source
Fixes
text
field in outgoing document webhooksv0.77.0
Compare Source
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:
Other improvements
Manage
permission to documents allows other users to manage sharing in https://github.com/outline/outline/pull/7003/
block insert shortcut now works anywhere on a line or table in https://github.com/outline/outline/pull/7026Fixes
files.get
now supports range header, fixes video loading in Safari in https://github.com/outline/outline/pull/6950state.host
in auth error redirectNew Contributors
Full Changelog: outline/outline@v0.76.0...v0.77.0
v0.76.1
Compare Source
Fixes
v0.76.0
Compare Source
What's Changed
Improvements
documents.import
now happens on workerH3
to editor formatting toolbar by @hmacr in https://github.com/outline/outline/pull/6791Enter
in tables now creates a newline,Cmd+Enter
creates a new row.statusFilter
parameter todocuments.list
role
parameter tousers.list
endpoint in https://github.com/outline/outline/pull/6754users.updateRole
endpoint in https://github.com/outline/outline/pull/6771Fixes
New doc
button on collection header for users without adminNew Contributors
Full Changelog: outline/outline@v0.75.2...v0.76.0
v0.75.2
Compare Source
What's Changed
Fixes
0.75.1
that requiredMAXIMUM_IMPORT_SIZE
config to be setImprovements
Full Changelog: outline/outline@v0.75.1...v0.75.2
v0.75.1
Compare Source
What's Changed
Improvements
--no-migrate
to optionally suppress automatic migrations on startup (the container will exit instead).OIDC_LOGOUT_URI
as optional post-logout redirect url by @Shuttleu in https://github.com/outline/outline/pull/6539OIDC_DISABLE_REDIRECT
to prevent automatic OIDC redirect by @Shuttleu in https://github.com/outline/outline/pull/6544MAXIMUM_IMPORT_SIZE
was deprecated and split intoFILE_STORAGE_IMPORT_MAX_SIZE
(for documents) andFILE_STORAGE_WORKSPACE_IMPORT_MAX_SIZE
(for workspace imports) in https://github.com/outline/outline/pull/6566Fixes
SuggestionsMenu
allows pressingEnter
after typed url in embed input by @superkelvint in https://github.com/outline/outline/pull/6556opensearch.xml
from CDN, so it uses the correct subdomain by @waf in https://github.com/outline/outline/pull/6567CMD+Z
now works now works when the editor component does not technically have focuslang
attribute now reflects installation default languageNew Contributors
Full Changelog: outline/outline@v0.75.0...v0.75.1
v0.75.0
Compare Source
What's Changed
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
integrations.info
endpointcomments.info
endpointFixes
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 was generated by Mend Renovate. View the repository job log.