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

Releases: makigas/makibot

v2.5.0

19 Apr 21:29
Compare
Choose a tag to compare

Features

  • add lockdown and lift commands (999e385)
  • makibotctl: deploy commands locally (b7e30a2)

Bug Fixes

  • deps: downgrade sqlite to 5.0.2 to address regression (f6d2bfa)
  • lift and lockdown should be privileged (aac5491)
  • makibotctl: deploy-commands local should be optional (dd4e3ad)

Chore

  • deps: bump minimist from 1.2.5 to 1.2.6 (#533) (a85ee36)
  • deps: bump nokogiri from 1.13.3 to 1.13.4 in /docs (#534) (bfe8818)
  • deps: update dependencies (7651761)
  • deps: update discord-api-types (32944fc)

v2.4.0

15 Apr 09:24
Compare
Choose a tag to compare

Features

  • add lockdown commands (830d5c1)
  • announce bans generated outside /mod ban (0cf2604)
  • log kick events if they come outside /mod kick (3aab28b)
  • properly log timeouts and untimeouts (c498956)
  • roster: detect nickname changes (d22a4fc)
  • roster: log timeouts and manual timeout evicts (5920bc4)

v2.3.1

17 Mar 18:08
Compare
Choose a tag to compare

Bug Fixes

  • bounties: cannot coerce number into integer (ca98ca4)
  • deps: don't treat discord-api-types as a devDependency (2155611)

v2.3.0

16 Mar 23:03
Compare
Choose a tag to compare

Features

  • allow the /karma command to receive an user (e501812, closes #509), thank you for the report @matiuri
  • deploy commands using the bot itself (5b8b32b)

Bug Fixes

  • autoarchive deleted linkchannel and threadchannel messages (0a8700a, fixes #525) -- thank you for the bug report, @xaviermazon
  • coerce OpenGraph title into string (f3accf8, fixes #523) -- thank you for the report, @xaviermazon
  • recompute the karma when bounties are given (2023b30, fixes #505)

Chore

  • deps: update dependencies (d246336)
  • deps: update more dependencies (b8d0401)
  • remove unnecessary console.log (0eac3cd)

v2.2.0

13 Mar 10:03
Compare
Choose a tag to compare

Features

Bug Fixes

v2.1.0

01 Mar 19:06
Compare
Choose a tag to compare

Features

Chore

  • deps: bump nokogiri from 1.12.5 to 1.13.3 in /docs (#506) (4ead52d)
  • deps: update dependencies (9b95440)

v2.0.0

25 Feb 22:39
Compare
Choose a tag to compare

This release is still dedicated to the people who support me on YouTube and Twitch and those that make our Discord server rock 🤘

However, if you are expecting that the release bump is because I did something revolutionary in this PR, sorry for dissapointing you. This is a major release because it has some breaking changes and I considered polite to follow conventional commits, so I'm bumping to v2.0.0. Wait for the future settings refactor, that is going to be revolutionary! (And probably a major release too)

⚠ BREAKING CHANGES

  • wrap all the modlogs into a common send

Features

  • restore karma when member joins server (f03fb4e)

Bug Fixes

  • messages are not being sent to the pinboard (1e88aad)
  • mods cannot close a thread with /archivar (e17d18c)
  • roles are not being triggered when message are sent (1a69343)

Refactor

  • use promises in the SettingProvider (#502) (e9cbb9a)
  • wrap all the modlogs into a common send (d9dc509)

v1.1.1

12 Feb 09:55
Compare
Choose a tag to compare

Bug Fixes

  • antiflood: ignore messages that start thread (e2e58fa)

v1.1.0

30 Jan 17:04
Compare
Choose a tag to compare

This release is still dedicated to all the habitual people that visit the Discord server weekly, daily, those who do not log out. You are the ones that make this server rock. 🤘

Features

  • linkchannel: try to get link title using Open Graph (3e8ec4d)

Chore

  • deps: update dependencies (3ddaf17)

Clank v1.0.0

17 Jan 21:07
Compare
Choose a tag to compare

There is nothing special in this release, but I figured out that if I don't bump the version number to v1.0.0 and stayed with v0.40, I would never bump the version.

This release is dedicated to all the habitual people that visit the Discord server weekly, daily, those who do not log out. You are the ones that make this server rock. 🤘

Features

Bug Fixes

  • antiflood: do not treat as flood the same channel (d75c222)
  • antispam: exception for VODs and clips (70284bc)
  • downgrade to get-urls 10 to fix ESM modules (5d2a438)

Chore

Refactor

  • antispam: better error messages (ead53a8)