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

Releases: Hydractify/kanna_kobayashi

v4.7.1

06 Nov 20:24
84e6aed
Compare
Choose a tag to compare

Version bump v4.7.1 [#113, 84e6aed]

Patches

  • [~] Update discord.js to move to Discord's new domain [#112, db03fd9]

v4.7.0

29 Oct 19:11
b52c300
Compare
Choose a tag to compare

Version bump v4.7.0 [#110, b52c300]

Minor changes

  • [-] Remove all code that fetches user presence [#107, 3948088]
    • ModList, UserInfo

Patches

  • [+] Credit weeb.sh in the image command [#108, adda0e3]
  • [~] Update the DBL (Discord Bot List) to it's new domain [#105, 09a9292]
  • [~] Add the missing enumerators for Osu! and add fallback to getters [#106, 832ebc8]
  • [~] Better report data from weeb.sh API errors [#109, c670a88]

v4.6.3

03 May 20:15
v4.6.3
29ddcad
Compare
Choose a tag to compare

Minor Changes

  • [~] Only set the activity on the last shard on startup and actually publish the activity on command [#95, e6385f6]
  • [~] Use broadcastEval instead of fetchClientValues for type safety [#96, 4ee02da] [#101, 419ef04]
  • [~] Use process messages to restart shards [#97, fc754f0]
  • [~] Truncate embeds that are exceeding Discord's limit [#98, 4161006]
  • [~] Properly pad the current shard marker in the StatsCommand [#99, 0a8ecf4]
  • [~] Fix reaction menus by enabling the REACTION partial type [#100, 08d9273]
  • [~] Set process tag for logger internally in the logger [#102, b63b0d2]
  • [~] Correctly make the name of a trusted user using the CryCommand bold [#104, 2158317]

Minor internal and command improvements

26 Apr 20:26
v4.6.2
5e806d9
Compare
Choose a tag to compare

Minor Changes

  • [~] Update discord.js [#84, e2321b4] [#85, 1d062c1] [#86, 33de30a] [#91, cb49fd4]
  • [~] Make SelfRolesCommand use role mentions instead of role names [#87, 7de1e3e]
  • [+] Add further webhook events and make shard id more visible there [#88, 177e55d] [#92, 5fa417c]
  • [~] Use GitHub Actions instead of Travis for CI [#89, 977ee98]
  • [+] Set an activity on startup and refresh it, do the same with a manually set activity [#93, c3d3702]
  • [+] Display an asterisk right next to the current shard id in the StatsCommand [#94, 5e806d9]

Fix ImageEmbedCommands

21 Dec 18:42
v4.6.1
9a09f30
Compare
Choose a tag to compare

Minor Changes

  • (~) Only require maxNumber or images as necessary fixing all ImageEmbedCommands. [#82, 8c852c7]
    • ComfyCommand, DoitCommand, DuelCommand, HungryCommand, LoliCommand, PopcornCommand, RainCommand, RavioliCommand, SleepCommand, YummyCommand
  • (~) Only send guild count updates on shard 0. [#83, 8bf9d91]

Bug Hunt

21 Dec 17:08
v4.6.0
c809850
Compare
Choose a tag to compare

Major Changes

  • [*] Update / add dependencies [#81, 735d067]
    • [+] TypeScript for access to null coalescing and optional chaining operators
    • [~] Discord.js for improved stability and fixes around the Gateway
    • [+] zlib-sync for native decompression to improve performance

Minor Changes

  • [~] Don't split the input on unexpected places, for example "memory". [#65, #70, 1e5cd43]
    • ChooseCommand
  • [~] Show the link the invite is pointing to, not the current one, if an invite link is provided. [#64, #71, 3b95dd5]
    • LookupCommand
  • [~] People you blocked are no longer able to use any interactive commands on you, like intended. [#54, #72, 72c3b41]
    • BlushCommand, CryCommand, DanceCommand
  • [+] Add level as alias for exp. [#63, #73, 5355af8]
    • LeaderboardCommand
  • [~] Handle special case of catching one bug to accommodate for English grammar rules. [#75, #80, f9ee504]
    • CatchCommand
  • [~] Fixed spelling of error in the response being sent when an unhandled error occurs. [#76, #79, e6f0010]
  • [~] Handle error when the message triggering a sayd command is already deleted. [#77, #78, ea366e5]
    • SaydCommand

Fix reaction menus

13 Aug 16:40
4.5.1
4517cab
Compare
Choose a tag to compare

Minor Changes

  • (~) Make isGuildMessage predicate less strict to allow partial messages sent in guilds to pass it
    [ fix { 22f7557 } ]

Update discord.js

13 Aug 14:33
4.5.0
4e05401
Compare
Choose a tag to compare

Minor Changes

  • (~) Update discord.js to be able to connect to Discord again
    [ fix { 3987a20 }, pull_request: #50 ]

Prefix fix and correct CPU time reporting

04 Jul 16:34
v4.4.1
Compare
Choose a tag to compare

Minor Changes

  • (~) Correctly report CPU usage to Prometheus
    [ fix { 08c3ab6 }, pull_request: #44 ]
  • (~) Allow spaces after the command prefix.
    Aids mobile users which had to remove spaces, if their phone auto inserted one.
    [ fix { fd3ff82 }, pull_request: #45 ]
  • (-) Cut down webhook frequency
    [ refactor { 2051588 }, pull_request: #46 ]
  • (~) Various non-code changes, such as README and GitHub templates
    [ docs { 4d322bf }, pull_request: #47 ]

Grafana

19 May 18:37
v4.4.0
a58df3d
Compare
Choose a tag to compare

Resume

This update focuses

Major Changes

  • (+) Add a /metrics endpoint for Prometheus being used as a data source by Grafana, which dashboard is available here.
    [ feature { 470c097 }, pull_request: #43 ]

Minor Changes

  • (~) ProfileCommand -> Add UTC offset of the requesting user to anniversary date
    [ fix { 6ca7dcd }, pull_request: #42 ]

If you want in detail of what has been changed, you can do so in here!