Skip to content

v1.12.0

Compare
Choose a tag to compare
@bill-ahmed bill-ahmed released this 13 May 02:35
· 24 commits to master since this release

v1.12.0

New

  • Context Menus (#108)

    • Support for right-clicking a row in the torrent table to bring up certain actions (see screenshot in #117)
    • Can select multiple rows and right-click action will apply to all of them
  • Remove all 3rd-party network calls (#115)

    • Network requests for fonts/images are only made to origin server
  • Snackbar notifications

    • Now enabled by default (can be disabled in settings)
    • Will show for actions such as pausing/resuming, moving, etc.
  • Re-check torrent(s) via right-click context menu

Fixes

  • After searching for torrents, clearing the search field immediately resets torrent table
  • Force torrent [F] label shown separately now
  • Prevent text wrapping on Status column
  • Various styling improvements