Skip to content

0.5.1

Latest

Choose a tag to compare

@micielski micielski released this 02 Jan 12:04
· 7 commits to main since this release
99596bb

Fixed knaben search provider and added torrent renaming:
To make use of torrent renaming, you have to bind Rename action to a key under [torrents_tab] in keymap.toml like this:

[torrents_tab]
keybindings = [
    { on = "r", action = "Rename" },
]

To update Rustmission that was installed using cargo just run the same install command again:

cargo install rustmission

What's Changed

Full Changelog: v0.5.0...v0.5.1