Skip to content

Commit

Permalink
flood: 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed May 28, 2021
1 parent 0b3682e commit 6c9f1ef
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 7 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [4.6.0] (May 28, 2021)

- Experimental Deluge support
- caveat: tags are not supported at the moment
- Add "last active date" and "finished date" to the torrent properties
- Migrate stylesheets to SCSS module system
- Ditch inefficient "TRANSFER_SUMMARY_DIFF_CHANGE" SSE event
- Allow to download contents of multiple selected torrents
- Update base Node.js versions of single-executable builds
- rTorrent:
- Add torrents to rTorrent via socket
- qBittorrent:
- Improve performance by throttling concurrent requests
- Bug fixes:
- Fix memory leak and unreliability when the settings of a user is updated by simplifying service manager
- Pipe created torrent to response directly
- Security enhancements:
- Forbid non-owner access to runtime directory by default
- New translations
- Chinese (Simplified), thanks to @coxde
- Czech, thanks to @brezinajn
- German, thanks to @chint95
- Hungarian, thanks to @m3r3nix
- Korean, thanks to @Kiina
- Spanish, thanks to Zagon
- Bump dependencies

## [4.5.4] (April 24, 2021)

- Bug fixes:
Expand Down Expand Up @@ -470,3 +497,4 @@ Other changes:
[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
[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
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.4
_npmver=4.6.0
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.4
_npmver=4.6.0
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.4-0"
VERSION = "4.6.0-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.4-1) UNRELEASED; urgency=low
flood (4.6.0-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.4",
"version": "4.6.0",
"description": "A modern Web UI for various torrent clients with multi-user and multi-client support",
"keywords": [
"typescript",
Expand Down

0 comments on commit 6c9f1ef

Please sign in to comment.