Skip to content

Releases: TheBastionBot/Bastion

Bastion v10.16

06 Oct 12:50
cdaa78f
Compare
Choose a tag to compare

What's new?

  • Context Menu Actions
    When you right click a message on Discord, you can take direct actions on the message by going to Apps > Select Action.

    image

    Currently two new actions have been added to Bastion:

    • Sentiment - Gives you a brief sentiment analysis of the message content.
    • Translate - Translate any message on Discord in any language to English instantly.
      If you have any suggestions for new actions that you want in Bastion, make sure to open a new issue.

Changes

  • Chat
    • Now supports Google's Gemini & Anthropic's Claude models.
  • Select Roles
    • You can now update the roles in an existing Select Roles Group.

Full Changelog: v10.15.1...v10.16.0

Bastion v10.15.1

22 Jun 06:39
641aeef
Compare
Choose a tag to compare

Changes

  • Music - Bastion would just join the VC and play nothing. This has now been fixed.
  • Game Query - More game servers are now supported. A full list of supported games can be found here.
  • There were some rare cases where Bastion wasn't working in some newly added servers. This error has been fixed.

Full Changelog: v10.15.0...v10.15.1

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