From df2e0aff18ebf7b635a35ca9d83abf51fa21bb92 Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Sat, 10 Apr 2021 19:25:46 +0800 Subject: [PATCH] flood: 4.5.3 --- CHANGELOG.md | 15 +++++++++++++++ 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, 22 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6bf447a..b1174f44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [4.5.3] (April 10, 2021) + +- Bug fixes: + - Tags need a F5 refresh to be displayed after being set (#266) + - Torrents with long names get truncated in torrent detail modal (#273) + - qBittorrent: allow .torrent download with new session directory path (#275, @angristan) +- New translations + - French, thanks to @foXaCe + - Hungarian, thanks to @m3r3nix + - Japanese, thanks to @Kiina + - Korean, thanks to @Kiina + - Spanish, thanks to @Shutruk +- Bump dependencies + ## [4.5.2] (April 4, 2021) - Add "Log Out" button to connection interrupted page @@ -444,3 +458,4 @@ Other changes: [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 [4.5.2]: https://github.com/jesec/flood/compare/v4.5.1...v4.5.2 +[4.5.3]: https://github.com/jesec/flood/compare/v4.5.2...v4.5.3 diff --git a/distribution/alpine/flood/APKBUILD b/distribution/alpine/flood/APKBUILD index 5c1b78c3..6fabdd32 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.2 +_npmver=4.5.3 pkgname=flood pkgver=$_npmver pkgrel=1 diff --git a/distribution/archlinux/flood/PKGBUILD b/distribution/archlinux/flood/PKGBUILD index e07b4ff8..888a1478 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.2 +_npmver=4.5.3 pkgname=flood pkgver=$_npmver pkgrel=1 diff --git a/distribution/debian/flood-bin/BUILD b/distribution/debian/flood-bin/BUILD index 16df1266..3473ca60 100644 --- a/distribution/debian/flood-bin/BUILD +++ b/distribution/debian/flood-bin/BUILD @@ -10,7 +10,7 @@ PACKAGE = "flood" RECOMMENDS = ["mediainfo"] -VERSION = "4.5.2-0" +VERSION = "4.5.3-0" genrule( name = "flood-pkg-arm64", diff --git a/distribution/debian/flood/changelog b/distribution/debian/flood/changelog index 3f2c74c5..3653bf37 100644 --- a/distribution/debian/flood/changelog +++ b/distribution/debian/flood/changelog @@ -1,4 +1,4 @@ -flood (4.5.2-1) UNRELEASED; urgency=low +flood (4.5.3-1) UNRELEASED; urgency=low * Initial release diff --git a/package-lock.json b/package-lock.json index 124c8cea..a5feed7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "flood", - "version": "4.5.2", + "version": "4.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.5.2", + "version": "4.5.3", "bundleDependencies": [ "geoip-country", "async", diff --git a/package.json b/package.json index d32ff432..7311ebfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flood", - "version": "4.5.2", + "version": "4.5.3", "description": "A modern Web UI for various torrent clients with multi-user and multi-client support", "keywords": [ "typescript",