You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,21 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
# v2.0.0
8
8
9
-
This release introduces the use of our centralized [API service](https://github.com/kyb3r/webserver) to enable dynamic configuration, auto-updates, and thread logs. To use this release you must acquire an API token from https://dashboard.modmail.tk. Read the installation guide [here](https://github.com/kyb3r/modmail/wiki/installation).
9
+
This release introduces the use of our centralized [API service](https://github.com/kyb3r/webserver) to enable dynamic configuration, auto-updates, and thread logs. To use this release you must acquire an API token from https://modmail.tk. Read the updated installation guide [here](https://github.com/kyb3r/modmail/wiki/installation).
10
10
11
11
### Changed
12
12
- Stability improvements through synchronization primitives
13
13
- Refactor thread management and code
14
-
- Update command now uses `api.modmail.tk`
14
+
- Update command now uses `api.modmail.tk`
15
15
- Removed `archive` command
16
+
- Explanation: With thread logs (that lasts forever), there's no point in archiving.
17
+
-`contact` command no longer tells the user you messaged them 👻
16
18
17
19
### Fixed
18
20
- Status command now changes playing status indefinitely
19
21
20
22
### Added
21
-
- Dynamic help command
22
-
- Dynamic configuration through `api.modmail.tk`
23
-
- Thread logs via `logs.modmail.tk`
24
-
- Automatic updates
25
-
- Dynamic command aliases and snippets
26
-
- Optional support for using a seperate guild as the operations center
23
+
- Dynamic help command (#84)
24
+
- Dynamic configuration through `api.modmail.tk`
25
+
- Thread logs via `logs.modmail.tk` (#78)
26
+
-`log` command added
27
+
- Automatic updates (#73)
28
+
- Dynamic command aliases and snippets (#86)
29
+
- Optional support for using a seperate guild as the operations center (#81)
0 commit comments