Skip to content

Latest commit

 

History

History
254 lines (140 loc) · 17.2 KB

CHANGELOG.md

File metadata and controls

254 lines (140 loc) · 17.2 KB

Changelog

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

1.7.3 (2024-09-17)

Bug Fixes

  • add more weeks to event creator (5407d9c)
  • bump dependencies (f9161ac)

1.7.2 (2024-02-22)

Bug Fixes

  • events: timezone still wasn't parsed properly (745d2d4)
  • tasks: remove bull prefix as unsupported & fix task cache usage (9d05c4e)

1.7.1 (2024-02-22)

Bug Fixes

  • events: timezone conversion issue (day/month inversion) with dayjs (d03ad35)

1.7.0 (2024-02-22)

Features

  • events: edit subcommand to change event title and description (601ea32), closes #22

Bug Fixes

  • events: creation date wrongly inferred on utc timezone (47ee1fc)
  • hmr: disable hot module reload on non-development node context (5735aae)

1.6.3 (2024-02-20)

Bug Fixes

  • events: force tz to europe/zurich when building from mil time (f0e404c), closes #21
  • events: make delete interaction deferable on cache miss (3167520)
  • redis default port for bull should be 6379 (950e22a)
  • twitch: listen port environment variable name mismatch (7e0cf52)

Reverts

  • twitch: use eventsub over http due to incompatibility with websockets (8f3cf3b)

Others

  • deps: bump dependencies (6ea03c9)

1.6.2 (2024-02-19)

Bug Fixes

  • add framework config file in deployment (005b2c1)
  • docker: move sapphire import to runner stage (99e01b8)

1.6.1 (2024-02-19)

Bug Fixes

  • docker: incorrect entrypoint with new build process (b57e1d1)

1.6.0 (2024-02-19)

Features

  • event: add ability to create class events using channel info (8cd1b95), closes #10

Bug Fixes

  • menus: adapt for new top chef api (ef253b5)

Others

  • bump sapphire framework to v5 (feda5b3)

1.5.0 (2023-03-03)

Features

  • cmd:help: make help command chat-input runnable (a2256ea)
  • cmd:jhht: add JHH time counter (069cb86)
  • cmd:menus: upgrade to new top-chef api (ce2d101), closes #15
  • counters: add abstractions for various types of counters (17c00b8), closes #3
  • global: command migration to d.js 14 (5f60e78)
  • move quotes to type-safe firestore queries (a3e14a8)
  • twitch: migrate to Twitch EventSub via WS (70e9fda), closes #19

Bug Fixes

  • counters: move abstract counters out of commands parent folder (a471424)
  • sfv3-beers: migrate beers to subcommands v3 (fc23d5c)
  • sfv3-dayjs-arg: migrate dayjs argument type to @sapphire/result v2 (1fc2fe7)
  • sfv3-events: upgrade listeners to new precondition events in framework v3 (a60579e)
  • sfv3-hw: migrate homework to subcommands v3 (ca83f95)
  • sfv3-main: load message and command listeners by default (490b885)
  • sfv3-owner-precondition: migrate owner-only precondition to framework v3 (6a9100b)
  • sfv3-rrh: migrate rrh to subcommands v3 (9ef5a34)
  • sfv3-rrht: migrate rrht to subcommands v3 (6f7dc54)
  • sfv3-scheduled-tasks: migrate to bullmq for @sapphire/plugin-scheduled-tasks v5 (21e622a)
  • ts-4.8: firestore converter type should extend DocumentData (d04176a)

Others

  • cmd:time-counters: adjust embed titles to describe what counter is referred (51d98c8)
  • deps: override jose for firebase-admin until release (resolves vuln) (26eb17d)
  • deps: upgrade @sapphire/* for framework v3 (4ff0dd5)
  • deps: upgrade @twurple/* to v5.2.4 (e3c1892)
  • deps: upgrade @types/node to v18.7.23 (2e9e192)
  • deps: upgrade bull to v4.9.0 (7153729)
  • deps: upgrade commitizen to v4.2.5 (d4c713c)
  • deps: upgrade dayjs to v1.11.5 (5ad677b)
  • deps: upgrade deps and sapphire framework (8571166)
  • deps: upgrade discord-api-types to v0.37.11 (c5b1ecc)
  • deps: upgrade discord.js to v13.9.2 (bb9c729)
  • deps: upgrade dotenv to v16.0.2 (9a88de9)
  • deps: upgrade firebase-admin to v11.0.1 (fa59434)
  • deps: upgrade giphy api to v4.4.0 (243edd2)
  • deps: upgrade ioredis to v5.2.3 (d3c4ca4)
  • deps: upgrade linting utils (5233418)
  • deps: upgrade typescript to v4.7.4 & full package update (dce63ce)
  • deps: upgrade typescript to v4.8.4 (4fca7e3)
  • pjson: remove old dep override and upgrade engine to latest LTS (f8b9e34)
  • prepare for firelord (93a9d25)
  • scripts: add runner with devTools inspection (2839647)

Code Refactoring

  • cmd-menus: remove deprecated usage of MessageEmbed#addField() & fix empty content issue (fba42fb)
  • lstnr-stream-online: remove deprecated usage of MessageEmbed#addField() (f0c5cfe)
  • task-canteen-menu: remove deprecated usage of MessageEmbed#addField() & fix empty value (b3d51f9)
  • various command fixes (d2557ba)

1.4.1 (2022-09-28)

Bug Fixes

  • firebase: use local file for firebase configuration (bb74212), closes #17
  • noot: add pingu to tag and lower age rating (ff8197c)

1.4.0 (2022-06-14)

Features

  • noot: 60% chance for pingu gif (572d360)
  • noot: add new noot command (10ac438)
  • uwu: uwuifier command (6341072)

Bug Fixes

Others

  • console: remove console logs or use logger (e3dfd7f)

1.3.3 (2022-06-07)

Bug Fixes

  • stream: empty string as game title (96c3e4f)

1.3.2 (2022-06-07)

Bug Fixes

  • stream: embed empty value (1bacee3)

1.3.1 (2022-06-07)

Bug Fixes

  • stream: additional user IDs, strict host check (a716f21)

1.3.0 (2022-06-02)

Features

  • stream: add twitch stream start notifications (2443cb5), closes #16

Others

1.2.0 (2022-03-24)

Features

  • cmd:rrht: add rentsch-time command (ec7810d), closes #13

Bug Fixes

  • cmd:beers: add ++ and -- aliases for funsies (7671031)
  • cmd:massimo: drop cooldown (c665263), closes #12

Others

  • deps: bump dependencies (5f57c1c)

1.1.0 (2022-03-20)

Features

Bug Fixes

  • [fixes #7] use channel id for homework module (c52a3cf)

Others

  • add husky hooks and commitizen for standard changelogs (e899b40), closes #11
  • ignore husky in docker and standard-version (510edb3)