Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Latest commit

 

History

History
114 lines (55 loc) · 5.22 KB

CHANGELOG.md

File metadata and controls

114 lines (55 loc) · 5.22 KB

2.0.3 (2022-01-04)

Bug Fixes

  • publishImage: Adjust release workflow docker image path (1217916)

2.0.2 (2022-01-04)

Bug Fixes

  • cadency: Adjust ytdl stream video quality to highestaudio (5b4c588)
  • docker-compose: Correct username in ghcr image (daa2741)

2.0.1 (2021-06-26)

Bug Fixes

  • 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)

Features

  • 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)

BREAKING CHANGES

  • Now main.js is used to start the application instead of index.js
  • DiscordBot class renamed to Cadency
  • The usage of the bot now requires a running postgres database

1.3.0 (2021-04-28)

Bug Fixes

  • dependencies: Update dependencies to latest (51aae52)

Features

  • devcontainer: Setup typescript devcontainer with postgres (76a7984)

1.2.10 (2021-03-22)

Bug Fixes

  • basebot: Fix code smell (ac84c0c)

1.2.9 (2021-03-21)

Bug Fixes

  • publish-image: Change repo to lower-case (2c41d09)

1.2.8 (2021-03-21)

Bug Fixes

  • publish-image: Change repo to lower-case (7fd9896)

1.2.7 (2021-03-21)

Bug Fixes

  • publish-image: Correct tags name (5da1128)

1.2.6 (2021-03-21)

Bug Fixes

  • publish-image: Add missing tags (c15d893)

1.2.5 (2021-03-18)

Bug Fixes

  • publish-image: Switch to ghcr.io registry (8bc758a)

1.2.4 (2021-03-18)

Bug Fixes

  • query-string: Major dependency update (107f0f9)

1.2.3 (2021-03-18)

Bug Fixes

  • sonarcloud: Fix some code smells (6094a86)