Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
For instructions on how to update the bot, see **[✨ Updating the bot](docs/updating.md)**

## v3.8.0 (2024-MM-DD)
* Updated eris to 0.18.0
* Add new config option `useDisplaynames` to use a users display name instead of their username
* Defaults to `on`
* `useNicknames` will override this in most cases

## v3.7.0 (2023-09-12)
* Added support for Node.js 18 and higher
* Added `!realreply` / `!rr` command ([#763](https://github.com/Dragory/modmailbot/pull/763))
Expand Down
5 changes: 5 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,11 @@ URL to use for attachment and log links. Defaults to `http://IP:PORT/`.
**Default:** `off`
If enabled, mod replies will use their nicknames (on the inbox server) instead of their usernames

#### useDisplaynames
**Default:** `on`
If enabled, the bot will use the users display name instead of their username where it makes sense
Setting `useNicknames` to `on` will override this in most cases

#### useGitForGitHubPlugins
**Default:** `off`
If enabled, GitHub plugins will be installed with Git rather than by downloading the archive's tarball.
Expand Down
Loading