From d00cafd2acb08896c787f5da7fe7ac4cd07c6e90 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 4 Aug 2026 07:17:17 +0000 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=8E=89=20Release=207.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3f090d16b..abf3effd96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [7.5.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.5.0) - 2026-08-04 + +### ❤️ Thanks to all contributors! ❤️ + +@pbleser-oc + +### 📈 Enhancement + +- feat(posixfs): #3182 add basepath option in the "posixfs scan" command [[#3235](https://github.com/opencloud-eu/opencloud/pull/3235)] + ## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-08-03 ### ❤️ Thanks to all contributors! ❤️ From 51a65fa62bbc64c756dcb7cf60b1fcbc8ee22558 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 5 Aug 2026 07:25:50 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=8E=89=20Release=207.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abf3effd96..08d1a1b90b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog -## [7.5.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.5.0) - 2026-08-04 +## [7.5.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.5.0) - 2026-08-05 ### ❤️ Thanks to all contributors! ❤️ -@pbleser-oc +@pbleser-oc, @v-scharf + +### ✅ Tests + +- api-test: replace sleeps with WaitHelper poll for async state [[#3239](https://github.com/opencloud-eu/opencloud/pull/3239)] ### 📈 Enhancement From e75b8a0990089ecd7c7b7ed7c2f2449d9a15d893 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 6 Aug 2026 07:09:49 +0000 Subject: [PATCH 3/4] =?UTF-8?q?=F0=9F=8E=89=20Release=207.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08d1a1b90b..f51d34adf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog -## [7.5.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.5.0) - 2026-08-05 +## [7.5.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.5.0) - 2026-08-06 ### ❤️ Thanks to all contributors! ❤️ -@pbleser-oc, @v-scharf +@aduffeck, @pbleser-oc, @v-scharf + +### 🐛 Bug Fixes + +- Fix missing favorite flag on opensearch hits [[#3252](https://github.com/opencloud-eu/opencloud/pull/3252)] ### ✅ Tests From 7e2cd477e059b7949135b9a6cb73536ae9c51255 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 6 Aug 2026 13:30:13 +0000 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=8E=89=20Release=207.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f51d34adf0..9c022f0fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ ### ❤️ Thanks to all contributors! ❤️ -@aduffeck, @pbleser-oc, @v-scharf +@JammingBen, @aduffeck, @pbleser-oc, @v-scharf + +### 📈 Enhancement + +- feat(web): add yjsServerUrl config [[#3259](https://github.com/opencloud-eu/opencloud/pull/3259)] +- feat(posixfs): #3182 add basepath option in the "posixfs scan" command [[#3235](https://github.com/opencloud-eu/opencloud/pull/3235)] ### 🐛 Bug Fixes @@ -14,10 +19,6 @@ - api-test: replace sleeps with WaitHelper poll for async state [[#3239](https://github.com/opencloud-eu/opencloud/pull/3239)] -### 📈 Enhancement - -- feat(posixfs): #3182 add basepath option in the "posixfs scan" command [[#3235](https://github.com/opencloud-eu/opencloud/pull/3235)] - ## [7.4.0](https://github.com/opencloud-eu/opencloud/releases/tag/v7.4.0) - 2026-08-03 ### ❤️ Thanks to all contributors! ❤️