From 83f78493f90acddca97de50db5867d1f90136bd6 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Sun, 14 Mar 2021 23:40:30 +0800 Subject: [PATCH] flood: 4.5.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++ 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, 36 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40417b94..ffdf5d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [4.5.0] (March 14, 2021) + +- Reannounce. Typically torrent clients do that automatically, but in some cases you may want to do it manually. It is available as a context menu action. +- Redesigned filesystem browser. Allow searching in the current directory and eliminate unnecessary requests sent to server. Additionally, navigation via arrow keys is implemented (mainly for accessibility but could be useful for anyone). +- Major accessibility enhancements. All elements are now navigable by keyboard. +- Improve scrolling performance by overscanning 30 rows. +- rTorrent: + - JSON-RPC support for eligible versions. Preliminary tests showed that, when compared with XMLRPC, JSON-RPC yields 2x performance, 15% lower total CPU time in rTorrent process, 33% lower total CPU time in Flood process. + - `load.throw` command support for eligible versions. Definitive response when you add torrents, so Flood won't display success when the operation actually fails. + - Better handle command failures. + - Verify filesystem access and respond with errors when necessary. +- Bug fixes: + - Fix French mistranslation + - Fix button location in download rules tab of feed modal + - Fix "Set tracker" of single tracker torrents in rTorrent + - Fix "Checking" bar selected style for dark color scheme + - Recognize qBittorrent's "Forced" state + - Disk usage service errors are no longer fatal +- New translations + - Chinese (Simplified), thanks to @MeetWq + - Chinese (Traditional), thanks to @vongola12324 + - Czech, thanks to @brezinajn + - French, thanks to @Carryozor and @foXaCe + - German, thanks to @chint95 + - Hungarian, thanks to @m3r3nix + - Romanian, thanks to @T-z3P +- Bump dependencies + ## [4.4.1] (February 6, 2021) - Better handle tracker domain conversion and grouping @@ -391,3 +419,4 @@ Other changes: [4.3.1]: https://github.com/jesec/flood/compare/v4.3.0...v4.3.1 [4.4.0]: https://github.com/jesec/flood/compare/v4.3.1...v4.4.0 [4.4.1]: https://github.com/jesec/flood/compare/v4.4.0...v4.4.1 +[4.5.0]: https://github.com/jesec/flood/compare/v4.4.1...v4.5.0 diff --git a/distribution/alpine/flood/APKBUILD b/distribution/alpine/flood/APKBUILD index 847dab27..f9bc34e0 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.4.1 +_npmver=4.5.0 pkgname=flood pkgver=$_npmver pkgrel=1 diff --git a/distribution/archlinux/flood/PKGBUILD b/distribution/archlinux/flood/PKGBUILD index 1d28e00e..2e5822a7 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.4.1 +_npmver=4.5.0 pkgname=flood pkgver=$_npmver pkgrel=1 diff --git a/distribution/debian/flood-bin/BUILD b/distribution/debian/flood-bin/BUILD index 8ca448d1..bda50391 100644 --- a/distribution/debian/flood-bin/BUILD +++ b/distribution/debian/flood-bin/BUILD @@ -10,7 +10,7 @@ PACKAGE = "flood" RECOMMENDS = ["mediainfo"] -VERSION = "4.4.1-0" +VERSION = "4.5.0-0" genrule( name = "flood-pkg-arm64", diff --git a/distribution/debian/flood/changelog b/distribution/debian/flood/changelog index 3a8d998f..2c845287 100644 --- a/distribution/debian/flood/changelog +++ b/distribution/debian/flood/changelog @@ -1,4 +1,4 @@ -flood (4.4.1-1) UNRELEASED; urgency=low +flood (4.5.0-1) UNRELEASED; urgency=low * Initial release diff --git a/package-lock.json b/package-lock.json index 8f67eb0b..b1ec99f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "flood", - "version": "4.4.1", + "version": "4.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.4.1", + "version": "4.5.0", "bundleDependencies": [ "geoip-country", "async", diff --git a/package.json b/package.json index 6b4b1663..1c6554bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flood", - "version": "4.4.1", + "version": "4.5.0", "description": "A modern Web UI for various torrent clients with multi-user and multi-client support", "keywords": [ "typescript",