diff --git a/CHANGELOG.md b/CHANGELOG.md index 5840c32b..d07d884a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [4.5.1] (March 31, 2021) + +- Allow to press Ctrl-A or Command-A to select all torrents +- Enlarge width of "Torrent Details" modal +- Bug fixes: + - Fix multi-file "Move torrents" of rTorrent (XMLRPC) + - Don't close the notification panel when a button is clicked +- New translations + - Czech, thanks to @brezinajn + - Italian, thanks to @gmcinalli + - Korean, thanks to @Kiina and @m4ximuel +- Bump dependencies + ## [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. @@ -420,3 +433,4 @@ Other changes: [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 +[4.5.1]: https://github.com/jesec/flood/compare/v4.5.0...v4.5.1 diff --git a/distribution/alpine/flood/APKBUILD b/distribution/alpine/flood/APKBUILD index f9bc34e0..e81dddc9 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.0 +_npmver=4.5.1 pkgname=flood pkgver=$_npmver pkgrel=1 diff --git a/distribution/archlinux/flood/PKGBUILD b/distribution/archlinux/flood/PKGBUILD index 2e5822a7..14abd66b 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.0 +_npmver=4.5.1 pkgname=flood pkgver=$_npmver pkgrel=1 diff --git a/distribution/debian/flood-bin/BUILD b/distribution/debian/flood-bin/BUILD index bda50391..f6c5be65 100644 --- a/distribution/debian/flood-bin/BUILD +++ b/distribution/debian/flood-bin/BUILD @@ -10,7 +10,7 @@ PACKAGE = "flood" RECOMMENDS = ["mediainfo"] -VERSION = "4.5.0-0" +VERSION = "4.5.1-0" genrule( name = "flood-pkg-arm64", diff --git a/distribution/debian/flood/changelog b/distribution/debian/flood/changelog index 2c845287..3baf3a42 100644 --- a/distribution/debian/flood/changelog +++ b/distribution/debian/flood/changelog @@ -1,4 +1,4 @@ -flood (4.5.0-1) UNRELEASED; urgency=low +flood (4.5.1-1) UNRELEASED; urgency=low * Initial release diff --git a/package-lock.json b/package-lock.json index 4652a4a8..d893ef2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "flood", - "version": "4.5.0", + "version": "4.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.5.0", + "version": "4.5.1", "bundleDependencies": [ "geoip-country", "async", diff --git a/package.json b/package.json index 41852e12..5de1357a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flood", - "version": "4.5.0", + "version": "4.5.1", "description": "A modern Web UI for various torrent clients with multi-user and multi-client support", "keywords": [ "typescript",