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.70.0 #74

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
docker.io/outlinewiki/outline minor 0.66.3 -> 0.70.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

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

v0.70.0

Compare Source

What's Changed

Editor
Platform

New Contributors

Full Changelog: outline/outline@v0.69.2...v0.70.0

v0.69.2

Compare Source

Fixes and improvements
  • Added additional debug logging to OIDC failure cases
  • Fixed an issue where some installations were unable to bulk export #​5294
  • Fixed an issue with "Copy link" in comments #​5276
  • Fixed line numbers in code blocks nested in lists #​5276
  • Fixed unable to save workspace preferences #​5289

v0.69.1

Compare Source

Fixes and improvements
  • Workspace admins can now delete any comment
  • It's now possible to click "through" comment markers to edit the text content
  • Import and export operations running longer than 12h now error as timed out
  • Fixed subscription of categories in webhooks
  • Fixed an error when pasting embeddable content such as YouTube into a comment
  • Added additional debug logging for exports

v0.69.0

Compare Source

Warning Database migrations are now ran automatically when starting the container.
It is recommended to always backup your database before upgrading and use a specific tag rather than latest.

New Features
  • Commenting and mentions
  • Database migrations are now run automatically #​5141
  • Ability to set a custom theme accent color #​4897
Enhancements
  • Filtering editor block menu is now better ordered to match search
  • New and updated translations
  • Escape key now defocuses the editor
  • Mermaid upgraded to 9.2.0
  • Added support for Nix code highlighting
  • Added curl into base image for easier docker healthchecks
  • /_health endpoint now checks database connections
  • Selected image can now be zoomed with Space
  • Document titles now have spaces trimmed on save
  • Downloading a file as markdown now gets a .md extension
  • Import now supports zip files created on Windows
  • Image resize operations can now now be undone with Mod+z
  • Added support for query params during OIDC login #​5129
  • Added list indent and outdent controls on mobile
  • Strikethrough of inline code is now supported
  • Added a "success" notice style
  • LOG_LEVEL should now be used to choose the level of logging #​4937
Fixes
  • Fixed unable to scroll documents by swiping ontop of images on mobile
  • Fixed Google LookerStudio embeds
  • Fixed TLDraw embeds #​4968
  • Fixed embedding of YouTube links with a timestamp #​5051
  • Fixed pasting from Sheets/Numbers no longer pastes an image instead of a table
  • Fixed dollar symbols clashing with math blocks #​5080
  • Fixed incorrect coloring on links in headings #​5126
  • Fixed label rendering bug on Mermaid diagrams
  • Fixed title becomes uneditable in Firefox #​5199
  • Fixed expensive double loop potentially locks up server
  • Fixed infinite loop when connecting Slack integration
  • Editor toolbar is now hidden when dragging content
  • Cmd+a and Cmd+e now works correctly in code blocks on Mac.
  • KaTeX is now correctly parsed in shared documents
  • Inline code is now more readable in dark theme
  • Improved sanitization of log messages
  • It's now possible to upload multiple files at once from the editor block menu #​4957
  • Line numbers in code blocks appear in the wrong position
  • profile.name is no longer mandatory anymore in OIDC provider
  • Copying a header link now always points to the non-edit url
  • Deleting a collection no longer leaves draft documents in purgatory

v0.68.1

Compare Source

