Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@

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

## 3.12.0 - 2025-07-24
### 🚀 Enhancements
* feat(actions): allow to define hotkey for file action [\#1288](https://github.com/nextcloud-libraries/nextcloud-files/pull/1288) \([susnux](https://github.com/susnux)\)

### 🐛 Fixed bugs
* fix(sorting): also check attributes [\#1285](https://github.com/nextcloud-libraries/nextcloud-files/pull/1285) \([skjnldsv](https://github.com/skjnldsv)\)
* fix(sorting): adjust attribute fallback condition [\#1286](https://github.com/nextcloud-libraries/nextcloud-files/pull/1286) \([skjnldsv](https://github.com/skjnldsv)\)

### Other changes
* refactor: restructure source files [\#1287](https://github.com/nextcloud-libraries/nextcloud-files/pull/1287) \([susnux](https://github.com/susnux)\)

## 3.11.0 - 2025-07-02
### 🚀 Enhancements
* feat: allow changing Node mime type [\#1234](https://github.com/nextcloud-libraries/nextcloud-files/pull/1234) \([skjnldsv](https://github.com/skjnldsv)\)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextcloud/files",
"version": "3.11.0",
"version": "3.12.0",
"description": "Nextcloud files utils",
"keywords": [
"nextcloud",
Expand Down