Skip to content

Commit 6257f47

Browse files
committed
Update CHANGELOG.md
1 parent 258f1a1 commit 6257f47

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,23 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
# [UNRELEASED]
7+
# v2.12.0
8+
9+
### Important
10+
11+
In the future, the Modmail API (https://modmail.tk) will be deprecated. This is due to the fact that we are providing a free service without getting anything in return, and thus we do not have the resources to scale to accomodate for more users. We recommend using your own database for logs. In the future you will soon get a `backup` command so you can download all your pre-existing data and migrate to your own database.
12+
13+
### Changed
14+
- A lot of painful code cleanup, which is good for us (the devs), but shouldn't affect you.
15+
- The appearance of the `logs` command. Should be clearer with better info now.
16+
17+
### Added
18+
19+
**Note:** The following commands only work if you are selfhosting your logs. We recommend you to use your own database.
20+
21+
- Log search queries, in the form of two new commands.
22+
- `logs search [query]` - this searches all log messages for a query string.
23+
- `logs closed-by [user]` this returns all logs closed by a certain user
824

925
### Fixed
1026
- `?activity listening to music` no longer result in two "to"s ("listening to to music").

0 commit comments

Comments
 (0)