From 6c9f1efc0e3d9ad9dcc04190faa139c89955dfe3 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Fri, 28 May 2021 22:02:28 +0800 Subject: [PATCH] flood: 4.6.0 --- CHANGELOG.md | 28 +++++++++++++++++++++++++++ distribution/alpine/flood/APKBUILD | 2 +- distribution/archlinux/flood/PKGBUILD | 2 +- distribution/debian/flood-bin/BUILD | 2 +- distribution/debian/flood/changelog | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 35 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3be1042..f6aa1442a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [4.6.0] (May 28, 2021) + +- Experimental Deluge support + - caveat: tags are not supported at the moment +- Add "last active date" and "finished date" to the torrent properties +- Migrate stylesheets to SCSS module system +- Ditch inefficient "TRANSFER_SUMMARY_DIFF_CHANGE" SSE event +- Allow to download contents of multiple selected torrents +- Update base Node.js versions of single-executable builds +- rTorrent: + - Add torrents to rTorrent via socket +- qBittorrent: + - Improve performance by throttling concurrent requests +- Bug fixes: + - Fix memory leak and unreliability when the settings of a user is updated by simplifying service manager + - Pipe created torrent to response directly +- Security enhancements: + - Forbid non-owner access to runtime directory by default +- New translations + - Chinese (Simplified), thanks to @coxde + - Czech, thanks to @brezinajn + - German, thanks to @chint95 + - Hungarian, thanks to @m3r3nix + - Korean, thanks to @Kiina + - Spanish, thanks to Zagon +- Bump dependencies + ## [4.5.4] (April 24, 2021) - Bug fixes: @@ -470,3 +497,4 @@ Other changes: [4.5.2]: https://github.com/jesec/flood/compare/v4.5.1...v4.5.2 [4.5.3]: https://github.com/jesec/flood/compare/v4.5.2...v4.5.3 [4.5.4]: https://github.com/jesec/flood/compare/v4.5.3...v4.5.4 +[4.6.0]: https://github.com/jesec/flood/compare/v4.5.4...v4.6.0 diff --git a/distribution/alpine/flood/APKBUILD b/distribution/alpine/flood/APKBUILD index 61ff09c90..daeae566e 100644 --- a/distribution/alpine/flood/APKBUILD +++ b/distribution/alpine/flood/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: replace with your name # Contributor: replace with your name _npmname=flood -_npmver=4.5.4 +_npmver=4.6.0 pkgname=flood pkgver=$_npmver pkgrel=1 diff --git a/distribution/archlinux/flood/PKGBUILD b/distribution/archlinux/flood/PKGBUILD index c20698960..42f35a7c7 100644 --- a/distribution/archlinux/flood/PKGBUILD +++ b/distribution/archlinux/flood/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: replace-with-your-name # Contributor: replace-with-your-name _npmname=flood -_npmver=4.5.4 +_npmver=4.6.0 pkgname=flood pkgver=$_npmver pkgrel=1 diff --git a/distribution/debian/flood-bin/BUILD b/distribution/debian/flood-bin/BUILD index 236513645..8bb41ef43 100644 --- a/distribution/debian/flood-bin/BUILD +++ b/distribution/debian/flood-bin/BUILD @@ -10,7 +10,7 @@ PACKAGE = "flood" RECOMMENDS = ["mediainfo"] -VERSION = "4.5.4-0" +VERSION = "4.6.0-0" genrule( name = "flood-pkg-arm64", diff --git a/distribution/debian/flood/changelog b/distribution/debian/flood/changelog index 0e68fa0ae..3314a506e 100644 --- a/distribution/debian/flood/changelog +++ b/distribution/debian/flood/changelog @@ -1,4 +1,4 @@ -flood (4.5.4-1) UNRELEASED; urgency=low +flood (4.6.0-1) UNRELEASED; urgency=low * Initial release diff --git a/package-lock.json b/package-lock.json index 16e83b66f..3482397f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "flood", - "version": "4.5.4", + "version": "4.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.5.4", + "version": "4.6.0", "bundleDependencies": [ "geoip-country" ], diff --git a/package.json b/package.json index 07da1f2ea..dd210b665 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flood", - "version": "4.5.4", + "version": "4.6.0", "description": "A modern Web UI for various torrent clients with multi-user and multi-client support", "keywords": [ "typescript",