-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
layout: post | ||
title: Release 4.3 | ||
category: blog | ||
excerpt: Generate Magnet Link, Theme Button, Multi-arch Docker | ||
author: Jesse Chan (jesec) | ||
--- | ||
|
||
## [4.3.0] (December 1, 2020) | ||
|
||
- Generate magnet link from torrent<br> | ||
<img width="400px" src="/assets/img/posts/2020-12-01/magnet.png"> | ||
- Add a button to allow user to switch color scheme | ||
- Multi architecture Docker images | ||
- linux/amd64 | ||
- linux/arm64 (new) | ||
- linux/arm/v7 (new) | ||
- Allow to display precise percentage | ||
- Expanded view: 1 decimal place | ||
- Details: 3 decimal places | ||
- Mountpoints with very long paths are ignored by disk usage | ||
- Tags can be attached while adding torrents to qBittorrent (needs qbittorrent/qBittorrent#13882) | ||
- Bug fixes: | ||
- Download destination fallback to rTorrent default destination (Mika-/torrent-control#105) | ||
- Properly catch errors of AddFiles and AddURLs when using qBittorrent | ||
- Display existing trackers in set trackers modal | ||
- New translations | ||
- Spanish, thanks to @vain4us | ||
- Bump dependencies | ||
|
||
Side note: | ||
|
||
I am starting to maintain a distribution of rTorrent, available at [jesec/rtorrent](https://github.com/jesec/rtorrent). It is optimized and small. It uses modern CMake and Bazel build systems. Bazel can also be used for dependency management and to produce statically linked reproducible builds. | ||
|
||
Static binaries (amd64, arm64) can be downloaded via [Github Actions](https://github.com/jesec/rtorrent/actions?query=workflow%3A%22Publish+rolling+build%22). Docker images are also available at [jesec/rtorrent](https://hub.docker.com/r/jesec/rtorrent). | ||
|
||
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.