Releases: TheBastionBot/Bastion
Bastion v10.16
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.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
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
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
- Added
Full Changelog: v10.14.0...v10.15.0
Bastion v10.14
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
Full Changelog: v10.13.0...v10.14.0
Bastion v10.13
Changes
- Polls #1062
- Live Streams
- Music
- commands(shuffle): don't try to shuffle if queue is empty 4c9e702
- Dependencies
- upgraded
tesseract
tov5.1
- updated
discord.js
tov14.14
- upgraded
cron
tov3
- upgraded
mongoose
tov8
- minor updates to other dependencies
- upgraded
Full Changelog: v10.12.1...v10.13.0
Bastion v10.12.1
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
Changes
- filters: email filter by @iamtraction in #1054
- configuration: custom status by @iamtraction in #1055
- commands(pokemon): use pokedex API v2 by @iamtraction in #1056
Full Changelog: v10.11.2...v10.12.0
Bastion v10.11.2
Changes
- commands(server info): add link to server page by @iamtraction in b984f7b
Full Changelog: v10.11.1...v10.11.2
Bastion v10.11.1
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
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
⚠️ NotesIf 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