From ae1c4ae934ef84f91f49a525000e0ccd6d616b93 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Sat, 9 Oct 2021 14:05:42 -0700 Subject: [PATCH] flood: 4.7.0 --- CHANGELOG.md | 19 +++++++++++++++++++ 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, 26 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da862e0a4..87d739c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [4.7.0] (October 9, 2021) + +- Display total size by tag or tracker of torrents on sidebar (#369, @sabersalv) +- Improve memoization of "TorrentListRow" and "ProgressBar" components +- Fix loading indicator bar alignment (#396, @DopyConqueror) +- New translations + - Arabic, thanks to yngams + - Chinese Simplified, thanks to @davidxuang + - Czech, thanks to @Kedlub + - Italian, thanks to @GiorgioBrux + - German, thanks to @Kiina + - Japanese, thanks to @Kuri0421 and @Kiina + - Korean, thanks to @Kiina + - Polish, thanks to @retmas-gh + - Spanish, thanks to @oaknuggins + - Norwegian, thanks to Daddie0 +- Bump dependencies + ## [4.6.1] (July 5, 2021) - DiskUsage: skip mount points of "overlayfs" type (#341, @Trim21) @@ -517,3 +535,4 @@ Other changes: [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 [4.6.1]: https://github.com/jesec/flood/compare/v4.6.0...v4.6.1 +[4.7.0]: https://github.com/jesec/flood/compare/v4.6.1...v4.7.0 diff --git a/distribution/alpine/flood/APKBUILD b/distribution/alpine/flood/APKBUILD index bb55e81f9..df1cd6526 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.6.1 +_npmver=4.7.0 pkgname=flood pkgver=$_npmver pkgrel=1 diff --git a/distribution/archlinux/flood/PKGBUILD b/distribution/archlinux/flood/PKGBUILD index b0f8dc551..e890a091f 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.6.1 +_npmver=4.7.0 pkgname=flood pkgver=$_npmver pkgrel=1 diff --git a/distribution/debian/flood-bin/BUILD b/distribution/debian/flood-bin/BUILD index 46cfcb80c..96055d689 100644 --- a/distribution/debian/flood-bin/BUILD +++ b/distribution/debian/flood-bin/BUILD @@ -10,7 +10,7 @@ PACKAGE = "flood" RECOMMENDS = ["mediainfo"] -VERSION = "4.6.1-0" +VERSION = "4.7.0-0" genrule( name = "flood-pkg-arm64", diff --git a/distribution/debian/flood/changelog b/distribution/debian/flood/changelog index 256b2b822..be4e293dc 100644 --- a/distribution/debian/flood/changelog +++ b/distribution/debian/flood/changelog @@ -1,4 +1,4 @@ -flood (4.6.1-1) UNRELEASED; urgency=low +flood (4.7.0-1) UNRELEASED; urgency=low * Initial release diff --git a/package-lock.json b/package-lock.json index d9a976c5a..1e166a439 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flood", - "version": "4.6.1", + "version": "4.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "flood", - "version": "4.6.1", + "version": "4.7.0", "bundleDependencies": [ "geoip-country" ], diff --git a/package.json b/package.json index d08e26f88..6b9cf38e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flood", - "version": "4.6.1", + "version": "4.7.0", "description": "A modern Web UI for various torrent clients with multi-user and multi-client support", "keywords": [ "typescript",