File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.14.4-1.1.0] - 2020-02-11
10
+
11
+ ### Added
12
+ - Cooldown module availability checking.
13
+ - ` /clear-chat ` command implementation.
14
+ - ` MuteAPI ` implementation.
15
+ - ` /mute ` command implementation.
16
+ - ` ChatModel.kt ` mute settings.
17
+ - ` defaultReason ` setting added into ` mute ` settings.
18
+ - ` ignoredPlayers ` setting added into ` mute ` settings.
19
+ - ` notifyAllAboutMute ` setting added into ` mute ` settings.
20
+ - Ignored players checking for mute.
21
+ - ` /unmute ` command implementation.
22
+ - ` /unmute-all ` command implementation.
23
+ - ` notifyAllAboutUnmuteAll ` setting added into ` mute ` settings.
24
+ - ` /muted-players ` command implementation.
25
+ - Saving muted players implementation.
26
+ - Localization for new commands.
27
+
28
+ ### Changed
29
+ - ` warpsConfig ` renamed to ` chatConfig ` in ` ChatModelUtils.kt ` .
30
+
31
+ ### Fixed
32
+ - Incorrect variable naming in ` ChatModelUtils.kt ` .
33
+ - Incorrect permissions checking in single player.
34
+
9
35
## [ 1.14.4-1.0.0] - 2020-02-08
10
36
11
37
### Changed
You can’t perform that action at this time.
0 commit comments