Skip to content

v0.1.12.0

Choose a tag to compare

@grimandgreedy grimandgreedy released this 03 Jan 17:15
· 71 commits to master since this release

Improvements

  • Download operation menu options now auto-filter based on download selections.
    • So, e.g., the first option for a paused download will be resume rather than pause
  • Created a unified "Remove download" menu option which checks the download status and applies sends the appropriate remove operation to aria2c
  • "Retry Download" now ensures that all aria2c download options from target download are preserved in the newly added download.
  • Improve descriptions and ordering of entries in the help page
  • Created a pytest testing environment for Aria2TUI; still need to add tests but will make it a lot easier to implement fixes once crucial tests have been added.

Bug Fixes

  • Fix filename changes not being applied in some cases
  • Disable listpick data modification checks for "change options" menu and also for "change torrent filenames" menu.
  • Disable listpick keys that should not be available in aria2tui
    • Add col/row keys
    • left_pane keys (toggle and cycle)
    • paste data key
  • Inherited from listpick
    • Fixed crash when we drop to iPython
    • Fix logger creation
    • The cursor position will auto-correct when we are not on a valid row--e.g., when we delete the last download and now there are n-1 downloads, the cursor will move to n-1.