Skip to content

Commit

Permalink
flood: 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed Dec 10, 2020
1 parent cf6f8da commit 0556737
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## [4.3.1] (December 10, 2020)

- Make theme button always at the bottom of sidebar
- Remove legacy font formats from static assets
- Slightly tweak styles of country flags in peer list
- Better accommodate longer flags
- Display country code on hover
- qBittorrent fixes:
- Attach cookies to URL downloads
- Set trackers
- Transmission fixes:
- Percentage downloaded of contents of a torrent
- Bug fixes:
- API call to get peer list of a non-existent torrent no longer crash Flood server
- Handle file not exist and access denied cases in content download
- Properly handle API call to update password of a user
- Security enhancements:
- Rate limit resource-intensive mediainfo request
- Ensure path is allowed for mediainfo request
- API call to list users no longer receive hashed passwords and client connection settings
- Note: only an authenticated admin user may list users
- New translations
- Czech, thanks to @brezinajn
- Romanian, thanks to @T-z3P
- Bump dependencies

## [4.3.0] (December 1, 2020)

- Generate magnet link from torrent
Expand Down Expand Up @@ -260,3 +286,4 @@ Other changes:
[4.1.2]: https://github.com/jesec/flood/compare/v4.1.1...v4.1.2
[4.2.0]: https://github.com/jesec/flood/compare/v4.1.2...v4.2.0
[4.3.0]: https://github.com/jesec/flood/compare/v4.2.0...v4.3.0
[4.3.1]: https://github.com/jesec/flood/compare/v4.3.0...v4.3.1
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.3.0",
"version": "4.3.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 0556737

Please sign in to comment.