diff options
author | Ryan Huber <rhuber@gmail.com> | 2015-11-18 17:43:42 +0000 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2015-11-18 17:43:42 +0000 |
commit | 0e0a265e96d5607253306fc9576d711b384eeaca (patch) | |
tree | 200f3637ff0c301db3bcccb40794c1b768793b40 | |
parent | 2731e7cbe568534dcba5c68e9005e955f85777a8 (diff) | |
download | wee-slack-0e0a265e96d5607253306fc9576d711b384eeaca.tar.gz |
version bump and readme update
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | wee_slack.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ wee-slack ========= **News:** - The 0.98.3+ releases have some big backend changes that should make startup and multi-group much faster. Please report any bugs to the Freenode IRC channel #wee-slack. + The 0.99.1+ has a number of backend changes to make things faster and better. You should use it. :) _(please report bugs in #wee-slack on freenode)_ A WeeChat native client for Slack.com. Provides supplemental features only available in the web/mobile clients such as: synchronizing read markers, typing notification, search, (and more)! Connects via the Slack API, and maintains a persistent websocket for notification of events. diff --git a/wee_slack.py b/wee_slack.py index a023055..a4b02d4 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -23,7 +23,7 @@ except: SCRIPT_NAME = "slack_extension" SCRIPT_AUTHOR = "Ryan Huber <rhuber@gmail.com>" -SCRIPT_VERSION = "0.99.0" +SCRIPT_VERSION = "0.99.1" SCRIPT_LICENSE = "MIT" SCRIPT_DESC = "Extends weechat for typing notification/search/etc on slack.com" |