This project follows the semantic versioning without the leading v in the tags.
Every Message starts with one of the following words:
Add
for new functionalityChange
for change in behaviorBreak
for breaking-changeFix
Switch
internal changeRemove
functionality
0.3.1 - 2016-10-24
- Fix /help
0.3.0 - 2016-08-11
- Change grammer to be included at compile time
- Add screenshot
0.2.10 - 2016-06-26
- Fix wording of /status
- Change answer to /grammar to Markdown
0.2.9 - 2016-05-17
- Remove /crowd
- Add temperatures and status text to /status
0.2.8 - 2016-05-13
- Add /location
0.2.7 - 2016-03-22
- Add fetch pictures from all webcams
- Add CHANGELOG.md
- Implement /webcam {nth}
0.2.6 - 2015-11-25
- Change logging to env_logger crate
- Change response behavior of bot in groups
- Add bot logo
0.2.5 - 2015-11-23
- Switch to types from spaceapi crate
0.2.4 - 2015-11-18
- Change /crowd to /status
- Switch to grammar parsing
- Add more grammar rules
0.2.3 - 2015-11-16
- Add travis ci integration
- Add /version
- Add /help
0.2.2 - 2015-11-16
- Fix telegram-bot crate
- Add exponential backoff
0.2.1 - 2015-11-14
- Add grammar for user input
0.2.0 - 2015-11-12
- Add /crowd to answer people_now_present
0.1.0 - 2015-11-11
- Initial Release