Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Feb 16, 2023
1 parent d3a3bc9 commit 0ae35ff
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Summary
* Bugfix - Cancel custom permissions: [#8340](https://github.com/owncloud/web/pull/8340)
* Bugfix - Drop menus with limited vertical screen space: [#8411](https://github.com/owncloud/web/issues/8411)
* Change - Update Vue to v3.2: [#7948](https://github.com/owncloud/web/issues/7948)
* Change - Configurable extension autosave: [#8455](https://github.com/owncloud/web/pull/8455)
* Enhancement - Add tag support: [#7388](https://github.com/owncloud/web/pull/7388)
* Enhancement - Improve performance when loading folders and share indicators: [#7721](https://github.com/owncloud/web/issues/7721)
* Enhancement - Warn users when using unsupported browsers: [#7942](https://github.com/owncloud/web/pull/7942)
Expand Down Expand Up @@ -76,6 +77,7 @@ Summary
* Enhancement - Inject customizations: [#8432](https://github.com/owncloud/web/pull/8432)
* Enhancement - Configurable top bar: [#8449](https://github.com/owncloud/web/pull/8449)
* Enhancement - Rework notifications: [#8450](https://github.com/owncloud/web/pull/8450)
* Enhancement - Autosave content changes in text editor: [#8455](https://github.com/owncloud/web/pull/8455)

Details
-------
Expand Down Expand Up @@ -284,6 +286,16 @@ Details
https://github.com/owncloud/web/pull/8308
https://github.com/owncloud/web/pull/8311

* Change - Configurable extension autosave: [#8455](https://github.com/owncloud/web/pull/8455)

We have added a global setting in the configuration to enable autosave (and the corresponding
timeout) for bundled and external extensions, instead of having a per-extension
configuration which was limited to external extensions. Handling of the provided autosave
needs to be taken care of by the extension itself.

https://github.com/owncloud/web/pull/8455
https://github.com/owncloud/web/pull/8457

* Enhancement - Add tag support: [#7388](https://github.com/owncloud/web/pull/7388)

Web now supports tags on resources to enhance the way of organizing and working. Tags are
Expand Down Expand Up @@ -710,6 +722,12 @@ Details
https://github.com/owncloud/web/issues/8452
https://github.com/owncloud/web/pull/8450

* Enhancement - Autosave content changes in text editor: [#8455](https://github.com/owncloud/web/pull/8455)

We have added the configurable functionality to autosave content changes in text editor.

https://github.com/owncloud/web/pull/8455

Changelog for ownCloud Web [6.0.0] (2022-11-29)
=======================================
The following sections list the changes in ownCloud web 6.0.0 relevant to
Expand Down

0 comments on commit 0ae35ff

Please sign in to comment.