Skip to content

v0.4.3

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 19:53
· 48 commits to main since this release
ccc14f1

Wondering why there's 0.4.3 but no 0.4.2, 04.1 or 0.4.0?
Well, I don't want to talk about this.

To get most out of this update check out new fields in the default config.toml and add them to your own config if you want to.
By the way this version won't have musl binary for linux, sorry

🚀 Features

  • Don't show minutes and seconds if ETA is >0d (#27, #7)
  • Color directory header in file popup (#31)
  • Add up/down icon in up/down stat + allow hiding header row (#30)
  • Animating spinner (#39)
  • Configurable refresh intervals (#44)
  • Torrent tab status bar (#43)
  • Fetch rss command (#42)
  • Display torrent location + move torrent location (#29)
  • Configurable headers (#55)

🐛 Bug Fixes

  • Unstyled paused torrents after search (#17)
  • Display actual number of torrents in table (#22)
  • Prepend urls starting with www with https (#45)
  • Too small refresh rate as a default
  • Resize not triggering render (#57)
  • Allow not specifying headers in torrents tab config (#60)

🚜 Refactor

  • Various code cleanups (#24)
  • Use ratatui's color serde impl (#26)

📚 Documentation

  • (readme) Add brew install instructions (#41)
  • Revamp README (#56)

⚙️ Miscellaneous Tasks

  • Move crates deps to workspace (#28)
  • Update dependencies (#52)
  • Add desc to rm-shared (#61)
  • Remove musl from targets (#62)

Install rustmission 0.4.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/intuis/rustmission/releases/download/v0.4.3/rustmission-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install intuis/tap/rustmission

Download rustmission 0.4.3

File Platform Checksum
rustmission-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
rustmission-x86_64-apple-darwin.tar.xz Intel macOS checksum
rustmission-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum