2.0.3 (2022-01-04)
- publishImage: Adjust release workflow docker image path (1217916)
2.0.2 (2022-01-04)
- cadency: Adjust ytdl stream video quality to highestaudio (5b4c588)
- docker-compose: Correct username in ghcr image (daa2741)
2.0.1 (2021-06-26)
- Update node-ytdl to fix 404 errors (1b77550)
2.0.0 (2021-05-30)
- refactor(main)!: Refactor entry file to use updated name of main class (a43866b)
- refactor(bot)!: Rename discordbot class to cadency and refactor (dca88a4)
- feat(base)!: Refactor and initialize new Database class (f0490d7)
- commands: Add command to change prefix (6529fd5)
- commands: Remove
test
command (46189be) - config: Setup config class with default constants (29b720c)
- database: Create prismaORM wrapper classes (726ecbb)
- errors: Setup custom errors to improve error handling to user (027dead)
- messageHandler: Add command handler to execute command pass custom errorsto user (a522c91)
- prisma: Setup schema and init migration (4228c9f)
- Now
main.js
is used to start the application instead ofindex.js
DiscordBot
class renamed toCadency
- The usage of the bot now requires a running postgres database
1.3.0 (2021-04-28)
- dependencies: Update dependencies to latest (51aae52)
- devcontainer: Setup typescript devcontainer with postgres (76a7984)
1.2.10 (2021-03-22)
- basebot: Fix code smell (ac84c0c)
1.2.9 (2021-03-21)
- publish-image: Change repo to lower-case (2c41d09)
1.2.8 (2021-03-21)
- publish-image: Change repo to lower-case (7fd9896)
1.2.7 (2021-03-21)
- publish-image: Correct tags name (5da1128)
1.2.6 (2021-03-21)
- publish-image: Add missing tags (c15d893)
1.2.5 (2021-03-18)
- publish-image: Switch to ghcr.io registry (8bc758a)
1.2.4 (2021-03-18)
- query-string: Major dependency update (107f0f9)
1.2.3 (2021-03-18)
- sonarcloud: Fix some code smells (6094a86)