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
* Add ability to delete notes
* Add wipe command
* Add option to add existing aliases in new aliases
* Fix typo in presence docstring
* Update changelog and bump dev version
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This project mostly adheres to [Semantic Versioning](https://semver.org/spec/v2.
7
7
however, insignificant breaking changes does not guarantee a major version bump, see the reasoning [here](https://github.com/kyb3r/modmail/issues/319).
8
8
9
9
10
-
# v3.3.0-dev5
10
+
# v3.3.0-dev6
11
11
12
12
13
13
### Important
@@ -39,6 +39,8 @@ however, insignificant breaking changes does not guarantee a major version bump,
39
39
-`disabled_current_thread_title`
40
40
-`disabled_current_thread_response`
41
41
-`disabled_current_thread_footer`
42
+
- Ability to delete notes when providing their ID. (Thanks to papiersnipper PR#402)
43
+
- Ability to delete log entries. (Thanks to papiersnipper PR#402)
42
44
43
45
### Changed
44
46
@@ -62,6 +64,7 @@ however, insignificant breaking changes does not guarantee a major version bump,
62
64
- Eval commands are logged in debug logs.
63
65
- Presence updates 30 minutes instead of 45 now.
64
66
- Fixed an assortment of problems to do with block.
67
+
- Existing aliases can be used when creating new aliases. (Thanks to papiersnipper PR#402)
0 commit comments