Skip to content
Draft
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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
-->
# Changelog

## [v1.11.1](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.11.1) \(2026-01-14\)

### Fixed

* fix(Uploader): Pass on customHeaders when creating chunked upload workspace [\#1901](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1901) \([provokateurin](https://github.com/provokateurin)\)
* fix(uploader): queue is not empty when everything is skipped [\#2002](https://github.com/nextcloud-libraries/nextcloud-upload/pull/2002) \([ShGKme](https://github.com/ShGKme)\)

### Changed

* Updates for project Nextcloud upload library [\#1878](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1878), [\#1904](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1904), [\#1956](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1956), [\#1957](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1957), [\#2001](https://github.com/nextcloud-libraries/nextcloud-upload/pull/2001) \([transifex-integration[bot]](https://github.com/transifex-integration[bot])\)
* chore: bump node and npm version [\#1944](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1944) \([ShGKme](https://github.com/ShGKme)\)

## [v1.11.0](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.11.0) \(2025-09-10\)
### Added
* feat(button): Added option to not have label on New button [\#1831](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1831) \([joj0r](https://github.com/joj0r)\)
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/upload",
"version": "1.11.0",
"version": "1.11.1",
"description": "Nextcloud file upload client",
"keywords": [
"nextcloud",
Expand Down
Loading