diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b507a8d..ee96e6c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,8 @@ +2014-04-15 Version 1.1.1 +========================= +- [bugfix] user name decoded with utf-8 for output +- [bugfix] low/high Quality checking logic (setting flag) + 2014-04-13 Version 1.1.0 ========================= - add -H option for HQ (320kbps) downloading diff --git a/zhuaxia/config.py b/zhuaxia/config.py index cc8739a..7d717ac 100644 --- a/zhuaxia/config.py +++ b/zhuaxia/config.py @@ -6,7 +6,7 @@ import traceback -VERSION = '1.1.0' #software version +VERSION = '1.1.1' #software version #the separator of tmux command output PKG_PATH = path.dirname(__file__) APP_PATH = path.join(PKG_PATH,"../")