From bb224302e1720bf7119c5b3a2e3c394ce989ecc7 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Sun, 12 Jan 2014 14:59:39 -0800 Subject: Change version number to v0.5 and update CHANGELOG --- CHANGELOG | 6 ++++++ README | 1 + hib-dlagent | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7995442..2cf8f08 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +Version 0.5 - 2014/01/12 + * Fixed handling of passwords containing special characters + * Added interactive password prompting when password not provided as argument + * No longer pass password to curl on command line, to prevent it from being + visible in `ps'. + Version 0.4 - 2013/10/19 * Fixed URL scraping due to website change diff --git a/README b/README index 6768f61..e621bb2 100644 --- a/README +++ b/README @@ -1,6 +1,7 @@ Tool to download Humble Indie Bundle binaries by file name Author: Eric Anderson Contributor: Thomas Riccardi +Contributor: Devin J. Pohly Description =========== diff --git a/hib-dlagent b/hib-dlagent index 9e61ed2..fe09339 100755 --- a/hib-dlagent +++ b/hib-dlagent @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -e -VERSION=0.4 +VERSION=0.5 LOGIN_PAGE=https://www.humblebundle.com/login HOME_PAGE=https://www.humblebundle.com/home COOKIE_JAR= -- cgit v1.2.3-54-g00ecf