From 3bdf6183b9c53fa86adea984e60e4a0434e64a52 Mon Sep 17 00:00:00 2001 From: Christian Richter <1058116+dragonchaser@users.noreply.github.com> Date: Mon, 29 Jul 2024 08:02:04 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 386b9aa532..14c214ebe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,7 @@ The following sections list the changes for unreleased. * Enhancement - Added the debugging to full ocis docker example: [#9666](https://github.com/owncloud/ocis/pull/9666) * Enhancement - Add locking support for MS Office Online Server: [#9685](https://github.com/owncloud/ocis/pull/9685) * Enhancement - Bump reva: [#9690](https://github.com/owncloud/ocis/pull/9690) +* Enhancement - Add `--diff` to the `ocis init` command: [#9693](https://github.com/owncloud/ocis/pull/9693) ## Details @@ -258,6 +259,17 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/9677 https://github.com/owncloud/ocis/pull/9689 +* Enhancement - Add `--diff` to the `ocis init` command: [#9693](https://github.com/owncloud/ocis/pull/9693) + + We have added a new flag `--diff` to the `ocis init` command to show the diff of + the configuration files. This is useful to see what has changed in the + configuration files when you run the `ocis init` command. The diff is stored to + the ocispath in the config folder as ocis.config.patch and can be applied using + the linux `patch` command. + + https://github.com/owncloud/ocis/issues/3645 + https://github.com/owncloud/ocis/pull/9693 + # Changelog for [6.1.0] (2024-07-08) The following sections list the changes for 6.1.0.