Skip to content

Commit

Permalink
post: 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed Dec 10, 2020
1 parent 8651dff commit 6d1a0fd
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _posts/blog/2020-12-01-Changelog-4.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,32 @@ excerpt: Generate Magnet Link, Theme Button, Multi-arch Docker
author: Jesse Chan (jesec)
---

## [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<br>
Expand Down Expand Up @@ -37,3 +63,4 @@ Static binaries (amd64, arm64) can be downloaded via [Github Actions](https://gi
I made a simple [Dockerfile](https://github.com/jesec/flood/blob/5cc56067c3be6c91ccf94f71d4784be99c2823f8/Dockerfile.rtorrent) to demonstrate how to integrate rTorrent with Flood.

[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

0 comments on commit 6d1a0fd

Please sign in to comment.