Release 2.3.3 (#839)

* chore: bump version to v2.3.3-preview

* Optimiziation for multiple parallel and long-running downloads (#838)

* Add missing Content-Type header to downloads (#837)

Conditionally add Content-Length header to downloads
Only calculate fileSize if file is not a directory in DirectDownloadPlugin

* Update dependencies, add Google Guava

* Refactor and optimize download bandwidth monitoring and throttling

* Update .jar layer extraction command in Dockerfile

* Fix Dockerfile.ubuntu

* Furhter performance and tracking improvements for downloads

* Fix tests

* Update HeroUI version

* Encode filenames in Content-Disposition header according to RFC 6266 (#841)

* Encode filenames in Content-Disposition header with UTF-8 according to RFC 6266

* Fix tests
This commit is contained in:
Simon
2025-12-22 11:34:39 +01:00
committed by GitHub
parent abc12f146b
commit 005a1611ce
15 changed files with 5148 additions and 1144 deletions
+5 -5
View File
@@ -1,10 +1,10 @@
{
"name": "gameyfin",
"version": "2.3.2",
"version": "2.3.3-preview",
"type": "module",
"dependencies": {
"@heroui/react": "^2.8.5",
"@phosphor-icons/react": "^2.1.7",
"@heroui/react": "^2.8.7",
"@phosphor-icons/react": "^2.1.10",
"@polymer/polymer": "3.5.2",
"@react-stately/data": "^3.12.2",
"@react-types/shared": "^3.28.0",
@@ -267,6 +267,6 @@
"workbox-precaching": "7.3.0"
},
"disableUsageStatistics": true,
"hash": "d06c4b56ae3a7bc3c4356d3669fc1ed559d83e5285df4e8b3e99bff46869f939"
"hash": "760523c518e07bbe0567ae5d1b281ccf90326b285b5feb3c0f269c52ec774f88"
}
}
}