# built documents.
#
# The short X.Y version.
-version = '1.3.1'
+version = '1.3.2'
# The full version, including alpha/beta/rc tags.
-release = '1.3.1'
+release = '1.3.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
\r
- ``home`` will show your timeline. ``home 10`` will print exactly 10 tweets.\r
\r
+- ``me`` will show your latest tweets. ``me 2`` will show your last 2 tweets.\r
+\r
- ``notification`` will show your notification from the time you started RainbowStream.\r
\r
- ``mentions`` will show mentions timeline. ``mentions 7`` will show 7 mention tweets.\r
c['message_dict'] = []
# Image on term
c['IMAGE_ON_TERM'] = args.image_on_term
- set_config('IMAGE_ON_TERM', str(c['IMAGE_ON_TERM']))
# Use 24 bit color
c['24BIT'] = args.color_24bit
- # Resize images based on the current terminal size
- set_config('IMAGE_RESIZE_TO_FIT', str(c.get('IMAGE_RESIZE_TO_FIT', False)))
# Check type of ONLY_LIST and IGNORE_LIST
if not isinstance(c['ONLY_LIST'], list):
printNicely(red('ONLY_LIST is not a valid list value.'))