This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
Releases: Jigoku/alluvion
Releases · Jigoku/alluvion
Alluvion 0.3
- implement file_lengths / file_names for hash lookup tool
- check for newer version of Alluvion (Help> Check for updates)
- add support for 'env HTTP_PROXY'
- reorganized preferences dialog
- fix lockup for slow torrent clients when issuing xdgopen()
- magnet_exec config option (path/program to torrent client)
- filesize_type config option (display size as bytes,kb,mb,gb)
- torrent title labels no longer dynamically truncate
(previous implementation caused segfaults) - fixed proxy setting when "cancelling" preferences
- magnet_exec setting for choosing client (now threaded)
- hash lookup interface reworked
- configurable API URI's (advanced)
Alluvion 0.2
It's finally here with many updates including proxy support and the bookmark manager to make frequent searches even easier. You can now make queries over the TOR network using the Socks 5 proxy option for those who prefer to do so. HTTP/HTTPS proxy and Socks 4 is also available.
- now requires perl >= 5.10 for experimental features
- user preferences dialog
- settings file stored to $HOME/.alluvion
- http/https proxy support
- socks4 proxy support
- socks5 proxy support
- configurable connection timeout
- search query labels for torrent titles now expand when window is resized
- bookmark manager
- hash lookup "clipboard" button changed to show more torrent information
- threaded file requests - file_request()
- threaded json requests - json_request()
- many bug fixes and UI improvements
- cleanup properly when exiting
- return key now activates text entry widgets for appropriate button action
- --debug (show debug/verbose output)
- --reset (reset local config with default settings)
- --help (shows help)
- --version (prints version)