Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 6f0649d

Browse files
committed
chore(release): 3.16.0
1 parent 46646e1 commit 6f0649d

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.16.0](https://github.com/Discord-interchat/interchat/compare/v3.15.0...v3.16.0) (2024-01-26)
6+
7+
8+
### Features
9+
10+
* new `/help` and `/credits` command ([578d56a](https://github.com/Discord-interchat/interchat/commit/578d56af46917b54e33ae7aac0bf313111675d91))
11+
12+
13+
### Bug Fixes
14+
15+
* **autocomplete:** fix errors and db vulnerability where users were able to query regex through searches ([1e0d44c](https://github.com/Discord-interchat/interchat/commit/1e0d44c23a76f865afb5419ed25e66b3f18ca885))
16+
* **browse:** fix wrong locale naming ([d65a309](https://github.com/Discord-interchat/interchat/commit/d65a309cf63928e99c2bb8af252b125d546c9f79))
17+
* fix a bugaroo with leave i18n call ([bba519b](https://github.com/Discord-interchat/interchat/commit/bba519b052dddc4c2d6733c314af609c29b4ea0f))
18+
* **hub:** fix bug that preventing leaving hubs ([6169d2d](https://github.com/Discord-interchat/interchat/commit/6169d2d0211970a1f1c1016c6d983b5832160f55))
19+
* **hubLogs:** fix owner retrieval in `JoinLeaveLogger` ([f4d1122](https://github.com/Discord-interchat/interchat/commit/f4d1122db222b72fff82ed5edca787496190b0de))
20+
* **msgInfo/report:** fix attachment URL retrieval ([003e5ae](https://github.com/Discord-interchat/interchat/commit/003e5ae8dac17456ed897edca89548b20b40518b))
21+
* **msgInfo:** changed `reportNotEnabled` error msg to ephemeral ([0d7d5fe](https://github.com/Discord-interchat/interchat/commit/0d7d5feab950db8a351cdc7d58a2bc7c39f73056))
22+
* **msgInfo:** deferring the reply ([ac2e898](https://github.com/Discord-interchat/interchat/commit/ac2e898b2d09ace614c56928d063cf2373f6b353))
23+
* **msgInfo:** fix problem with reporting compact messages ([978ded0](https://github.com/Discord-interchat/interchat/commit/978ded0b4b3f66393cfa61133659352dc82cd6a7))
24+
* **msgs:** fix old messages not getting deleted ([ec99483](https://github.com/Discord-interchat/interchat/commit/ec9948388757ec9c904d8c37cb885c9bbd69bb04))
25+
* **network:** truncate user/server names to 90 chars ([9e1a466](https://github.com/Discord-interchat/interchat/commit/9e1a46678b7b9f7b1e7e266669eba7fa2d5b3377))
26+
* **network:** using webhookclient again ([2dff73d](https://github.com/Discord-interchat/interchat/commit/2dff73dd759c1289619ab0a54a6da8231fb0f35b))
27+
* **reaction:** fix bug with reacting with custom emojis ([46646e1](https://github.com/Discord-interchat/interchat/commit/46646e120f1e48dace034bab02e24764194690d5))
28+
* **stats:** show shards from all clusters ([ac9dc79](https://github.com/Discord-interchat/interchat/commit/ac9dc7921f4d2c6980c676f41778f92ad6012c8b))
29+
* update iconUrl and add EASTER_AVATAR constant ([bb636ff](https://github.com/Discord-interchat/interchat/commit/bb636ffaefd33ca5754685dd4cf71826a0ac8289))
30+
* update support server invite ([355205f](https://github.com/Discord-interchat/interchat/commit/355205f19d353c1c11cf45a9be2e3f20cee608bc))
31+
532
## [3.15.0](https://github.com/Discord-interchat/interchat/compare/v3.14.0...v3.15.0) (2024-01-06)
633

734

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "interchat",
3-
"version": "3.15.0",
3+
"version": "3.16.0",
44
"description": "A growing Discord bot which provides inter-server chat!",
55
"main": "build/index.js",
66
"license": "GPL-3.0-or-later",

0 commit comments

Comments
 (0)