Skip to content

Commit

Permalink
add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Apr 7, 2016
1 parent f8edecc commit 5fec8d2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 2016-04-07 Version 0.01:

- Implement basic functions of a IRC client
- Themes: Silver Rain (light)
- Simple python plugin support:
- Auto upload image to pastebin (img.vim-cn.org)
- Get github avatar according nickname
- NB: plugin will separated from this repo in the future
- Image preview from URL
- Relay bot message transfrom
- Nick auto completion
- Combine message from same person

NB: 0.01 is a pre-release, some functions are no completed yet.
it also has some undetected bugs.
2 changes: 2 additions & 0 deletions src/inc/meta.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
"/ignore <nick>: ignore someone\n"\
"\te.g: /ignore srainbot\n"\
"\tnb: humans behind relaybot also can be ignore.\n"\
"/query <target> start a chatting with a person/channel\n"\
"/unquery <target> end a chatting with a person/channel\n"\
"/join <channel>: join a channel\n"\
"/part [channel]: leave a channel\n"\
"\tnb: if [channel] no specified, leave current channel.\n"\
Expand Down

0 comments on commit 5fec8d2

Please sign in to comment.