Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragory committed Oct 14, 2024
2 parents 0486772 + f30b6a1 commit 28db594
Show file tree
Hide file tree
Showing 12 changed files with 1,874 additions and 1,086 deletions.
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

0 comments on commit 28db594

Please sign in to comment.