mirror of
https://github.com/zoriya/flood.git
synced 2026-06-01 18:47:44 +00:00
flood: 4.5.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Maintainer: replace with your name <to-be-determined@tbd>
|
||||
# Contributor: replace with your name <to-be-determined@tbd>
|
||||
_npmname=flood
|
||||
_npmver=4.4.1
|
||||
_npmver=4.5.0
|
||||
pkgname=flood
|
||||
pkgver=$_npmver
|
||||
pkgrel=1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Maintainer: replace-with-your-name <to-be-determined@tbd>
|
||||
# Contributor: replace-with-your-name <to-be-determined@tbd>
|
||||
_npmname=flood
|
||||
_npmver=4.4.1
|
||||
_npmver=4.5.0
|
||||
pkgname=flood
|
||||
pkgver=$_npmver
|
||||
pkgrel=1
|
||||
|
||||
@@ -10,7 +10,7 @@ PACKAGE = "flood"
|
||||
|
||||
RECOMMENDS = ["mediainfo"]
|
||||
|
||||
VERSION = "4.4.1-0"
|
||||
VERSION = "4.5.0-0"
|
||||
|
||||
genrule(
|
||||
name = "flood-pkg-arm64",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
flood (4.4.1-1) UNRELEASED; urgency=low
|
||||
flood (4.5.0-1) UNRELEASED; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
|
||||
Generated
+2
-2
@@ -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",
|
||||
|
||||
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user