diff options
| -rw-r--r-- | CHANGELOG | 5 | ||||
| -rwxr-xr-x | hib-dlagent | 2 | 
2 files changed, 6 insertions, 1 deletions
| @@ -1,2 +1,7 @@ +Version 0.2 - 2013/06/15 +  * Auto-stripping of hib:// prefix +  * Ability to search and store downloads in a directory, and symlink to the +    requested download location. +  Version 0.1 - 2013/01/07    * Initial version diff --git a/hib-dlagent b/hib-dlagent index 2c3a467..899ed56 100755 --- a/hib-dlagent +++ b/hib-dlagent @@ -1,7 +1,7 @@  #!/usr/bin/env bash  set -e -VERSION=0.1 +VERSION=0.2  LOGIN_PAGE=https://www.humblebundle.com/login  HOME_PAGE=https://www.humblebundle.com/home  COOKIE_JAR= | 
