Add config document for IMAGE_RESIZE_TO_FIT and bump to version 1.3.1
authorvunhat_minh <vunhat_minh@dwango.co.jp>
Thu, 6 Aug 2015 03:43:55 +0000 (12:43 +0900)
committervunhat_minh <vunhat_minh@dwango.co.jp>
Thu, 6 Aug 2015 03:43:55 +0000 (12:43 +0900)
docs/conf.py
docs/index.rst
rainbowstream/colorset/config
setup.py

index 3c2d6aab138df5df363425a5b177581f57bbe74a..124de0c8e2675047a5e928b414dee0a37f5ad2c3 100644 (file)
@@ -48,9 +48,9 @@ copyright = u'2014, Vu Nhat Minh'
 # built documents.
 #
 # The short X.Y version.
-version = '1.3.0'
+version = '1.3.1'
 # The full version, including alpha/beta/rc tags.
-release = '1.3.0'
+release = '1.3.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index 5152f4fd22065d7b220873b58494c60b47f59f73..348d1a1566c178b4381cbbaa5d814b4e020928ea 100644 (file)
@@ -319,6 +319,8 @@ You also can view or set a new value of every config key by ``config`` command (
 \r
 -  ``IMAGE_ON_TERM``: display tweet's image directly on terminal.\r
 \r
+-  ``IMAGE_RESIZE_TO_FIT``: display tweet's image fit inside terminal view (width and height).\r
+\r
 -  ``THEME``: current theme.\r
 \r
 -  ``ASCII_ART``: diplay your twitter name by ascii art at stream begin or not.\r
index bae4eb77c02b265f7e17ff2cd0040337cf6fb9be..7dae57a2ad6cd41571cb55fb71ff5ce1fddf967d 100644 (file)
@@ -3,6 +3,8 @@
     "HEARTBEAT_TIMEOUT" : 120,
     // Image on term
     "IMAGE_ON_TERM" : false,
+    // Resize image to fit on terminal view
+    "IMAGE_RESIZE_TO_FIT" : false,
     // Themes
     "THEME" : "monokai",
     // Ascii Art
index 74c671df1af697f4b27917931f2cfa31c47e602c..b04ce8e6159a29433ca16fc5dd64af4a81f0c289 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import os
 import os.path
 
 # Bumped version
-version = '1.3.0'
+version = '1.3.1'
 
 # Require
 install_requires = [