diff options
author | Ryan Huber <rhuber@gmail.com> | 2015-07-22 10:38:58 -0700 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2015-07-22 10:38:58 -0700 |
commit | d6780a6db3e19e611cd94ee43474382ed3bfc8d0 (patch) | |
tree | 62e44507f435aecdeba82aeb05fddaa817d2e7d3 /README.md | |
parent | 1840de4becd53c12a1ba351ef30c1d84aae6aeee (diff) | |
download | wee-slack-d6780a6db3e19e611cd94ee43474382ed3bfc8d0.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -3,12 +3,8 @@ wee-slack ========= -*Interested in helping test reactions + new message backend?, Do this:* - -``` -git pull -git checkout reactions -``` +**News:** + The 0.98.3 release has some big backend changes that should make startup and multi-group much faster. Please report any bugs to the Freenode IRC channel #wee-slack. 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. @@ -16,9 +12,10 @@ A WeeChat native client for Slack.com. Provides supplemental features only avail Features -------- - * **New** edited messages work just like the official clients, where the original message changes and has (edited) appended. - * **New** unfurled urls dont generate a new message, but replace the original with more info as it is received. - * **New** regex style message editing (s/oldtext/newtext/) + * **New** Emoji reactions! + * Edited messages work just like the official clients, where the original message changes and has (edited) appended. + * Unfurled urls dont generate a new message, but replace the original with more info as it is received. + * Regex style message editing (s/oldtext/newtext/) * Caches message history, making startup MUCH faster * Smarter redraw of dynamic buffer info (much lower CPU %) * beta UTF-8 support |