Skip to content

Commit 2e60870

Browse files
committed
chore: prepare v4.0.0-rc.0
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 7c2ff4a commit 2e60870

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,17 @@ To make work with nodes easier a new constant has been introduced:
5555
(whereas `Permission.UPDATE` only indicates the file can be updates as in renamed or moved).
5656
This is similar to the `Permission.CREATE` for folders.
5757

58+
## 4.0.0-rc.0 - 2026-01-15
59+
### 🚀 Enhancements
60+
* feat(sidebar): allow to postpone definition of sidebar tabs [\#1459](https://github.com/nextcloud-libraries/nextcloud-files/pull/1459) \([susnux](https://github.com/susnux)\)
61+
5862
## 4.0.0-beta.9 - 2026-01-13
5963
### 🚀 Enhancements
6064
* feat: add separate permission to check for writable files [\#1455](https://github.com/nextcloud-libraries/nextcloud-files/pull/1455) \([susnux](https://github.com/susnux)\)
6165
* feat: allow file list filers with display names [\#1456](https://github.com/nextcloud-libraries/nextcloud-files/pull/1456) \([susnux](https://github.com/susnux)\)
6266

6367
### Other changes
64-
* chore(deps-dev): Bump qs from 6.14.0 to 6.14.1 [\#1448](https://github.com/nextcloud-libraries/nextcloud-files/pull/1448) \([dependabot[bot]](https://github.com/dependabot[bot])\)
65-
* chore(deps): Bump typescript-event-target from 1.1.1 to 1.1.2 [\#1450](https://github.com/nextcloud-libraries/nextcloud-files/pull/1450) \([dependabot[bot]](https://github.com/dependabot[bot])\)
66-
* chore(deps-dev): Bump @types/node from 25.0.3 to 25.0.5 [\#1451](https://github.com/nextcloud-libraries/nextcloud-files/pull/1451) \([dependabot[bot]](https://github.com/dependabot[bot])\)
67-
* chore(deps-dev): Bump vite from 7.3.0 to 7.3.1 [\#1452](https://github.com/nextcloud-libraries/nextcloud-files/pull/1452) \([dependabot[bot]](https://github.com/dependabot[bot])\)
68+
* chore(deps): Bump typescript-event-target from 1.1.1 to 1.1.2 [\#1450](https://github.com/nextcloud-libraries/nextcloud-files/pull/1450)
6869
* chore: update to ESLint v9 [\#1457](https://github.com/nextcloud-libraries/nextcloud-files/pull/1457) \([susnux](https://github.com/susnux)\)
6970

7071
## 4.0.0-beta.8 - 2025-12-29

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/files",
3-
"version": "4.0.0-beta.9",
3+
"version": "4.0.0-rc.0",
44
"description": "Nextcloud files utils",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)