Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

22 lines (14 loc) · 1.46 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.9 (2021-11-10)

Features

  • add support for other third-party content providers (f12250f)

Bug Fixes

  • adjust email cred checking logic (f1a1938)
  • consolidate dependency injection (adeda5f)
  • greatly reduce resource consumption (3f2d0f6)
  • make scheduled tasks purely optional (a603e07)
  • prevent queueing the same task (e217c44)
  • prioritize scheduler execution (5fd42d7)
  • resolve err on job exec (8afca6a)
  • resolve UndefinedTableError when starting scheduled tasks with slash command (2a219f1)