Releases: dcrbrdev/JackBot
Releases · dcrbrdev/JackBot
v0.3.2
Fix
- Command
dcr
couldn't parse a float value5.16
(because"5.16".isdigit() is False
)
v0.3.1
Fix
UserObserver.notify()
was not removing previously sent messages correctly. Issues:
- Instance was not reloaded before each notify (causing problems because each
SWS
runs on a thread) - Method
remove_last_message_sent
performance reworked
v0.3.0
Updates
UserObserver
and Observer
UserObserver
are able to subscribe to aSubject
Observer
is the official channel observer. EverySubject
notifies it.UserObserver
now forward message received from official channel (instead of sending new message)
Comand dcr
new command dcr
has two args:
target_currency
(eg.:usd
)dcr_amount
(eg.:1
)
it returns the conversion of thedcr_amount
totarget_currency
v0.2.3
Updates
- UpdateMessage now has mongo scheme
- Save on mongo sent telegram message
- Delete previous telegram messages for observer
- Ignore empty session update
v0.2.2
Fix
username
is no longer required forObserver
(private groups doesn't have username)
v0.2.1
Production & arm docker files
v0.2.0
- JackBot is now using mongodb!
- each svp is now a
Subject
- each group/user is now a
Observer
- each Observer can subscribe to a
Subject
v0.1.0
Merge pull request #4 from rodrigondec/feature/websocket Feature/websocket