Fixes
  • Fixed Slack sign-in option no longer appears when unconfigured (regression in v0.68.0)
  • Fixed cursor position being reset in code blocks while typing (#​4896)

v0.68.0

Compare Source

Improvements
Fixes
  • Issue where paginated list does not always load more in https://github.com/outline/outline/pull/4811
  • Links with strikethrough do not have hover preview in https://github.com/outline/outline/pull/4841
  • Do not show actively disabled auth providers in https://github.com/outline/outline/pull/4794
  • Visual Basic syntax higlighting (#​4769) by @​vgwidt in https://github.com/outline/outline/pull/4770
  • Unable to access localStorage in document embedded in iframe with third party cookies blocked in https://github.com/outline/outline/pull/4777
  • Import/export now uses streams to lower memory usage in https://github.com/outline/outline/pull/4796
  • Some keyboard shortcuts not working on non-standard keyboard layouts
  • Attachment converted to links when AWS ACL is set to public-read
  • Very large documents will no longer fail on saving due to being larger than the possible index.
  • Documents with images exported as HTML no longer have broken images
  • Double notifications to Slack when publishing a document
  • Pipe characters in code marks inside table cells no longer cause the table to break
  • It is possible to load attachments from a link on an external site again
  • Text in revision history is now readable in dark mode
  • OICD provider will fallback to username when name is unavailable
  • Pasting content from Microsoft Office will no longer paste as an image
  • Link toolbar allow searching documents again
  • Print option no longer shown on browser without print functionality
  • Fixed the alignment of text caption on full-width images
  • Avatars now fallback to colored initials instead of a grey head shape when offline

Full Changelog: outline/outline@v0.67.2...v0.68.0

v0.67.2

Compare Source

Improvements
  • Added an optional SMTP_NAME config for email servers that require a specific hostname
  • Collection name is now shown in pin menu in #​4705
  • "Publish" and "Unpublish" now available in the command menu
Fixes
  • Improved experience when publishing or unpublishing a doc in #​4706
  • Fixed a layout issue in the collection icon picker
  • Fixed an issue where you can't select text in the sidebar edit input
  • Fixed an issue that would write a "change" to documents when viewing a document with soft breaks
  • Fixed full-width image in RTL document is misaligned in #​4712

Note: sequelize:migrate is no longer included as a command, if you were using this then use db:migrate instead.

v0.67.1

Compare Source

Breaking changes

Warning As of this release all documents edits are sent over websockets, this results in a much better editor experience with full support for realtime collaborative editing but requires websockets. If your self-hosted setup was managing without working websocket connections editing will no longer work with this release.

Warning Any Redis username in the REDIS_URL environment variable will be passed through to Redis as of this release, they were previously ignored. If you see NOAUTH errors then remove the username from the env config.

Warning Detection for HTTPS connections to proxies changed. If your proxy terminates SSL and the installation is in a https redirect loop after updating ensure that your proxy is adding the x-forwarded-proto: https header.

Enhancements
Fixes

New Contributors

Full Changelog: outline/outline@v0.66.0...v0.67.0

v0.67.0

Compare Source


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from ebCrypto as a code owner January 11, 2023 04:45
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch from 81e8fd1 to 4ad4902 Compare January 12, 2023 06:52
@renovate renovate bot changed the title feat(container): update image docker.io/outlinewiki/outline to v0.67.0 feat(container): update image docker.io/outlinewiki/outline to v0.67.1 Jan 12, 2023
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch from 4ad4902 to 4bf5856 Compare January 17, 2023 00:56
@renovate renovate bot changed the title feat(container): update image docker.io/outlinewiki/outline to v0.67.1 feat(container): update image docker.io/outlinewiki/outline to v0.67.2 Jan 17, 2023
@renovate renovate bot changed the title feat(container): update image docker.io/outlinewiki/outline to v0.67.2 feat(container): update image docker.io/outlinewiki/outline to v0.68.0 Feb 15, 2023
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch from 4bf5856 to 13a01a1 Compare February 15, 2023 03:41
@renovate renovate bot changed the title feat(container): update image docker.io/outlinewiki/outline to v0.68.0 feat(container): update image docker.io/outlinewiki/outline to v0.68.1 Feb 19, 2023
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch from 13a01a1 to e767860 Compare February 19, 2023 20:03
@renovate renovate bot changed the title feat(container): update image docker.io/outlinewiki/outline to v0.68.1 feat(container): update image docker.io/outlinewiki/outline to v0.69.0 Apr 24, 2023
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch from e767860 to 17920fb Compare April 24, 2023 13:35
@renovate renovate bot changed the title feat(container): update image docker.io/outlinewiki/outline to v0.69.0 feat(container): update image docker.io/outlinewiki/outline to v0.69.1 Apr 30, 2023
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch from 17920fb to bd7ca31 Compare April 30, 2023 10:23
@renovate renovate bot changed the title feat(container): update image docker.io/outlinewiki/outline to v0.69.1 feat(container): update image docker.io/outlinewiki/outline to v0.69.2 May 7, 2023
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch from bd7ca31 to 0543ab5 Compare May 7, 2023 03:45
| datasource | package                       | from   | to     |
| ---------- | ----------------------------- | ------ | ------ |
| docker     | docker.io/outlinewiki/outline | 0.66.3 | 0.70.0 |
@renovate renovate bot force-pushed the renovate/docker.io-outlinewiki-outline-0.x branch from 0543ab5 to af90661 Compare July 2, 2023 16:21
@renovate renovate bot changed the title feat(container): update image docker.io/outlinewiki/outline to v0.69.2 feat(container): update image docker.io/outlinewiki/outline to v0.70.0 Jul 2, 2023
@ebCrypto ebCrypto closed this Jul 3, 2023
@renovate renovate bot deleted the renovate/docker.io-outlinewiki-outline-0.x branch July 3, 2023 20:03
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.

1 participant