From 5273cc833ed04e99b16a503a92b3b03eb0b3fc51 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 16 Feb 2026 09:59:46 +0000 Subject: [PATCH 01/36] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= 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 b6416844e2..b5091d2b3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [5.1.1](https://github.com/opencloud-eu/web/releases/tag/v5.1.1) - 2026-02-16 + +### 📦️ Dependencies + +- chore(deps): update dependency @codemirror/view to v6.39.14 [[#1970](https://github.com/opencloud-eu/web/pull/1970)] +- chore(deps): update traefik docker tag to v3.6.8 [[#1967](https://github.com/opencloud-eu/web/pull/1967)] +- chore(deps): update node.js to v24.13.1 [[#1961](https://github.com/opencloud-eu/web/pull/1961)] +- chore(deps): update dependency eslint-plugin-vue to v10.8.0 [[#1980](https://github.com/opencloud-eu/web/pull/1980)] +- chore(deps): update dependency eslint-plugin-n to v17.24.0 [[#1982](https://github.com/opencloud-eu/web/pull/1982)] + ## [5.1.0](https://github.com/opencloud-eu/web/releases/tag/v5.1.0) - 2026-02-16 ### ❤️ Thanks to all contributors! ❤️ From e0ade127eb4248464100eb5e7c90d6e76c1936b8 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 16 Feb 2026 10:00:52 +0000 Subject: [PATCH 02/36] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= 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 b5091d2b3c..be0121d1c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency fast-xml-parser to v5.3.6 [[#1979](https://github.com/opencloud-eu/web/pull/1979)] - chore(deps): update dependency @codemirror/view to v6.39.14 [[#1970](https://github.com/opencloud-eu/web/pull/1970)] - chore(deps): update traefik docker tag to v3.6.8 [[#1967](https://github.com/opencloud-eu/web/pull/1967)] - chore(deps): update node.js to v24.13.1 [[#1961](https://github.com/opencloud-eu/web/pull/1961)] From 2801dcdb56d4a55a1774ca40f93fe6a8f2b50339 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 16 Feb 2026 14:34:17 +0000 Subject: [PATCH 03/36] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= 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 be0121d1c3..5d91f88fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [5.1.1](https://github.com/opencloud-eu/web/releases/tag/v5.1.1) - 2026-02-16 +### ❤️ Thanks to all contributors! ❤️ + +@kulmann + ### 📦️ Dependencies - chore(deps): update dependency fast-xml-parser to v5.3.6 [[#1979](https://github.com/opencloud-eu/web/pull/1979)] From e222a2a86cf2fd00488e12a7810849265a6af022 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 16 Feb 2026 15:25:33 +0000 Subject: [PATCH 04/36] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d91f88fa1..be1c36c82f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ ### ❤️ Thanks to all contributors! ❤️ -@kulmann +@dschmidt, @kulmann + +### 🐛 Bug Fixes + +- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] ### 📦️ Dependencies From 3a9d87255769f7a2f665ad8c93c6c05564c58cd6 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 17 Feb 2026 00:30:07 +0000 Subject: [PATCH 05/36] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= 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 be1c36c82f..abd9e54a38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.1.1](https://github.com/opencloud-eu/web/releases/tag/v5.1.1) - 2026-02-16 +## [5.1.1](https://github.com/opencloud-eu/web/releases/tag/v5.1.1) - 2026-02-17 ### ❤️ Thanks to all contributors! ❤️ From b08e3cc65a22679bb1f097fd27a4caaa934920a2 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 17 Feb 2026 06:38:08 +0000 Subject: [PATCH 06/36] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= 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 abd9e54a38..a53edec966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,13 @@ ### 🐛 Bug Fixes +- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] - fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] ### 📦️ Dependencies +- chore(deps): update dependency eslint-plugin-vuejs-accessibility to v2.5.0 [[#1976](https://github.com/opencloud-eu/web/pull/1976)] +- fix(deps): update dependency @sentry/vue to v10.39.0 [[#1988](https://github.com/opencloud-eu/web/pull/1988)] - chore(deps): update dependency fast-xml-parser to v5.3.6 [[#1979](https://github.com/opencloud-eu/web/pull/1979)] - chore(deps): update dependency @codemirror/view to v6.39.14 [[#1970](https://github.com/opencloud-eu/web/pull/1970)] - chore(deps): update traefik docker tag to v3.6.8 [[#1967](https://github.com/opencloud-eu/web/pull/1967)] From a6688b1fe68a5f0828b5e708f9eb3bc5e0699383 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 17 Feb 2026 07:07:10 +0000 Subject: [PATCH 07/36] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= 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 a53edec966..2159cc86cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ ### 📦️ Dependencies +- fix(deps): update dependency qs to v6.15.0 [[#1968](https://github.com/opencloud-eu/web/pull/1968)] - chore(deps): update dependency eslint-plugin-vuejs-accessibility to v2.5.0 [[#1976](https://github.com/opencloud-eu/web/pull/1976)] - fix(deps): update dependency @sentry/vue to v10.39.0 [[#1988](https://github.com/opencloud-eu/web/pull/1988)] - chore(deps): update dependency fast-xml-parser to v5.3.6 [[#1979](https://github.com/opencloud-eu/web/pull/1979)] From 9fb2faf15cd7a9c2e5d29e1e82c06fbd0466aa33 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 17 Feb 2026 07:38:14 +0000 Subject: [PATCH 08/36] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= 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 2159cc86cd..d81dd23a0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ ### 📦️ Dependencies +- chore(deps): update typescript-eslint monorepo to v8.56.0 [[#1955](https://github.com/opencloud-eu/web/pull/1955)] +- chore(deps): update devdependencies (non-major) [[#1962](https://github.com/opencloud-eu/web/pull/1962)] - fix(deps): update dependency qs to v6.15.0 [[#1968](https://github.com/opencloud-eu/web/pull/1968)] - chore(deps): update dependency eslint-plugin-vuejs-accessibility to v2.5.0 [[#1976](https://github.com/opencloud-eu/web/pull/1976)] - fix(deps): update dependency @sentry/vue to v10.39.0 [[#1988](https://github.com/opencloud-eu/web/pull/1988)] From faf75c1ccf86448081be84faf64739dc3ff7ca8e Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 17 Feb 2026 11:38:10 +0000 Subject: [PATCH 09/36] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d81dd23a0c..26ca05003a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@dschmidt, @kulmann +@AlexAndBear, @dschmidt, @kulmann ### 🐛 Bug Fixes @@ -13,6 +13,7 @@ ### 📦️ Dependencies +- chore: adjust dev docker app-registry [[#1994](https://github.com/opencloud-eu/web/pull/1994)] - chore(deps): update typescript-eslint monorepo to v8.56.0 [[#1955](https://github.com/opencloud-eu/web/pull/1955)] - chore(deps): update devdependencies (non-major) [[#1962](https://github.com/opencloud-eu/web/pull/1962)] - fix(deps): update dependency qs to v6.15.0 [[#1968](https://github.com/opencloud-eu/web/pull/1968)] From 4f0d8b01de4aeffe9e6cf96de7c913f8482dbc2c Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 18 Feb 2026 00:25:12 +0000 Subject: [PATCH 10/36] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.1?= 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 26ca05003a..0db8673c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.1.1](https://github.com/opencloud-eu/web/releases/tag/v5.1.1) - 2026-02-17 +## [5.1.1](https://github.com/opencloud-eu/web/releases/tag/v5.1.1) - 2026-02-18 ### ❤️ Thanks to all contributors! ❤️ From ff7e319d00a62a3a97e28c1d1dd8f6062196f12c Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 18 Feb 2026 08:06:54 +0000 Subject: [PATCH 11/36] =?UTF-8?q?=F0=9F=8E=89=20Release=205.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0db8673c1d..a221b4f7f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -## [5.1.1](https://github.com/opencloud-eu/web/releases/tag/v5.1.1) - 2026-02-18 +## [5.2.0](https://github.com/opencloud-eu/web/releases/tag/v5.2.0) - 2026-02-18 ### ❤️ Thanks to all contributors! ❤️ @AlexAndBear, @dschmidt, @kulmann +### 📈 Enhancement + +- feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] + ### 🐛 Bug Fixes - fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] From 9540a2abcc0437db8381276f50985a42262992c0 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 18 Feb 2026 09:33:19 +0000 Subject: [PATCH 12/36] =?UTF-8?q?=F0=9F=8E=89=20Release=205.2.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 a221b4f7f4..0f8367054e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### 📈 Enhancement +- feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] - feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] ### 🐛 Bug Fixes From eed4ef2d37a4bb8b58588cd8d7f16e426b4e2e03 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 19 Feb 2026 00:55:07 +0000 Subject: [PATCH 13/36] =?UTF-8?q?=F0=9F=8E=89=20Release=205.2.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 0f8367054e..ebfc6b1b29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.2.0](https://github.com/opencloud-eu/web/releases/tag/v5.2.0) - 2026-02-18 +## [5.2.0](https://github.com/opencloud-eu/web/releases/tag/v5.2.0) - 2026-02-19 ### ❤️ Thanks to all contributors! ❤️ From 00386c7d1a6d42cb96739e26d20c648ac11d8454 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 19 Feb 2026 14:43:49 +0000 Subject: [PATCH 14/36] =?UTF-8?q?=F0=9F=8E=89=20Release=205.2.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 ebfc6b1b29..a8f73334a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ### 📦️ Dependencies +- chore: adjust dev docker app-registry [[#1995](https://github.com/opencloud-eu/web/pull/1995)] - chore: adjust dev docker app-registry [[#1994](https://github.com/opencloud-eu/web/pull/1994)] - chore(deps): update typescript-eslint monorepo to v8.56.0 [[#1955](https://github.com/opencloud-eu/web/pull/1955)] - chore(deps): update devdependencies (non-major) [[#1962](https://github.com/opencloud-eu/web/pull/1962)] From 8dc8e248b56c8da80a709d69933d07518c9cc2dd Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 20 Feb 2026 00:38:47 +0000 Subject: [PATCH 15/36] =?UTF-8?q?=F0=9F=8E=89=20Release=205.2.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 a8f73334a6..0f026ea602 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.2.0](https://github.com/opencloud-eu/web/releases/tag/v5.2.0) - 2026-02-19 +## [5.2.0](https://github.com/opencloud-eu/web/releases/tag/v5.2.0) - 2026-02-20 ### ❤️ Thanks to all contributors! ❤️ From e30c0a1e5e50b5c0fc55b66f1a709ab488b19ada Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 20 Feb 2026 06:24:18 +0000 Subject: [PATCH 16/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 0f026ea602..6e553a63ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Changelog -## [5.2.0](https://github.com/opencloud-eu/web/releases/tag/v5.2.0) - 2026-02-20 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-20 ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @dschmidt, @kulmann +@AlexAndBear, @JammingBen, @dschmidt, @kulmann + +### 💥 Breaking changes + +- refactor!: mobile nav to web-pkg [[#2007](https://github.com/opencloud-eu/web/pull/2007)] ### 📈 Enhancement From 9c22f81c584e9d982a934345abdd61690c30ff76 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 20 Feb 2026 11:06:28 +0000 Subject: [PATCH 17/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 6e553a63ef..007733cf9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### 📈 Enhancement +- feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] - feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] - feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] From 293e3353b6a88f45a1d5857e7cb9cc0185846836 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 20 Feb 2026 15:46:26 +0000 Subject: [PATCH 18/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 007733cf9f..919ff7f4b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ ### 📈 Enhancement +- feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] - feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] - feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] - feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] From 28e7a1bd5b6b395a99056e18115152891ace9ec3 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 21 Feb 2026 00:14:32 +0000 Subject: [PATCH 19/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 919ff7f4b2..d655393ede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-20 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-21 ### ❤️ Thanks to all contributors! ❤️ From 706b37ac7cb83893382525291f2760c44ad0ca2b Mon Sep 17 00:00:00 2001 From: oauth Date: Sun, 22 Feb 2026 00:23:07 +0000 Subject: [PATCH 20/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 d655393ede..6af81d1083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-21 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-22 ### ❤️ Thanks to all contributors! ❤️ From 34fc1a3fd7e8d2d75b0afd2514c5efa82468bd73 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 23 Feb 2026 00:37:33 +0000 Subject: [PATCH 21/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 6af81d1083..245d0cc383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-22 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-23 ### ❤️ Thanks to all contributors! ❤️ From 8ef2285c9093f94e6ca949c583dc1d1f2fbcdb09 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 23 Feb 2026 09:56:28 +0000 Subject: [PATCH 22/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 245d0cc383..67dfc8e6ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency rollup-plugin-visualizer to v7 [[#2024](https://github.com/opencloud-eu/web/pull/2024)] - chore: adjust dev docker app-registry [[#1995](https://github.com/opencloud-eu/web/pull/1995)] - chore: adjust dev docker app-registry [[#1994](https://github.com/opencloud-eu/web/pull/1994)] - chore(deps): update typescript-eslint monorepo to v8.56.0 [[#1955](https://github.com/opencloud-eu/web/pull/1955)] From d435da707dbc220d46497253633c10935f7400d4 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 23 Feb 2026 10:34:59 +0000 Subject: [PATCH 23/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 67dfc8e6ad..a2a4c20abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ ### 📦️ Dependencies +- chore(deps): update devdependencies (non-major) [[#1996](https://github.com/opencloud-eu/web/pull/1996)] - chore(deps): update dependency rollup-plugin-visualizer to v7 [[#2024](https://github.com/opencloud-eu/web/pull/2024)] - chore: adjust dev docker app-registry [[#1995](https://github.com/opencloud-eu/web/pull/1995)] - chore: adjust dev docker app-registry [[#1994](https://github.com/opencloud-eu/web/pull/1994)] From 8371ac7fc076223a0062e44a5dd403c1737ddeca Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 23 Feb 2026 10:46:13 +0000 Subject: [PATCH 24/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 a2a4c20abe..8586e07eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency fast-xml-parser to v5.3.7 [[#2014](https://github.com/opencloud-eu/web/pull/2014)] - chore(deps): update devdependencies (non-major) [[#1996](https://github.com/opencloud-eu/web/pull/1996)] - chore(deps): update dependency rollup-plugin-visualizer to v7 [[#2024](https://github.com/opencloud-eu/web/pull/2024)] - chore: adjust dev docker app-registry [[#1995](https://github.com/opencloud-eu/web/pull/1995)] From 2608859b69a9c3b0327d5b6bcc55050b77b30e86 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 23 Feb 2026 12:52:22 +0000 Subject: [PATCH 25/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 8586e07eb0..3c7e2e3452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ ### 📦️ Dependencies +- fix(deps): update dependency vue-router to v5.0.3 [[#2013](https://github.com/opencloud-eu/web/pull/2013)] - chore(deps): update dependency fast-xml-parser to v5.3.7 [[#2014](https://github.com/opencloud-eu/web/pull/2014)] - chore(deps): update devdependencies (non-major) [[#1996](https://github.com/opencloud-eu/web/pull/1996)] - chore(deps): update dependency rollup-plugin-visualizer to v7 [[#2024](https://github.com/opencloud-eu/web/pull/2024)] From 14134ba3f5d24376c0cbf7064b634b1f6660328a Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 23 Feb 2026 12:59:52 +0000 Subject: [PATCH 26/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 3c7e2e3452..5ef3f06b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ ### 📦️ Dependencies +- chore(deps): update dependency @codemirror/view to v6.39.15 [[#2016](https://github.com/opencloud-eu/web/pull/2016)] - fix(deps): update dependency vue-router to v5.0.3 [[#2013](https://github.com/opencloud-eu/web/pull/2013)] - chore(deps): update dependency fast-xml-parser to v5.3.7 [[#2014](https://github.com/opencloud-eu/web/pull/2014)] - chore(deps): update devdependencies (non-major) [[#1996](https://github.com/opencloud-eu/web/pull/1996)] From fe91e031422904765a2996f6faad6079d60f5c53 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 23 Feb 2026 15:28:30 +0000 Subject: [PATCH 27/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 5ef3f06b90..bd8a3174c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ - refactor!: mobile nav to web-pkg [[#2007](https://github.com/opencloud-eu/web/pull/2007)] +### 🐛 Bug Fixes + +- fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] +- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] +- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] + ### 📈 Enhancement - feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] @@ -17,11 +23,6 @@ - feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] - feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] -### 🐛 Bug Fixes - -- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] -- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] - ### 📦️ Dependencies - chore(deps): update dependency @codemirror/view to v6.39.15 [[#2016](https://github.com/opencloud-eu/web/pull/2016)] From 168a44c2998a740f662e9a0977426fba6dd4e348 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 24 Feb 2026 00:21:51 +0000 Subject: [PATCH 28/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 bd8a3174c8..f38889a323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-23 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-24 ### ❤️ Thanks to all contributors! ❤️ From 4a063ef140e521979b0392ae87dc05b57cfa345a Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 25 Feb 2026 00:21:20 +0000 Subject: [PATCH 29/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 f38889a323..e707f70ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-24 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-25 ### ❤️ Thanks to all contributors! ❤️ From bc7afb5b542c31c2090121ce62715e89904c4027 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 25 Feb 2026 12:36:37 +0000 Subject: [PATCH 30/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 e707f70ac5..032672d3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ ### 📦️ Dependencies +- chore(deps): update traefik docker tag to v3.6.9 [[#2032](https://github.com/opencloud-eu/web/pull/2032)] - chore(deps): update dependency @codemirror/view to v6.39.15 [[#2016](https://github.com/opencloud-eu/web/pull/2016)] - fix(deps): update dependency vue-router to v5.0.3 [[#2013](https://github.com/opencloud-eu/web/pull/2013)] - chore(deps): update dependency fast-xml-parser to v5.3.7 [[#2014](https://github.com/opencloud-eu/web/pull/2014)] From 5cb454e79fd462980c6ee929c35e3a016963cd89 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 25 Feb 2026 12:42:55 +0000 Subject: [PATCH 31/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 032672d3bf..86ed9381cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ ### 📦️ Dependencies +- chore(deps): update node.js to v24.14.0 [[#2035](https://github.com/opencloud-eu/web/pull/2035)] +- chore(deps): update typescript-eslint monorepo to v8.56.1 [[#2031](https://github.com/opencloud-eu/web/pull/2031)] - chore(deps): update traefik docker tag to v3.6.9 [[#2032](https://github.com/opencloud-eu/web/pull/2032)] - chore(deps): update dependency @codemirror/view to v6.39.15 [[#2016](https://github.com/opencloud-eu/web/pull/2016)] - fix(deps): update dependency vue-router to v5.0.3 [[#2013](https://github.com/opencloud-eu/web/pull/2013)] From ca6d7dc8198f7865b2dfea7619a8e1ace51926ee Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 25 Feb 2026 12:48:04 +0000 Subject: [PATCH 32/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 86ed9381cd..ffa02f1337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ ### 📦️ Dependencies +- chore(deps): update vue monorepo to v3.5.29 [[#2034](https://github.com/opencloud-eu/web/pull/2034)] - chore(deps): update node.js to v24.14.0 [[#2035](https://github.com/opencloud-eu/web/pull/2035)] - chore(deps): update typescript-eslint monorepo to v8.56.1 [[#2031](https://github.com/opencloud-eu/web/pull/2031)] - chore(deps): update traefik docker tag to v3.6.9 [[#2032](https://github.com/opencloud-eu/web/pull/2032)] From 56e2c8f2f78117364d459dc3ae46d3310cffae5b Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 26 Feb 2026 00:19:50 +0000 Subject: [PATCH 33/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffa02f1337..7b825ba134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-25 +## [6.0.0](https://github.com/opencloud-eu/web/releases/tag/v6.0.0) - 2026-02-26 ### ❤️ Thanks to all contributors! ❤️ @@ -25,6 +25,8 @@ ### 📦️ Dependencies +- fix(deps): update dependency @sentry/vue to v10.40.0 [[#2036](https://github.com/opencloud-eu/web/pull/2036)] +- chore(deps): update dependency fast-xml-parser to v5.4.1 [[#2037](https://github.com/opencloud-eu/web/pull/2037)] - chore(deps): update vue monorepo to v3.5.29 [[#2034](https://github.com/opencloud-eu/web/pull/2034)] - chore(deps): update node.js to v24.14.0 [[#2035](https://github.com/opencloud-eu/web/pull/2035)] - chore(deps): update typescript-eslint monorepo to v8.56.1 [[#2031](https://github.com/opencloud-eu/web/pull/2031)] From 2a08c0f6c0ea31ff5dad4b4112e7f7461ab3385b Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 26 Feb 2026 08:24:33 +0000 Subject: [PATCH 34/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.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 7b825ba134..5698aceee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ ### 📦️ Dependencies +- chore(deps): update devdependencies (non-major) [[#2030](https://github.com/opencloud-eu/web/pull/2030)] - fix(deps): update dependency @sentry/vue to v10.40.0 [[#2036](https://github.com/opencloud-eu/web/pull/2036)] - chore(deps): update dependency fast-xml-parser to v5.4.1 [[#2037](https://github.com/opencloud-eu/web/pull/2037)] - chore(deps): update vue monorepo to v3.5.29 [[#2034](https://github.com/opencloud-eu/web/pull/2034)] From d3baa1a49048bf8da6ed7d37b75f8b8e6d7fbb01 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 26 Feb 2026 12:58:40 +0000 Subject: [PATCH 35/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5698aceee9..84625c745e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,19 +10,20 @@ - refactor!: mobile nav to web-pkg [[#2007](https://github.com/opencloud-eu/web/pull/2007)] -### 🐛 Bug Fixes - -- fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] -- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] -- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] - ### 📈 Enhancement +- fix: visual active state in preview app (photo roll) [[#2029](https://github.com/opencloud-eu/web/pull/2029)] - feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] - feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)] - feat: eleminate collapsed state of left side bar [[#1993](https://github.com/opencloud-eu/web/pull/1993)] - feat: unifiy create and upload button [[#1989](https://github.com/opencloud-eu/web/pull/1989)] +### 🐛 Bug Fixes + +- fix: prevent 'New'-button flicker when navigating [[#2026](https://github.com/opencloud-eu/web/pull/2026)] +- fix(web-runtime): cache embed query params across config reloads [[#1977](https://github.com/opencloud-eu/web/pull/1977)] +- fix(web-pkg): guard against missing routes in getEditorRoute [[#1975](https://github.com/opencloud-eu/web/pull/1975)] + ### 📦️ Dependencies - chore(deps): update devdependencies (non-major) [[#2030](https://github.com/opencloud-eu/web/pull/2030)] From 4320de4c8caefdaaa3250536dd4d9702fe03f261 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 26 Feb 2026 13:10:19 +0000 Subject: [PATCH 36/36] =?UTF-8?q?=F0=9F=8E=89=20Release=206.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84625c745e..809cb14bfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @JammingBen, @dschmidt, @kulmann +@AlexAndBear, @JammingBen, @MahdiBaghbani, @dschmidt, @kulmann ### 💥 Breaking changes @@ -12,6 +12,7 @@ ### 📈 Enhancement +- feat(ocm): implement WAYF page and enhance invitation workflow [[#1486](https://github.com/opencloud-eu/web/pull/1486)] - fix: visual active state in preview app (photo roll) [[#2029](https://github.com/opencloud-eu/web/pull/2029)] - feat: modernize surface colors [[#2023](https://github.com/opencloud-eu/web/pull/2023)] - feat: create or upload floating action button [[#1997](https://github.com/opencloud-eu/web/pull/1997)]