From: Orakaro Date: Sun, 24 Aug 2014 06:53:51 +0000 (+0900) Subject: unocde symbol for retweet and favorite X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=83be0cb608014c6c71f7c5e315f88acc96370414 unocde symbol for retweet and favorite --- diff --git a/docs/conf.py b/docs/conf.py index 7c66007..f219765 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2014, Vu Nhat Minh' # built documents. # # The short X.Y version. -version = '0.8.4' +version = '0.8.5' # The full version, including alpha/beta/rc tags. -release = '0.8.4' +release = '0.8.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/rainbowstream/colorset/config b/rainbowstream/colorset/config index fe43317..956dd36 100644 --- a/rainbowstream/colorset/config +++ b/rainbowstream/colorset/config @@ -43,7 +43,7 @@ "FORMAT": { "TWEET": { "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S", - "DISPLAY" : "\n #name #nick #clock \n Retweets:#rt_count Favorites:#fa_count id:#id #fav\n #tweet" + "DISPLAY" : "\n #name #nick #clock \n \u20AA:#rt_count \u2665:#fa_count id:#id #fav\n #tweet" }, "MESSAGE": { "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S", diff --git a/setup.py b/setup.py index 2e126f6..1bd609e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os import os.path # Bumped version -version = '0.8.4' +version = '0.8.5' # Require install_requires = [