Releases: sharovik/devbot
Releases · sharovik/devbot
Installation and update functionality
Introduced installation and update actions for the custom events. Now you can trigger install events or update events for your custom event.
- removed from the repository .sqlite file, now you can customize your own database with your own events;
- installation and update of the new event becomes easier;
Bugfixes and improvements
- Improved the loading of .env configuration and improved the documentation
- Fixed slack application creation URL in the documentation. The url is changed since Feb 2020
- Update regex logic in find matches helper (#50)
Cross platform build optimisation
Implemented a new way of cross-platform build
Build update
Fixed issue with the wrong build for Linux systems.
sqlite support
Feature/sqlite usage (#34) * Prepared functionality to use database connection - added test and main database file; - created base database connector interface; * Added support of sqlite database - build the latest version of dictionary library - improved documentation - improved the questions and answers search - improved test coverage * Added image for dictionary database structure * Improved documentation and introduced new dictionary loading feature - updated dictionary database; - improved test coverage; - introduced new way of question processing; - introduced new way of dictionary data saving through PM; - updated binary files of project to use latest version of core functionality; * Removed useless unused variable * Applied import style and improved a bit Makefile
Fixed bug of wordpressevent
Fixed the issue #22 where the wordpress event worked incorrectly on Linux OS
Fixed bug with wrong compiled version for linux operating system
Introduced several binary files for multiple operating systems and fixed bug related to the retries for slack-bot
Now you can run this bot in the next OS:
- linux
- macOs
- freebsd
- windows
Documentation updates
Improved documentation for the bot
Minor update which contains small fix for README.md
This release contains a small fix for issue #14
Introducing custom events
In this release, we introduced custom-events. Now you can create your own events and connect them to the slack-bot by using a dictionary message. Also, this release contains several code optimizations.