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
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
# v2.14.0
8
+
9
+
### What's new?
10
+
11
+
Added the ability to enable the recipient to close their own threads. This takes place in the form of a reaction that the user can click to close their thread. This functionality is now enabled by default.
12
+
13
+
To disable this, do `?config set disable_recipient_thread_close true`
14
+
15
+
### More Customisability!
16
+
17
+
More config variables have been added that you can edit.
18
+
19
+
-`close_emoji` - the emoji that the user can click on to close a thread. Defaults to a lock (🔒)
20
+
21
+
You now have complete control of the look of the thread creation and close embeds the users see.
22
+
23
+
-`thread_creation_title` - the title of the embed. Defaults to 'Thread Created'
24
+
-`thread_creation_footer` - the footer text in the embed. Defaults to 'Your message has been sent...'
25
+
-`thread_close_title` - the title of the embed. Defaults to 'Thread Closed'
26
+
-`thread_close_footer` - the footer text in the embed. Defaults to 'Replying will create a new thread'
0 commit comments