Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Releases: vasll/TaskBot

v0.3.0-beta

01 Jul 15:32
Compare
Choose a tag to compare

New features:

  • Slash command groups
  • /task delete_latest command
  • Automatic Google drive backups of the database

Improvements:

  • Better config.py file structure
  • Added linting (flake8)

v0.2.0-beta

29 Apr 19:54
Compare
Choose a tag to compare

What has changed:

  • Switched from synchronous db engine to asyncio's async_engine (SQLAlchemy)
  • Moved all queries to separate queries.py file
  • Removed timezone, by default the bot will now use UTC+0 as the default timezone

New stuff:

  • Added loop task that updates the bot's presence every 5 minutes with the number of tasks in the db
  • New database model and schemas

v0.0.1-beta

26 Apr 10:12
f90adeb
Compare
Choose a tag to compare

First beta release of TaskBot