From 32213e44021f401514dffd1a3e1d4b613f9b26ba Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Wed, 13 Apr 2022 11:05:32 +0200 Subject: [PATCH] generate changelog --- CHANGELOG.md | 42 +++++++++---------- .../add-owncloudsql-config-to-authbasic.md | 0 .../alias-links.md | 0 .../change-config-file-keys-underscores.md | 0 .../enhancement-replace-deprecated-substr.md} | 0 .../fix-docs.md | 0 .../fix-ocs-config-values.md | 0 .../graph-user-sort.md | 0 .../ldap-config.md | 0 .../make-config-dir-configurable.md | 0 .../micro-ocdav.md | 0 .../no-demo-users.md | 0 .../thumbnails-download-fix.md | 0 .../update-reva.md | 0 .../update-web-5.4.0.md | 0 .../user-group-audit.md | 0 16 files changed, 21 insertions(+), 21 deletions(-) rename changelog/{unreleased => 1.20.0_2022-04-13}/add-owncloudsql-config-to-authbasic.md (100%) rename changelog/{unreleased => 1.20.0_2022-04-13}/alias-links.md (100%) rename changelog/{unreleased => 1.20.0_2022-04-13}/change-config-file-keys-underscores.md (100%) rename changelog/{unreleased/enhancement-replace-deprecated-substr => 1.20.0_2022-04-13/enhancement-replace-deprecated-substr.md} (100%) rename changelog/{unreleased => 1.20.0_2022-04-13}/fix-docs.md (100%) rename changelog/{unreleased => 1.20.0_2022-04-13}/fix-ocs-config-values.md (100%) rename changelog/{unreleased => 1.20.0_2022-04-13}/graph-user-sort.md (100%) rename changelog/{unreleased => 1.20.0_2022-04-13}/ldap-config.md (100%) rename changelog/{unreleased => 1.20.0_2022-04-13}/make-config-dir-configurable.md (100%) rename changelog/{unreleased => 1.20.0_2022-04-13}/micro-ocdav.md (100%) rename changelog/{unreleased => 1.20.0_2022-04-13}/no-demo-users.md (100%) rename changelog/{unreleased => 1.20.0_2022-04-13}/thumbnails-download-fix.md (100%) rename changelog/{unreleased => 1.20.0_2022-04-13}/update-reva.md (100%) rename changelog/{unreleased => 1.20.0_2022-04-13}/update-web-5.4.0.md (100%) rename changelog/{unreleased => 1.20.0_2022-04-13}/user-group-audit.md (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d3d1707b..67d654a626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -# Changelog for [unreleased] (UNRELEASED) +# Changelog for [1.20.0] (2022-04-13) -The following sections list the changes for unreleased. +The following sections list the changes for 1.20.0. -[unreleased]: https://github.com/owncloud/ocis/compare/v1.19.0...master +[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.20.0 ## Summary @@ -170,11 +170,28 @@ The following sections list the changes for unreleased. Group member remove https://github.com/owncloud/ocis/pull/3467 +# Changelog for [1.19.1] (2022-03-29) + +The following sections list the changes for 1.19.1. + +[1.19.1]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.19.1 + +## Summary + +* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) + +## Details + +* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) + + URLs for Special items (space image, readme) were broken. + + https://github.com/owncloud/ocis/pull/3419 # Changelog for [1.19.0] (2022-03-29) The following sections list the changes for 1.19.0. -[1.19.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.19.0 +[1.19.0]: https://github.com/owncloud/ocis/compare/v1.18.0...v1.19.0 ## Summary @@ -343,23 +360,6 @@ The following sections list the changes for 1.19.0. https://github.com/owncloud/ocis/pull/3291 https://github.com/owncloud/ocis/pull/3375 https://github.com/owncloud/web/releases/tag/v5.3.0 -# Changelog for [1.19.1] (2022-03-29) - -The following sections list the changes for 1.19.1. - -[1.19.1]: https://github.com/owncloud/ocis/compare/v1.18.0...v1.19.1 - -## Summary - -* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) - -## Details - -* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) - - URLs for Special items (space image, readme) were broken. - - https://github.com/owncloud/ocis/pull/3419 # Changelog for [1.18.0] (2022-03-03) The following sections list the changes for 1.18.0. diff --git a/changelog/unreleased/add-owncloudsql-config-to-authbasic.md b/changelog/1.20.0_2022-04-13/add-owncloudsql-config-to-authbasic.md similarity index 100% rename from changelog/unreleased/add-owncloudsql-config-to-authbasic.md rename to changelog/1.20.0_2022-04-13/add-owncloudsql-config-to-authbasic.md diff --git a/changelog/unreleased/alias-links.md b/changelog/1.20.0_2022-04-13/alias-links.md similarity index 100% rename from changelog/unreleased/alias-links.md rename to changelog/1.20.0_2022-04-13/alias-links.md diff --git a/changelog/unreleased/change-config-file-keys-underscores.md b/changelog/1.20.0_2022-04-13/change-config-file-keys-underscores.md similarity index 100% rename from changelog/unreleased/change-config-file-keys-underscores.md rename to changelog/1.20.0_2022-04-13/change-config-file-keys-underscores.md diff --git a/changelog/unreleased/enhancement-replace-deprecated-substr b/changelog/1.20.0_2022-04-13/enhancement-replace-deprecated-substr.md similarity index 100% rename from changelog/unreleased/enhancement-replace-deprecated-substr rename to changelog/1.20.0_2022-04-13/enhancement-replace-deprecated-substr.md diff --git a/changelog/unreleased/fix-docs.md b/changelog/1.20.0_2022-04-13/fix-docs.md similarity index 100% rename from changelog/unreleased/fix-docs.md rename to changelog/1.20.0_2022-04-13/fix-docs.md diff --git a/changelog/unreleased/fix-ocs-config-values.md b/changelog/1.20.0_2022-04-13/fix-ocs-config-values.md similarity index 100% rename from changelog/unreleased/fix-ocs-config-values.md rename to changelog/1.20.0_2022-04-13/fix-ocs-config-values.md diff --git a/changelog/unreleased/graph-user-sort.md b/changelog/1.20.0_2022-04-13/graph-user-sort.md similarity index 100% rename from changelog/unreleased/graph-user-sort.md rename to changelog/1.20.0_2022-04-13/graph-user-sort.md diff --git a/changelog/unreleased/ldap-config.md b/changelog/1.20.0_2022-04-13/ldap-config.md similarity index 100% rename from changelog/unreleased/ldap-config.md rename to changelog/1.20.0_2022-04-13/ldap-config.md diff --git a/changelog/unreleased/make-config-dir-configurable.md b/changelog/1.20.0_2022-04-13/make-config-dir-configurable.md similarity index 100% rename from changelog/unreleased/make-config-dir-configurable.md rename to changelog/1.20.0_2022-04-13/make-config-dir-configurable.md diff --git a/changelog/unreleased/micro-ocdav.md b/changelog/1.20.0_2022-04-13/micro-ocdav.md similarity index 100% rename from changelog/unreleased/micro-ocdav.md rename to changelog/1.20.0_2022-04-13/micro-ocdav.md diff --git a/changelog/unreleased/no-demo-users.md b/changelog/1.20.0_2022-04-13/no-demo-users.md similarity index 100% rename from changelog/unreleased/no-demo-users.md rename to changelog/1.20.0_2022-04-13/no-demo-users.md diff --git a/changelog/unreleased/thumbnails-download-fix.md b/changelog/1.20.0_2022-04-13/thumbnails-download-fix.md similarity index 100% rename from changelog/unreleased/thumbnails-download-fix.md rename to changelog/1.20.0_2022-04-13/thumbnails-download-fix.md diff --git a/changelog/unreleased/update-reva.md b/changelog/1.20.0_2022-04-13/update-reva.md similarity index 100% rename from changelog/unreleased/update-reva.md rename to changelog/1.20.0_2022-04-13/update-reva.md diff --git a/changelog/unreleased/update-web-5.4.0.md b/changelog/1.20.0_2022-04-13/update-web-5.4.0.md similarity index 100% rename from changelog/unreleased/update-web-5.4.0.md rename to changelog/1.20.0_2022-04-13/update-web-5.4.0.md diff --git a/changelog/unreleased/user-group-audit.md b/changelog/1.20.0_2022-04-13/user-group-audit.md similarity index 100% rename from changelog/unreleased/user-group-audit.md rename to changelog/1.20.0_2022-04-13/user-group-audit.md