Skip to content

Commit

Permalink
flood: 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed Mar 31, 2021
1 parent a0af032 commit 3ba65ea
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion distribution/alpine/flood/APKBUILD
Original file line number Diff line number Diff line change
@@ -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.5.0
_npmver=4.5.1
pkgname=flood
pkgver=$_npmver
pkgrel=1
Expand Down
2 changes: 1 addition & 1 deletion distribution/archlinux/flood/PKGBUILD
Original file line number Diff line number Diff line change
@@ -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.5.0
_npmver=4.5.1
pkgname=flood
pkgver=$_npmver
pkgrel=1
Expand Down
2 changes: 1 addition & 1 deletion distribution/debian/flood-bin/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PACKAGE = "flood"

RECOMMENDS = ["mediainfo"]

VERSION = "4.5.0-0"
VERSION = "4.5.1-0"

genrule(
name = "flood-pkg-arm64",
Expand Down
2 changes: 1 addition & 1 deletion distribution/debian/flood/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flood (4.5.0-1) UNRELEASED; urgency=low
flood (4.5.1-1) UNRELEASED; urgency=low

* Initial release

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3ba65ea

Please sign in to comment.