From bbff197c241c71f3d35c6abf5e7f3ebccc453fc3 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 20 Apr 2026 12:24:29 +0000 Subject: [PATCH 01/27] =?UTF-8?q?=F0=9F=8E=89=20Release=206.3.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 6936404fea..62735c2f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [6.3.0](https://github.com/opencloud-eu/web/releases/tag/v6.3.0) - 2026-04-20 + +### ❤️ Thanks to all contributors! ❤️ + +@AlexAndBear + +### 📈 Enhancement + +- feat: add the ability to show critical badge to version check if CVE … [[#2397](https://github.com/opencloud-eu/web/pull/2397)] + ## [6.2.0](https://github.com/opencloud-eu/web/releases/tag/v6.2.0) - 2026-04-20 ### ❤️ Thanks to all contributors! ❤️ From 3086b9fe9e874495e5a34859fffa077cf674ee70 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 20 Apr 2026 14:29:00 +0000 Subject: [PATCH 02/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.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 62735c2f14..ae188239ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog -## [6.3.0](https://github.com/opencloud-eu/web/releases/tag/v6.3.0) - 2026-04-20 +## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-20 ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear +@AlexAndBear, @JammingBen + +### 💥 Breaking changes + +- feat!: remove unmaintained project specific features [[#2399](https://github.com/opencloud-eu/web/pull/2399)] ### 📈 Enhancement From 709fa3cee5469ecdedfebb6886ab2b6446f336e7 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 20 Apr 2026 15:17:59 +0000 Subject: [PATCH 03/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae188239ac..997706ebba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen +@AlexAndBear, @JammingBen, @ScharfViktor ### 💥 Breaking changes From 797a151b055ee8e611b27dbfbdf0e4724b7e2ae6 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 21 Apr 2026 00:13:30 +0000 Subject: [PATCH 04/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 997706ebba..4a057040b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-20 +## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-21 ### ❤️ Thanks to all contributors! ❤️ From f436fb69f2ab35b76207ae8ea812f6c398294abc Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 21 Apr 2026 06:05:40 +0000 Subject: [PATCH 05/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a057040b8..8865026e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### 📈 Enhancement +- feat: reduce mobile sidebar width to make it easier to dismiss [[#2410](https://github.com/opencloud-eu/web/pull/2410)] - feat: add the ability to show critical badge to version check if CVE … [[#2397](https://github.com/opencloud-eu/web/pull/2397)] ## [6.2.0](https://github.com/opencloud-eu/web/releases/tag/v6.2.0) - 2026-04-20 From f7831e4693a8adf6e42aa55a0c678d89c1136c4e Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 21 Apr 2026 06:23:07 +0000 Subject: [PATCH 06/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8865026e06..37efe0ac8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### 💥 Breaking changes +- feat!: remove amd app loading [[#2405](https://github.com/opencloud-eu/web/pull/2405)] - feat!: remove unmaintained project specific features [[#2399](https://github.com/opencloud-eu/web/pull/2399)] ### 📈 Enhancement From 00a380bbff1a4b5d52c1a6b727a193f24660dce6 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 21 Apr 2026 06:50:32 +0000 Subject: [PATCH 07/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37efe0ac8e..419cdffba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ - feat: reduce mobile sidebar width to make it easier to dismiss [[#2410](https://github.com/opencloud-eu/web/pull/2410)] - feat: add the ability to show critical badge to version check if CVE … [[#2397](https://github.com/opencloud-eu/web/pull/2397)] +### 📦️ Dependencies + +- chore(deps): update typescript-eslint monorepo to v8.59.0 [[#2406](https://github.com/opencloud-eu/web/pull/2406)] +- chore(deps): update devdependencies (non-major) to v4.2.3 [[#2409](https://github.com/opencloud-eu/web/pull/2409)] + ## [6.2.0](https://github.com/opencloud-eu/web/releases/tag/v6.2.0) - 2026-04-20 ### ❤️ Thanks to all contributors! ❤️ From 5efd71cbbfb33e982e3a9f17667f90984ee6395d Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 21 Apr 2026 06:54:39 +0000 Subject: [PATCH 08/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 419cdffba0..dc802a0306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency @codemirror/view to v6.41.1 [[#2390](https://github.com/opencloud-eu/web/pull/2390)] - chore(deps): update typescript-eslint monorepo to v8.59.0 [[#2406](https://github.com/opencloud-eu/web/pull/2406)] - chore(deps): update devdependencies (non-major) to v4.2.3 [[#2409](https://github.com/opencloud-eu/web/pull/2409)] From 4dab63f5d8b16750d8944068b76b697eb9dd14a2 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 21 Apr 2026 09:30:12 +0000 Subject: [PATCH 09/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc802a0306..fb13a51045 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ### 📦️ Dependencies +- chore(deps): update tiptap monorepo to v3.22.4 [[#2389](https://github.com/opencloud-eu/web/pull/2389)] - chore(deps): update dependency @codemirror/view to v6.41.1 [[#2390](https://github.com/opencloud-eu/web/pull/2390)] - chore(deps): update typescript-eslint monorepo to v8.59.0 [[#2406](https://github.com/opencloud-eu/web/pull/2406)] - chore(deps): update devdependencies (non-major) to v4.2.3 [[#2409](https://github.com/opencloud-eu/web/pull/2409)] From bb9e97af83b59718891b59e0dfdd860fa785574a Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 21 Apr 2026 14:08:58 +0000 Subject: [PATCH 10/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb13a51045..a7d49bae2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ ### 📈 Enhancement +- feat: redesign color picker [[#2407](https://github.com/opencloud-eu/web/pull/2407)] - feat: reduce mobile sidebar width to make it easier to dismiss [[#2410](https://github.com/opencloud-eu/web/pull/2410)] - feat: add the ability to show critical badge to version check if CVE … [[#2397](https://github.com/opencloud-eu/web/pull/2397)] From f771e64a1aaad2f1c308d9faf6fbf4d69472276c Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 22 Apr 2026 00:17:47 +0000 Subject: [PATCH 11/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d49bae2d..b7ac1f1452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-21 +## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-22 ### ❤️ Thanks to all contributors! ❤️ From 99d5779b67dc755b9892766db1d41da10368d505 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 22 Apr 2026 06:11:28 +0000 Subject: [PATCH 12/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ac1f1452..09b87f021e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ ### 📦️ Dependencies +- chore(deps): update devdependencies (non-major) [[#2415](https://github.com/opencloud-eu/web/pull/2415)] - chore(deps): update tiptap monorepo to v3.22.4 [[#2389](https://github.com/opencloud-eu/web/pull/2389)] - chore(deps): update dependency @codemirror/view to v6.41.1 [[#2390](https://github.com/opencloud-eu/web/pull/2390)] - chore(deps): update typescript-eslint monorepo to v8.59.0 [[#2406](https://github.com/opencloud-eu/web/pull/2406)] From ff696a2b1b3e12d93906d69b00f729b4cd704969 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 22 Apr 2026 12:11:09 +0000 Subject: [PATCH 13/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b87f021e..b7b6620c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ - feat!: remove amd app loading [[#2405](https://github.com/opencloud-eu/web/pull/2405)] - feat!: remove unmaintained project specific features [[#2399](https://github.com/opencloud-eu/web/pull/2399)] +### ✅ Tests + +- fix-flaky: safari upload test [[#2417](https://github.com/opencloud-eu/web/pull/2417)] + ### 📈 Enhancement - feat: redesign color picker [[#2407](https://github.com/opencloud-eu/web/pull/2407)] From 99a1c92bc8ecafe48c2eefeb4754902fee905595 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 23 Apr 2026 00:10:43 +0000 Subject: [PATCH 14/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b6620c21..8a3befca3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-22 +## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-23 ### ❤️ Thanks to all contributors! ❤️ From 29426531989210da132f98d8352c8e51ef00eff5 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 23 Apr 2026 08:25:33 +0000 Subject: [PATCH 15/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3befca3e..081e1b929d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,16 +11,21 @@ - feat!: remove amd app loading [[#2405](https://github.com/opencloud-eu/web/pull/2405)] - feat!: remove unmaintained project specific features [[#2399](https://github.com/opencloud-eu/web/pull/2399)] -### ✅ Tests +### 🐛 Bug Fixes -- fix-flaky: safari upload test [[#2417](https://github.com/opencloud-eu/web/pull/2417)] +- fix: sorting of spaces is faulty when space names contain numbers [[#2429](https://github.com/opencloud-eu/web/pull/2429)] ### 📈 Enhancement +- feat: redesign file input [[#2416](https://github.com/opencloud-eu/web/pull/2416)] - feat: redesign color picker [[#2407](https://github.com/opencloud-eu/web/pull/2407)] - feat: reduce mobile sidebar width to make it easier to dismiss [[#2410](https://github.com/opencloud-eu/web/pull/2410)] - feat: add the ability to show critical badge to version check if CVE … [[#2397](https://github.com/opencloud-eu/web/pull/2397)] +### ✅ Tests + +- fix-flaky: safari upload test [[#2417](https://github.com/opencloud-eu/web/pull/2417)] + ### 📦️ Dependencies - chore(deps): update devdependencies (non-major) [[#2415](https://github.com/opencloud-eu/web/pull/2415)] From 4e4cc086da4bfe3c3040a1b87dcead05a5e8a1df Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 23 Apr 2026 10:18:33 +0000 Subject: [PATCH 16/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 081e1b929d..8845819c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,17 +11,18 @@ - feat!: remove amd app loading [[#2405](https://github.com/opencloud-eu/web/pull/2405)] - feat!: remove unmaintained project specific features [[#2399](https://github.com/opencloud-eu/web/pull/2399)] -### 🐛 Bug Fixes - -- fix: sorting of spaces is faulty when space names contain numbers [[#2429](https://github.com/opencloud-eu/web/pull/2429)] - ### 📈 Enhancement +- feat: show mobile sidebar and FAB on tablets in portrait mode [[#2433](https://github.com/opencloud-eu/web/pull/2433)] - feat: redesign file input [[#2416](https://github.com/opencloud-eu/web/pull/2416)] - feat: redesign color picker [[#2407](https://github.com/opencloud-eu/web/pull/2407)] - feat: reduce mobile sidebar width to make it easier to dismiss [[#2410](https://github.com/opencloud-eu/web/pull/2410)] - feat: add the ability to show critical badge to version check if CVE … [[#2397](https://github.com/opencloud-eu/web/pull/2397)] +### 🐛 Bug Fixes + +- fix: sorting of spaces is faulty when space names contain numbers [[#2429](https://github.com/opencloud-eu/web/pull/2429)] + ### ✅ Tests - fix-flaky: safari upload test [[#2417](https://github.com/opencloud-eu/web/pull/2417)] From 5112370dc1f96a7bc99bed40edd7e0c8448dc91f Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 24 Apr 2026 00:11:50 +0000 Subject: [PATCH 17/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8845819c77..1fd56006d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-23 +## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-24 ### ❤️ Thanks to all contributors! ❤️ From 207715ee7f0dda9c7f184e5d1e1d329dc3a0fbe6 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 25 Apr 2026 00:15:37 +0000 Subject: [PATCH 18/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd56006d1..6a0569304e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-24 +## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-25 ### ❤️ Thanks to all contributors! ❤️ From 8c5d666b4d4e0f2cb8e4ddafaf70abaceb66f80e Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 26 Apr 2026 00:10:27 +0000 Subject: [PATCH 19/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0569304e..23ff096684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-25 +## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-26 ### ❤️ Thanks to all contributors! ❤️ From db93d01f11c6c8e0aaec365b326b97062cbca69e Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 27 Apr 2026 00:10:08 +0000 Subject: [PATCH 20/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23ff096684..25220b0c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-26 +## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-27 ### ❤️ Thanks to all contributors! ❤️ From 662aff1cb0ad03ad03c12310898c4fb8522558b4 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 27 Apr 2026 08:12:53 +0000 Subject: [PATCH 21/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25220b0c3b..c0afb03848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ ### 📈 Enhancement +- perf: improve initial loading times [[#2414](https://github.com/opencloud-eu/web/pull/2414)] - feat: show mobile sidebar and FAB on tablets in portrait mode [[#2433](https://github.com/opencloud-eu/web/pull/2433)] - feat: redesign file input [[#2416](https://github.com/opencloud-eu/web/pull/2416)] - feat: redesign color picker [[#2407](https://github.com/opencloud-eu/web/pull/2407)] @@ -29,6 +30,8 @@ ### 📦️ Dependencies +- chore(deps): update pnpm to v10.33.2 [[#2427](https://github.com/opencloud-eu/web/pull/2427)] +- chore(deps): update devdependencies (non-major) [[#2425](https://github.com/opencloud-eu/web/pull/2425)] - chore(deps): update devdependencies (non-major) [[#2415](https://github.com/opencloud-eu/web/pull/2415)] - chore(deps): update tiptap monorepo to v3.22.4 [[#2389](https://github.com/opencloud-eu/web/pull/2389)] - chore(deps): update dependency @codemirror/view to v6.41.1 [[#2390](https://github.com/opencloud-eu/web/pull/2390)] From a6f78e2f30658d4032c25d7cc2b0c3ba813c1483 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 27 Apr 2026 08:58:08 +0000 Subject: [PATCH 22/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0afb03848..8f69d8dfdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,12 @@ ### 📦️ Dependencies +- fix(deps): update dependency axios to v1.15.2 [[#2419](https://github.com/opencloud-eu/web/pull/2419)] +- chore(deps): update dependency eslint-plugin-vue to v10.9.0 [[#2421](https://github.com/opencloud-eu/web/pull/2421)] +- chore(deps): update dependency fast-xml-parser to v5.7.2 [[#2440](https://github.com/opencloud-eu/web/pull/2440)] +- fix(deps): update dependency p-queue to v9.2.0 [[#2442](https://github.com/opencloud-eu/web/pull/2442)] +- chore(deps): update traefik docker tag to v3.6.14 [[#2431](https://github.com/opencloud-eu/web/pull/2431)] +- fix(deps): update dependency vue-router to v5.0.6 [[#2432](https://github.com/opencloud-eu/web/pull/2432)] - chore(deps): update pnpm to v10.33.2 [[#2427](https://github.com/opencloud-eu/web/pull/2427)] - chore(deps): update devdependencies (non-major) [[#2425](https://github.com/opencloud-eu/web/pull/2425)] - chore(deps): update devdependencies (non-major) [[#2415](https://github.com/opencloud-eu/web/pull/2415)] From 0de0ec58e50e7064002887d441c6acd23bd8e91b Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 27 Apr 2026 09:30:36 +0000 Subject: [PATCH 23/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f69d8dfdd..d5b43c1f3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency dompurify to v3.4.1 [[#2418](https://github.com/opencloud-eu/web/pull/2418)] - fix(deps): update dependency axios to v1.15.2 [[#2419](https://github.com/opencloud-eu/web/pull/2419)] - chore(deps): update dependency eslint-plugin-vue to v10.9.0 [[#2421](https://github.com/opencloud-eu/web/pull/2421)] - chore(deps): update dependency fast-xml-parser to v5.7.2 [[#2440](https://github.com/opencloud-eu/web/pull/2440)] From 4ab4293c6ad98329ae16adaed33429cc97a266e2 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 27 Apr 2026 12:48:25 +0000 Subject: [PATCH 24/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b43c1f3b..d2302c118f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ ### 📦️ Dependencies +- chore(deps): update dependency @vue/test-utils to v2.4.9 [[#2444](https://github.com/opencloud-eu/web/pull/2444)] +- fix(deps): update dependency @sentry/vue to v10.50.0 [[#2436](https://github.com/opencloud-eu/web/pull/2436)] - chore(deps): update dependency dompurify to v3.4.1 [[#2418](https://github.com/opencloud-eu/web/pull/2418)] - fix(deps): update dependency axios to v1.15.2 [[#2419](https://github.com/opencloud-eu/web/pull/2419)] - chore(deps): update dependency eslint-plugin-vue to v10.9.0 [[#2421](https://github.com/opencloud-eu/web/pull/2421)] From 2cb2280ce4cd06f54f05cece4216b6e0c9e152a2 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 28 Apr 2026 00:12:40 +0000 Subject: [PATCH 25/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2302c118f..a9fd920736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-27 +## [7.0.0](https://github.com/opencloud-eu/web/releases/tag/v7.0.0) - 2026-04-28 ### ❤️ Thanks to all contributors! ❤️ From e024f839375b69d5a6953ffedad5ed44919766ce Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 28 Apr 2026 07:17:52 +0000 Subject: [PATCH 26/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9fd920736..a4dd6680b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ ### 📦️ Dependencies +- chore(deps): update typescript-eslint monorepo to v8.59.1 [[#2446](https://github.com/opencloud-eu/web/pull/2446)] +- chore(deps): update dependency filesize to v11.0.17 [[#2445](https://github.com/opencloud-eu/web/pull/2445)] - chore(deps): update dependency @vue/test-utils to v2.4.9 [[#2444](https://github.com/opencloud-eu/web/pull/2444)] - fix(deps): update dependency @sentry/vue to v10.50.0 [[#2436](https://github.com/opencloud-eu/web/pull/2436)] - chore(deps): update dependency dompurify to v3.4.1 [[#2418](https://github.com/opencloud-eu/web/pull/2418)] From f612d9815655029397de9385e31662b30b3137c2 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 28 Apr 2026 07:44:03 +0000 Subject: [PATCH 27/27] =?UTF-8?q?=F0=9F=8E=89=20Release=207.0.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 a4dd6680b0..c9af88214c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,18 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen, @ScharfViktor +@AlexAndBear, @Cassolette, @JammingBen, @ScharfViktor ### 💥 Breaking changes - feat!: remove amd app loading [[#2405](https://github.com/opencloud-eu/web/pull/2405)] - feat!: remove unmaintained project specific features [[#2399](https://github.com/opencloud-eu/web/pull/2399)] +### 🐛 Bug Fixes + +- fix(extension-sdk): use posix path to support windows build [[#2404](https://github.com/opencloud-eu/web/pull/2404)] +- fix: sorting of spaces is faulty when space names contain numbers [[#2429](https://github.com/opencloud-eu/web/pull/2429)] + ### 📈 Enhancement - perf: improve initial loading times [[#2414](https://github.com/opencloud-eu/web/pull/2414)] @@ -20,10 +25,6 @@ - feat: reduce mobile sidebar width to make it easier to dismiss [[#2410](https://github.com/opencloud-eu/web/pull/2410)] - feat: add the ability to show critical badge to version check if CVE … [[#2397](https://github.com/opencloud-eu/web/pull/2397)] -### 🐛 Bug Fixes - -- fix: sorting of spaces is faulty when space names contain numbers [[#2429](https://github.com/opencloud-eu/web/pull/2429)] - ### ✅ Tests - fix-flaky: safari upload test [[#2417](https://github.com/opencloud-eu/web/pull/2417)]