All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
automod
:- Added new thread fields to event metadata
- Implemented new
thread_updated
trigger - Implemented new
thread_auto_archive_duration
condition
-
manifest
:- Added a task that requests the latest
min_engine_version
- Now accepts a
version_url
option in the bot config - Added
manifests
command withstatus
andupdate
subcommandsstatus
shows the status of version requestsupdate
manually requests the version
- Added a task that requests the latest
-
allay
:- New command, turns a plaintext markdown-like format into a text component with optional indentation levels
manifest
:- Generated manifests were changed into file attachments
0.18.0 - 2021-10-04
automod
: Added support for JSON paths for easier configuration of rulesjira
: Reimplemented link support (#65)roles
: Added tips for providing roles
automod
: An exhaustive list of adjustments and improvements that's too long and complicated for the changelogfaq
:- Turned the shortcut prefix into a pattern
- Consolidated FAQ update commands
- Reimplement the list of FAQs
- Various improvements (#72)
- Added options in root config to limit or disable certain features
- Reorganized and added new search commands
- Improved how tags are used in queries
- Allowed showing options instead of just setting them
invite
: Multiple invites now go in one message instead of multiplejira
: Overhauled the issue requesting logic and the embed colors now reflect the status of the bug (#64)roles
: Refine role searching logic
- Fixed instances of timezone-unaware
utcnow()
jira
: Now checks that issues are in the<project>-<id>
format and that requested issues have fields (#69)
0.17.0 - 2021-09-02
- Implemented a new cog
stacktracer
for error logging (#55) automod
: Added a newmentions_removed_from_message
triggerautomod
: Addedallowed_mentions
field toreply_to_message
action
status
now uses an embed (#45)
quote
: Now includes attachments and embeds on the original messagequote
: Now accounts for the read permissions of the person trying to quoteChannelsGuard
now accounts for threads, by determining the root channel
0.16.0 - 2021-08-30
- Updated to Python 3.10 (release candidate).
- Updated to the discord.py 2.0 beta.
- Updated all extensions past breaking changes.
commanderbot-core
has been merged intocommanderbot-ext
.- The repository has been renamed to
commanderbot-py
. - The package has been renamed to
commanderbot
(which used to belong tocommanderbot-core
).
- The repository has been renamed to
- Exception handling logic has been reworked.
- Fixes #53
- Reconsidered all commands to use a
ctx.reply
wrapper with pings disabled.- Fixes #42
allowed_mentions
field in root bot config is now supported.- Fixes #52
automod
:- Even data now includes
user
fields.- Fixes #43
- Even data now includes member date fields by default.
message
triggers now allow basic matching of message content.- Fixes #44
- Even data now includes
roles
:- Unresolved roles are now deregistered and cleaned-up automatically.
- Fixes #47
- Elevated commands can no longer add/remove unregistered roles to/from users.
- Fixes #48
- Users can now join/leave multiple roles in one command.
- Fixes #49
- Multiple roles can now be added/removed to/from multiple members all in one command.
- Roles can now be targeted using a partial name match.
- Fixes #50
- Roles can now be configured to be able to run elevated commands.
- Fixes #18
- Unresolved roles are now deregistered and cleaned-up automatically.
0.15.0 - 2021-08-29
- Added
manifest
command that generates Bedrock manifests (#51)
- Improved emoji parsing logic for the
vote
command (#45)
0.14.0 - 2021-08-25
automod
improvements (#41):- Implemented role-based (per-guild) permissions
- Added a new
log_message
action that suppresses pings by default - Pings are now suppressed by default in error messages
- Added normalization to the
message_content_contains
condition - Added more fields to some events for string formatting
0.13.0 - 2021-08-22
- Added
automod
extension
- Fixed a race condition with
JsonFileDatabaseAdapter
(#39)
- Updated
beet
andlectern
- Updated other dependencies
0.12.0 - 2021-05-13
- The
pack
command no longer uses a cache - Updated several dependencies
0.11.0 - 2021-05-10
- Fix name argument for
pack
command and add custom help text - Updated
jira
command to useaiohttp
instead ofrequests
0.10.0 - 2021-05-09
- Optional
pack
command argument for changing the name of the generated data pack or resource pack - The
pack
command no longer shows exception tracebacks by default
0.9.0 - 2021-05-09
invite
descriptions are now optional
- Fixed
kick
command not being guild-only - Fixed an issue where
invite
descriptions weren't displayed correctly (#29) - Fixed an issue where JSON database files weren't being initialized correctly (#28)
0.8.0 - 2021-05-08
- Added configurable descriptions to
invite
command - Added
pack
command timeout and updatedbeet
andlectern
0.7.0 - 2021-04-23
- Added
jira
command for checking Mojira bug reports - Added
ping
command with bot latency - Added
invite
command to list server invites - Added
pack
command that runs abeet
build and useslectern
- Added
roles
command to join/leave certain roles - Partial implementation of the new
help_chat
system
- Merged commanderbot-lib repo with this one to simplify project structure
0.6.0 - 2021-01-08
- Added
quote
andquotem
commands
- Updated commanderbot-lib and discord.py
0.5.0 - 2021-01-06
faq
has been extended and improved:- FAQs can be created and updated directly from existing messages
- FAQs can be assigned any number of aliases
- FAQs remember when they were created and last updated
- FAQs keep track of how many times they're used (hits)
- The list of FAQs is sorted by hits -> name
- More sub-commands for managing FAQs directly
0.4.0 - 2021-01-03
- Updated to commanderbot-lib version 0.5.0
0.3.0 - 2020-09-30
- Added
vote
command
- Updated to discord.py version 1.5.0
- Updated to commanderbot-lib version 0.2.0
0.2.0 - 2020-09-24
- Now using the PyPI version of
commanderbot-lib
0.1.0 - 2020-09-24
- Implemented
status
andfaq
extensions as an exercise for developingcommanderbot-lib