This repository was archived by the owner on Aug 25, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -37,4 +37,12 @@ Nodeogram 0.0.4
3737
3838* Forms: ask questions to your users the easy way
3939* Commands are now invoked only if ``/ `` is the first character of the message
40- * The ``message `` event is no longer fired if the message triggers a command
40+ * The ``message `` event is no longer fired if the message triggers a command
41+
42+ ===============
43+ Nodeogram 0.0.5
44+ ===============
45+
46+ * Added support for webhooks
47+ * It is now possible to disable the automatic fetching of updates
48+ * It is now possible to manually provide updates to the bot
Original file line number Diff line number Diff line change 5959# built documents.
6060#
6161# The short X.Y version.
62- version = u'0.0.3 '
62+ version = u'0.0.5 '
6363# The full version, including alpha/beta/rc tags.
64- release = u'0.0.3 '
64+ release = u'0.0.5 '
6565
6666# The language for content autogenerated by Sphinx. Refer to documentation
6767# for a list of supported languages.
Original file line number Diff line number Diff line change 11{
22 "name" : " nodeogram" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "description" : " A simple yet complete Node.JS module for Telegram bots" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments