v0.1.11.14
·
79 commits
to master
since this release
Changes since last GitHub releas
[0.1.11.13-14]
- Fixed "Change Position in Queue" download operation
- Added change filename download operation option
- Reordered download operations
[0.1.11.12]
- Streamlined download options menu
- Reordered menu in a more intuitive way.
- Created "DL Info" submenu--making dl options menu more accessible
- Fixed invalid escape strings warning in nvim commands.
- Added macro ('O' key) to open file location of hovered download.
[0.1.11.10-11]
- Updated listpick version fixing major bug OSX.
- Fixed instacrashes due to tmpfile paths being too long when multiprocessing.manager was created.
[0.1.11.9]
- Changed inherited from listpick:
- Fixed problems when there are no downloads
- Bug accessing settings when there are no downloads
- Bug displaying footer when there are no downloads
- Fixed problems when there are no downloads
- Improved file-opening.
- Groups files and attempts to open them in a single instance of the default application.
- Now detects system type in use and attempts to use the appropriate opener
- linux: xdg-open
- macos: open
- android: termux-open
- File opening now works on MacOS without needing to set the appropriate opener in config.
- Added macro ('o' key) to open files from the main menu.
[0.1.11.8]
- Updated listpick version requirement.
[0.1.11.7]
- Ensured that the terminal settings are reset after opening yazi or neovim.
- Improved graph size function for full-screen graphs.
- Ensured that multiple cells can be edited in neovim by pressing "E" in a Picker with editable columns--e.g., when changing options or modifying torrent files.
- Ensured that when editing options in nvim the commentstring is set to #\ %s
[0.1.11.6]
- Added a timeout when testing the connection to the aria daemon to ensure that if aria2c crashes (but is still running) the pplication does not simply hang.
- Improved the Operation class so that it accounts for all of the relevant menu options without requiring special cases in the logic of the applyToDownloads() function.
- Cleaned up the applyToDownloads() function
- Improved documentation for a few key functions (applyToDownloads, main app loop)
- Enabled colours for up/download graphs in the full-screen graphs.
- Made the full-screen graphs the same style as the pane graphs.
[0.1.11.5]
- Improved data display for DL Info: Files.
[0.1.11.4]
- Ensured that changing options using nvim uses the same key=value format as the input files. Previously a structured json was used.
[0.1.11.3]
- Fixed display notifications when adding download tasks.
- Ensured compatibility with listpick changes to pane size parameter.