You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,24 @@
6
6
7
7
All notable changes to this project will be documented in this file.
8
8
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
+
9
27
## 3.10.2 - 2025-02-13
10
28
### Fixed
11
29
* fix: ensure FileListAction return `bool|null` on `exec`[\#1145](https://github.com/nextcloud-libraries/nextcloud-files/pull/1145)\([skjnldsv](https://github.com/skjnldsv)\)
0 commit comments