From b30f878512f3b280b70aab51faf9a15fd1f0c3e2 Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 26 Jan 2026 10:05:38 +0000 Subject: [PATCH 01/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 96281b8234..b3fd5c7591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [5.1.0](https://github.com/opencloud-eu/web/releases/tag/v5.1.0) - 2026-01-26 + +### ❤️ Thanks to all contributors! ❤️ + +@tammi-23 + +### 📈 Enhancement + +- Issues/1478 integrate tiptap for writing emails [[#1831](https://github.com/opencloud-eu/web/pull/1831)] + ## [5.0.0](https://github.com/opencloud-eu/web/releases/tag/v5.0.0) - 2026-01-26 ### ❤️ Thanks to all contributors! ❤️ From 1e180481cf9626c6bbbc5efc5ef7a9e3fee86f6d Mon Sep 17 00:00:00 2001 From: oauth Date: Mon, 26 Jan 2026 14:37:28 +0000 Subject: [PATCH 02/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 b3fd5c7591..6adb18831f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ ### ❤️ Thanks to all contributors! ❤️ -@tammi-23 +@ScharfViktor, @tammi-23 + +### ✅ Tests + +- delete transitionend check [[#1872](https://github.com/opencloud-eu/web/pull/1872)] ### 📈 Enhancement From 2e0ba53d41a5cabb27b8936a3e474f09799b6afe Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 27 Jan 2026 00:26:21 +0000 Subject: [PATCH 03/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 6adb18831f..9c0bb687c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.1.0](https://github.com/opencloud-eu/web/releases/tag/v5.1.0) - 2026-01-26 +## [5.1.0](https://github.com/opencloud-eu/web/releases/tag/v5.1.0) - 2026-01-27 ### ❤️ Thanks to all contributors! ❤️ From b76a813c0a6fec221363f27f21e17b724c600f3e Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 27 Jan 2026 07:49:04 +0000 Subject: [PATCH 04/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0bb687c8..aab8d31c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,14 @@ - Issues/1478 integrate tiptap for writing emails [[#1831](https://github.com/opencloud-eu/web/pull/1831)] +### 📦️ Dependencies + +- fix(deps): update dependency @sentry/vue to v10.36.0 [[#1854](https://github.com/opencloud-eu/web/pull/1854)] +- fix(deps): update dependency zod to v4.3.6 [[#1863](https://github.com/opencloud-eu/web/pull/1863)] +- chore(deps): update dependency globals to v17.1.0 [[#1864](https://github.com/opencloud-eu/web/pull/1864)] +- fix(deps): update dependency axios to v1.13.3 [[#1867](https://github.com/opencloud-eu/web/pull/1867)] +- chore(deps): update typescript-eslint monorepo to v8.54.0 [[#1877](https://github.com/opencloud-eu/web/pull/1877)] + ## [5.0.0](https://github.com/opencloud-eu/web/releases/tag/v5.0.0) - 2026-01-26 ### ❤️ Thanks to all contributors! ❤️ From d3605ac704859410f77f7f649450ac143f5e527e Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 27 Jan 2026 10:45:12 +0000 Subject: [PATCH 05/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 aab8d31c13..c32a1c5a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ ### ❤️ Thanks to all contributors! ❤️ -@ScharfViktor, @tammi-23 +@AlexAndBear, @ScharfViktor, @tammi-23 + +### 🐛 Bug Fixes + +- fix: update server request might be cached [[#1880](https://github.com/opencloud-eu/web/pull/1880)] ### ✅ Tests From e57b9e71bccf1aa7537b93869034b1fe5e4436d5 Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 27 Jan 2026 14:02:31 +0000 Subject: [PATCH 06/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 c32a1c5a22..7a9ed7ced2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ ### 📦️ Dependencies +- chore(deps): update tiptap monorepo to v3.17.1 [[#1871](https://github.com/opencloud-eu/web/pull/1871)] +- fix(deps): update dependency @sentry/vue to v10.37.0 [[#1881](https://github.com/opencloud-eu/web/pull/1881)] - fix(deps): update dependency @sentry/vue to v10.36.0 [[#1854](https://github.com/opencloud-eu/web/pull/1854)] - fix(deps): update dependency zod to v4.3.6 [[#1863](https://github.com/opencloud-eu/web/pull/1863)] - chore(deps): update dependency globals to v17.1.0 [[#1864](https://github.com/opencloud-eu/web/pull/1864)] From 32cb7711b9f48fbf544b8e834afea71bfb84ebcf Mon Sep 17 00:00:00 2001 From: oauth Date: Tue, 27 Jan 2026 16:05:29 +0000 Subject: [PATCH 07/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 7a9ed7ced2..d8f88bcf05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,17 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @ScharfViktor, @tammi-23 - -### 🐛 Bug Fixes - -- fix: update server request might be cached [[#1880](https://github.com/opencloud-eu/web/pull/1880)] +@AlexAndBear, @ScharfViktor, @saw-jan, @tammi-23 ### ✅ Tests +- test(e2e): fix flaky upload and sharing tests [[#1879](https://github.com/opencloud-eu/web/pull/1879)] - delete transitionend check [[#1872](https://github.com/opencloud-eu/web/pull/1872)] +### 🐛 Bug Fixes + +- fix: update server request might be cached [[#1880](https://github.com/opencloud-eu/web/pull/1880)] + ### 📈 Enhancement - Issues/1478 integrate tiptap for writing emails [[#1831](https://github.com/opencloud-eu/web/pull/1831)] From 1c2a092d160a4210ee305e04abbde0a87a4f06b7 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 28 Jan 2026 00:25:28 +0000 Subject: [PATCH 08/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 d8f88bcf05..73902fb764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.1.0](https://github.com/opencloud-eu/web/releases/tag/v5.1.0) - 2026-01-27 +## [5.1.0](https://github.com/opencloud-eu/web/releases/tag/v5.1.0) - 2026-01-28 ### ❤️ Thanks to all contributors! ❤️ From 0e7fb8fe68ce28393ebb2cddc7b6581d232945a8 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 28 Jan 2026 12:58:52 +0000 Subject: [PATCH 09/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 73902fb764..91e5271851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,18 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @ScharfViktor, @saw-jan, @tammi-23 +@AlexAndBear, @ScharfViktor, @kulmann, @saw-jan, @tammi-23 + +### 🐛 Bug Fixes + +- fix: fallback icon for folders with extension [[#1889](https://github.com/opencloud-eu/web/pull/1889)] +- fix: update server request might be cached [[#1880](https://github.com/opencloud-eu/web/pull/1880)] ### ✅ Tests - test(e2e): fix flaky upload and sharing tests [[#1879](https://github.com/opencloud-eu/web/pull/1879)] - delete transitionend check [[#1872](https://github.com/opencloud-eu/web/pull/1872)] -### 🐛 Bug Fixes - -- fix: update server request might be cached [[#1880](https://github.com/opencloud-eu/web/pull/1880)] - ### 📈 Enhancement - Issues/1478 integrate tiptap for writing emails [[#1831](https://github.com/opencloud-eu/web/pull/1831)] From f0cd64202758f32395fc9091d447a41d5ba387f7 Mon Sep 17 00:00:00 2001 From: oauth Date: Wed, 28 Jan 2026 13:32:23 +0000 Subject: [PATCH 10/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 91e5271851..82ad7a62b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ @AlexAndBear, @ScharfViktor, @kulmann, @saw-jan, @tammi-23 +### 📈 Enhancement + +- Feat/1479 Add attachments when writing emails [[#1873](https://github.com/opencloud-eu/web/pull/1873)] +- Issues/1478 integrate tiptap for writing emails [[#1831](https://github.com/opencloud-eu/web/pull/1831)] + ### 🐛 Bug Fixes - fix: fallback icon for folders with extension [[#1889](https://github.com/opencloud-eu/web/pull/1889)] @@ -16,10 +21,6 @@ - test(e2e): fix flaky upload and sharing tests [[#1879](https://github.com/opencloud-eu/web/pull/1879)] - delete transitionend check [[#1872](https://github.com/opencloud-eu/web/pull/1872)] -### 📈 Enhancement - -- Issues/1478 integrate tiptap for writing emails [[#1831](https://github.com/opencloud-eu/web/pull/1831)] - ### 📦️ Dependencies - chore(deps): update tiptap monorepo to v3.17.1 [[#1871](https://github.com/opencloud-eu/web/pull/1871)] From b029e55fd5c956279e2c841526ba25ed343db2f9 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 29 Jan 2026 00:25:44 +0000 Subject: [PATCH 11/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 82ad7a62b9..fa14006dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.1.0](https://github.com/opencloud-eu/web/releases/tag/v5.1.0) - 2026-01-28 +## [5.1.0](https://github.com/opencloud-eu/web/releases/tag/v5.1.0) - 2026-01-29 ### ❤️ Thanks to all contributors! ❤️ From fc026e261a28e789f544dc5a7b6f7d9499ede240 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 29 Jan 2026 09:33:22 +0000 Subject: [PATCH 12/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 fa14006dd2..eddc993267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ ### ❤️ Thanks to all contributors! ❤️ -@AlexAndBear, @ScharfViktor, @kulmann, @saw-jan, @tammi-23 +@AlexAndBear, @JammingBen, @ScharfViktor, @kulmann, @saw-jan, @tammi-23 ### 📈 Enhancement +- feat: move right sidebar to bottom drawer on mobile [[#1874](https://github.com/opencloud-eu/web/pull/1874)] - Feat/1479 Add attachments when writing emails [[#1873](https://github.com/opencloud-eu/web/pull/1873)] - Issues/1478 integrate tiptap for writing emails [[#1831](https://github.com/opencloud-eu/web/pull/1831)] From ae7fa2e297eed3aff2efed68dae2424eab7acb84 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 29 Jan 2026 13:27:20 +0000 Subject: [PATCH 13/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 eddc993267..e0730bfc5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ ### 📦️ Dependencies +- chore(deps): update devdependencies (non-major) [[#1865](https://github.com/opencloud-eu/web/pull/1865)] - chore(deps): update tiptap monorepo to v3.17.1 [[#1871](https://github.com/opencloud-eu/web/pull/1871)] - fix(deps): update dependency @sentry/vue to v10.37.0 [[#1881](https://github.com/opencloud-eu/web/pull/1881)] - fix(deps): update dependency @sentry/vue to v10.36.0 [[#1854](https://github.com/opencloud-eu/web/pull/1854)] From ac62ba0612c523670f226addb45ca19582a286c3 Mon Sep 17 00:00:00 2001 From: oauth Date: Thu, 29 Jan 2026 13:36:54 +0000 Subject: [PATCH 14/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 e0730bfc5b..472f2ab61d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ ### 📦️ Dependencies +- chore(deps): update dependency globals to v17.2.0 [[#1883](https://github.com/opencloud-eu/web/pull/1883)] +- fix(deps): update dependency axios to v1.13.4 [[#1885](https://github.com/opencloud-eu/web/pull/1885)] - chore(deps): update devdependencies (non-major) [[#1865](https://github.com/opencloud-eu/web/pull/1865)] - chore(deps): update tiptap monorepo to v3.17.1 [[#1871](https://github.com/opencloud-eu/web/pull/1871)] - fix(deps): update dependency @sentry/vue to v10.37.0 [[#1881](https://github.com/opencloud-eu/web/pull/1881)] From 240f857df3853ba0a49f717105aa446f196fe6b3 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 30 Jan 2026 00:26:20 +0000 Subject: [PATCH 15/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 472f2ab61d..7e67f92131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.1.0](https://github.com/opencloud-eu/web/releases/tag/v5.1.0) - 2026-01-29 +## [5.1.0](https://github.com/opencloud-eu/web/releases/tag/v5.1.0) - 2026-01-30 ### ❤️ Thanks to all contributors! ❤️ From 228c533f32fd9fd7c99920270fae21003a61489e Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 30 Jan 2026 09:14:15 +0000 Subject: [PATCH 16/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 7e67f92131..e5d2e55e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ ### 📦️ Dependencies +- fix(deps): update dependency @sentry/vue to v10.38.0 - autoclosed [[#1898](https://github.com/opencloud-eu/web/pull/1898)] +- fix(deps): update dependency vue-router to v5 [[#1899](https://github.com/opencloud-eu/web/pull/1899)] - chore(deps): update dependency globals to v17.2.0 [[#1883](https://github.com/opencloud-eu/web/pull/1883)] - fix(deps): update dependency axios to v1.13.4 [[#1885](https://github.com/opencloud-eu/web/pull/1885)] - chore(deps): update devdependencies (non-major) [[#1865](https://github.com/opencloud-eu/web/pull/1865)] From 064da7e20ae5d205c3ffe20a1eb9738e3f24e5af Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 30 Jan 2026 09:16:27 +0000 Subject: [PATCH 17/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 e5d2e55e4d..8eda026f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ ### 📦️ Dependencies +- fix(deps): update dependency focus-trap to v8 [[#1895](https://github.com/opencloud-eu/web/pull/1895)] - fix(deps): update dependency @sentry/vue to v10.38.0 - autoclosed [[#1898](https://github.com/opencloud-eu/web/pull/1898)] - fix(deps): update dependency vue-router to v5 [[#1899](https://github.com/opencloud-eu/web/pull/1899)] - chore(deps): update dependency globals to v17.2.0 [[#1883](https://github.com/opencloud-eu/web/pull/1883)] From f7476a8ee762f84ba5ea80c3c5ea38d7c5d125b5 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 30 Jan 2026 09:20:44 +0000 Subject: [PATCH 18/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 8eda026f15..040837814f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ ### 📦️ Dependencies +- chore(deps): update dependency @cucumber/messages to v32 [[#1856](https://github.com/opencloud-eu/web/pull/1856)] +- chore(deps): update collabora/code docker tag to v25.04.8.2.1 [[#1894](https://github.com/opencloud-eu/web/pull/1894)] - fix(deps): update dependency focus-trap to v8 [[#1895](https://github.com/opencloud-eu/web/pull/1895)] - fix(deps): update dependency @sentry/vue to v10.38.0 - autoclosed [[#1898](https://github.com/opencloud-eu/web/pull/1898)] - fix(deps): update dependency vue-router to v5 [[#1899](https://github.com/opencloud-eu/web/pull/1899)] From 94278b9d82e24d060714986cd1a8969819bb8856 Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 30 Jan 2026 10:55:45 +0000 Subject: [PATCH 19/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 040837814f..a3ac1cbf44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ ### 📈 Enhancement +- feat: apply preview app image sorting from query params [[#1900](https://github.com/opencloud-eu/web/pull/1900)] - feat: move right sidebar to bottom drawer on mobile [[#1874](https://github.com/opencloud-eu/web/pull/1874)] - Feat/1479 Add attachments when writing emails [[#1873](https://github.com/opencloud-eu/web/pull/1873)] - Issues/1478 integrate tiptap for writing emails [[#1831](https://github.com/opencloud-eu/web/pull/1831)] From ab12a70774fdc604d50abfb5ded34db067fe120b Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 30 Jan 2026 11:45:18 +0000 Subject: [PATCH 20/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 a3ac1cbf44..30ca19b44f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ ### 📦️ Dependencies +- fix(deps): update dependency vue-router to v5.0.1 [[#1902](https://github.com/opencloud-eu/web/pull/1902)] - chore(deps): update dependency @cucumber/messages to v32 [[#1856](https://github.com/opencloud-eu/web/pull/1856)] - chore(deps): update collabora/code docker tag to v25.04.8.2.1 [[#1894](https://github.com/opencloud-eu/web/pull/1894)] - fix(deps): update dependency focus-trap to v8 [[#1895](https://github.com/opencloud-eu/web/pull/1895)] From 39750889cc62336593d38424c59ffd066b5450fc Mon Sep 17 00:00:00 2001 From: oauth Date: Fri, 30 Jan 2026 12:13:05 +0000 Subject: [PATCH 21/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 30ca19b44f..372db854d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ ### 📦️ Dependencies +- chore(deps): update tiptap monorepo to v3.18.0 [[#1892](https://github.com/opencloud-eu/web/pull/1892)] - fix(deps): update dependency vue-router to v5.0.1 [[#1902](https://github.com/opencloud-eu/web/pull/1902)] - chore(deps): update dependency @cucumber/messages to v32 [[#1856](https://github.com/opencloud-eu/web/pull/1856)] - chore(deps): update collabora/code docker tag to v25.04.8.2.1 [[#1894](https://github.com/opencloud-eu/web/pull/1894)] From 5e86ffe4398914cdcfad9e86f2b600ab70fbbde9 Mon Sep 17 00:00:00 2001 From: oauth Date: Sat, 31 Jan 2026 00:24:42 +0000 Subject: [PATCH 22/22] =?UTF-8?q?=F0=9F=8E=89=20Release=205.1.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 372db854d2..9ce1147f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [5.1.0](https://github.com/opencloud-eu/web/releases/tag/v5.1.0) - 2026-01-30 +## [5.1.0](https://github.com/opencloud-eu/web/releases/tag/v5.1.0) - 2026-01-31 ### ❤️ Thanks to all contributors! ❤️