Skip to content

v0.6.3

Compare
Choose a tag to compare
@Beastwick18 Beastwick18 released this 04 Mar 11:28
· 291 commits to main since this release

Adds

  • Sort direction indicator next to column names
  • Date column in results table
  • New torrent_client_cmd syntax:
    • torrent_client_cmd = 'bash -c "curl {torrent} > ~/{file}" becomes torrent_client_cmd = 'curl {torrent} > ~/{file}
  • Overwrite default_theme when theme is selected from theme popup

Fixes

  • Default base_url not using https
  • Removes OpenSSL dependency in favor of rustls-tls
  • Uses rustup as dependency for aur package instead of cargo