Skip to content

Commit

Permalink
post: 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jesec committed Dec 1, 2020
1 parent 55c3c07 commit 8651dff
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions _posts/blog/2020-12-01-Changelog-4.3.md
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
Binary file added assets/img/posts/2020-12-01/magnet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8651dff

Please sign in to comment.