Skip to content

Commit 6d1550f

Browse files
committed
chore: prepare v3.11.0
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent bc04277 commit 6d1550f

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66

77
All notable changes to this project will be documented in this file.
88

9+
## 3.11.0 - 2025-07-02
10+
### 🚀 Enhancements
11+
* feat: allow changing Node mime type [\#1234](https://github.com/nextcloud-libraries/nextcloud-files/pull/1234) \([skjnldsv](https://github.com/skjnldsv)\)
12+
* feat(view): add `hidden` attribute to the View [\#1281](https://github.com/nextcloud-libraries/nextcloud-files/pull/1281) \([susnux](https://github.com/susnux)\)
13+
14+
### Fixed
15+
* fix(sorting): fallback basename to empty string just in case [\#1197](https://github.com/nextcloud-libraries/nextcloud-files/pull/1197) \([skjnldsv](https://github.com/skjnldsv)\)
16+
* fix: also validate Node data on setter [\#1235](https://github.com/nextcloud-libraries/nextcloud-files/pull/1235) \([skjnldsv](https://github.com/skjnldsv)\)
17+
* fix: do not update mtime on move/rename [\#1236](https://github.com/nextcloud-libraries/nextcloud-files/pull/1236) \([skjnldsv](https://github.com/skjnldsv)\)
18+
19+
### Changed
20+
* chore: update node version to all supported ones and add `devEngines` [\#1282](https://github.com/nextcloud-libraries/nextcloud-files/pull/1282) \([susnux](https://github.com/susnux)\)
21+
* chore: make `package.json` consistent and update authors [\#1280](https://github.com/nextcloud-libraries/nextcloud-files/pull/1280) \([susnux](https://github.com/susnux)\)
22+
* chore(deps): Bump @nextcloud/auth to 2.5.1
23+
* chore(deps): Bump @nextcloud/l10n to 3.3.0
24+
* chore(deps): Bump is-svg to 6.0.0
25+
* chore(deps): Bump webdav to 5.8.0
26+
927
## 3.10.2 - 2025-02-13
1028
### Fixed
1129
* fix: ensure FileListAction return `bool|null` on `exec` [\#1145](https://github.com/nextcloud-libraries/nextcloud-files/pull/1145) \([skjnldsv](https://github.com/skjnldsv)\)

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": "3.10.2",
3+
"version": "3.11.0",
44
"description": "Nextcloud files utils",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)