Skip to content

Releases: sharovik/devbot

Installation and update functionality

05 Apr 15:06

Choose a tag to compare

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

23 Feb 10:51
b27b2a0

Choose a tag to compare

  • 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

11 Feb 07:48
cc05dc6

Choose a tag to compare

Implemented a new way of cross-platform build

Build update

04 Feb 07:32
1447de7

Choose a tag to compare

Fixed issue with the wrong build for Linux systems.

sqlite support

02 Feb 15:38
d9b41e4

Choose a tag to compare

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

15 Jan 12:08
b9ae6be

Choose a tag to compare

Fixed the issue #22 where the wordpress event worked incorrectly on Linux OS

Fixed bug with wrong compiled version for linux operating system

13 Jan 07:07
d6c5868

Choose a tag to compare

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

11 Jan 10:00
9ceaf48

Choose a tag to compare

Improved documentation for the bot

Minor update which contains small fix for README.md

05 Jan 10:10
19974af

Choose a tag to compare

This release contains a small fix for issue #14

Introducing custom events

05 Jan 09:29
8c833d1

Choose a tag to compare

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.