diff --git a/CHANGELOG.md b/CHANGELOG.md index 89aeb7f6..af40ca25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [4.3.1] (December 10, 2020) + +- Make theme button always at the bottom of sidebar +- Remove legacy font formats from static assets +- Slightly tweak styles of country flags in peer list + - Better accommodate longer flags + - Display country code on hover +- qBittorrent fixes: + - Attach cookies to URL downloads + - Set trackers +- Transmission fixes: + - Percentage downloaded of contents of a torrent +- Bug fixes: + - API call to get peer list of a non-existent torrent no longer crash Flood server + - Handle file not exist and access denied cases in content download + - Properly handle API call to update password of a user +- Security enhancements: + - Rate limit resource-intensive mediainfo request + - Ensure path is allowed for mediainfo request + - API call to list users no longer receive hashed passwords and client connection settings + - Note: only an authenticated admin user may list users +- New translations + - Czech, thanks to @brezinajn + - Romanian, thanks to @T-z3P +- Bump dependencies + ## [4.3.0] (December 1, 2020) - Generate magnet link from torrent @@ -260,3 +286,4 @@ Other changes: [4.1.2]: https://github.com/jesec/flood/compare/v4.1.1...v4.1.2 [4.2.0]: https://github.com/jesec/flood/compare/v4.1.2...v4.2.0 [4.3.0]: https://github.com/jesec/flood/compare/v4.2.0...v4.3.0 +[4.3.1]: https://github.com/jesec/flood/compare/v4.3.0...v4.3.1 diff --git a/package-lock.json b/package-lock.json index 4c8c8553..3347cd14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "flood", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.3.0", + "version": "4.3.1", "license": "GPL-3.0-only", "dependencies": { "geoip-country": "^4.0.45" diff --git a/package.json b/package.json index 71bf861f..0101fc8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flood", - "version": "4.3.0", + "version": "4.3.1", "description": "A modern Web UI for various torrent clients with multi-user and multi-client support", "keywords": [ "typescript",