Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Releases: Jigoku/alluvion

Alluvion 0.3

20 May 11:57
Compare
Choose a tag to compare
  • 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)

screenshot13
screenshot14
screenshot15
screenshot16
screenshot17

Alluvion 0.2

07 May 00:53
Compare
Choose a tag to compare

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)

screenshot8
screenshot9
screenshot10
screenshot11

Alluvion 0.1

16 Apr 22:08
Compare
Choose a tag to compare

screenshot3

  • implement search query
    • copy info hash to clipboard
    • save *.torrent to disk
    • launch magnet via xdg-open
  • threaded API requests
  • progress spinner notification
  • GtkBuilder format
  • debug mode