diff --git a/docs/smileys_and_stickers.md b/docs/smileys_and_stickers.md new file mode 100644 index 0000000..364e2c2 --- /dev/null +++ b/docs/smileys_and_stickers.md @@ -0,0 +1,11 @@ +#Smileys + +Toxygen support smileys. Smiley is small picture which replaces some combination of symbols. If you want to create your own smiley pack, create directory in src/smileys/. This directory must contain images with smileys and config.json. Example of config.json: + +{":)": "one.png", ":(": "two.png"} + +Animated smileys (.gif) are supported too. + +#Stickers + +Sticker is inline image. If you want to create your own smiley pack, create directory in src/stickers/ and place your stickers there. \ No newline at end of file diff --git a/docs/ubuntu.png b/docs/ubuntu.png index 83ecaab..cd80444 100755 Binary files a/docs/ubuntu.png and b/docs/ubuntu.png differ diff --git a/docs/windows.png b/docs/windows.png index b857af8..d4ed323 100755 Binary files a/docs/windows.png and b/docs/windows.png differ diff --git a/src/util.py b/src/util.py index fc09953..8de9631 100644 --- a/src/util.py +++ b/src/util.py @@ -2,7 +2,7 @@ import os import time -program_version = '0.1.3' +program_version = '0.2.0' def log(data):