diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d952c1..dd913a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ --> # Changelog +## [v1.4.2](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.4.2) \(2024-07-11\) +### Fixed +* fix(uploader): increase max concurrency to 5 [\#1256](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1256) \([skjnldsv](https://github.com/skjnldsv)\) +* fix: Use other menu entries instead of new ones twice [\#1269](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1269) \([juliushaertl](https://github.com/juliushaertl)\) +* fix: Allow remote URL with protocol [\#1271](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1271) \([susnux](https://github.com/susnux)\) + +### Changed +* Add SPDX header [\#1278](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1278) \([AndyScherzinger](https://github.com/AndyScherzinger)\) +* Update translations +* chore: add transifex-conventional-rebase.yml +* chore: Bump @nextcloud/dialogs from 5.3.2 to 5.3.5 +* Update development dependencies + ## [v1.4.1](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.4.1) \(2024-06-24\) ### Fixed * fix: Prevent issues with Chromium based browsers [\#1250](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1250) \([susnux](https://github.com/susnux)\) diff --git a/package-lock.json b/package-lock.json index c7391a9e..89a27509 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/upload", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/upload", - "version": "1.4.1", + "version": "1.4.2", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.2.1", diff --git a/package.json b/package.json index 5e763cb5..8a85e767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/upload", - "version": "1.4.1", + "version": "1.4.2", "description": "Nextcloud file upload client", "type": "module", "main": "dist/index.cjs",