Skip to content

Commit e50a1a2

Browse files
authored
Merge pull request #1281 from nextcloud-libraries/v1.4.2
chore: prepare release 1.4.2
2 parents d213f8d + a2f4be1 commit e50a1a2

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
-->
55
# Changelog
66

7+
## [v1.4.2](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.4.2) \(2024-07-11\)
8+
### Fixed
9+
* fix(uploader): increase max concurrency to 5 [\#1256](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1256) \([skjnldsv](https://github.com/skjnldsv)\)
10+
* 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)\)
11+
* fix: Allow remote URL with protocol [\#1271](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1271) \([susnux](https://github.com/susnux)\)
12+
13+
### Changed
14+
* Add SPDX header [\#1278](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1278) \([AndyScherzinger](https://github.com/AndyScherzinger)\)
15+
* Update translations
16+
* chore: add transifex-conventional-rebase.yml
17+
* chore: Bump @nextcloud/dialogs from 5.3.2 to 5.3.5
18+
* Update development dependencies
19+
720
## [v1.4.1](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.4.1) \(2024-06-24\)
821
### Fixed
922
* fix: Prevent issues with Chromium based browsers [\#1250](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1250) \([susnux](https://github.com/susnux)\)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/upload",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Nextcloud file upload client",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)