Skip to content

Releases: TheBastionBot/Bastion

Bastion v10.15

08 Apr 23:42
5299d38
Compare
Choose a tag to compare

Changes

  • Select Roles
    • Added /select-roles update command to update select roles group message. It also syncs the roles' name, description and emoji if they were changed after the select roles group was created.
    • /select-roles remove command now deletes the select roles group message too.
    • dependencies: update

Full Changelog: v10.14.0...v10.15.0

Bastion v10.14

03 Dec 01:18
49f03a0
Compare
Choose a tag to compare

Changes

  • Chat
    Added /chat command to chat with ChatGPT by @iamtraction in #1064
  • Text to Image
    Added /image generate command to generate image with DALL-E by @iamtraction in #1065
  • settings: update example

Fixes

  • Live Streams
    • filter out invalid twitch channels before making request 8dd84b9
    • fixed logging of api error 31f66a7

Full Changelog: v10.13.0...v10.14.0

v10 14

Bastion v10.13

20 Nov 02:44
047f234
Compare
Choose a tag to compare

Changes

  • Polls #1062
    • now supports up to 10 options 8427dcd
    • fixed options' descriptions 8427dcd
  • Live Streams
    • filter invalid twitch channel names when adding new ones 79dbe05
    • log http errors for status >= 400 7548378
  • Music
    • commands(shuffle): don't try to shuffle if queue is empty 4c9e702
  • Dependencies
    • upgraded tesseract to v5.1
    • updated discord.js to v14.14
    • upgraded cron to v3
    • upgraded mongoose to v8
    • minor updates to other dependencies

Full Changelog: v10.12.1...v10.13.0

Bastion v10.12.1

19 Sep 12:51
a8e0421
Compare
Choose a tag to compare

Changes

  • Locales
    Added German, Dutch, Polish, Romanian, and Polish.
    If you want to help improve the translations, you can do it on Crowdin.

Full Changelog: v10.12.0...v10.12.1

Bastion v10.12

29 Aug 04:49
6a7673f
Compare
Choose a tag to compare

Changes

Full Changelog: v10.11.2...v10.12.0

Bastion v10.11.2

04 Jun 04:49
da3ace7
Compare
Choose a tag to compare

Changes

Full Changelog: v10.11.1...v10.11.2

Bastion v10.11.1

01 Jun 10:17
1601da6
Compare
Choose a tag to compare

Fixes

  • Fixed invite filter not getting created if there was no mod log channel ad5ca6c
  • Fixed link filter not getting created if there was no mod log channel 2bdba0e

Full Changelog: v10.11.0...v10.11.1

Bastion v10.11

19 May 01:41
7221baa
Compare
Choose a tag to compare

Features

  • Filters
    Bastion's invite & link filters will now use Discord's AutoMod. Which means it's now fully customizable in your server settings.

    • Migrate filters to AutoMod rules by @iamtraction in #1045
    • Removed old /config filter command
    • Added new commands 118b5bd
      • /config filter invites
      • /config filter links

Changes

  • Greetings & Farewells
  • commands: update descriptions of some commands 1ed1e67
  • scripts: updated the migrate script to support filter migration
  • dependencies: updated by @dependabot

⚠️ Notes

If you are hosting bastion yourself and updating from an older version you'll need to run the following command after the update:

npm run migrate filters

Full Changelog: v10.10.1...v10.11.0

Bastion v10.10.1

02 Apr 08:20
9c6d7db
Compare
Choose a tag to compare

Changes

  • music: Music would stop playing early for some users. It's now fixed.
  • logs: Fixed an issue that caused unnecessary role update logs in some cases 86702a4

Dependencies

Full Changelog: v10.10.0...v10.10.1

Bastion v10.10

09 Mar 18:00
f302ab3
Compare
Choose a tag to compare

What's Changed

  • Framework
    • upgrade tesseract to v5 by @iamtraction in #1032
    • new settings manager
    • settings can now be updated dynamically using Settings#set
  • dependencies: update by @dependabot

Full Changelog: v10.9.0...v10.10.0