File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 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
66
77## [ Unreleased]
88
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+
935## [ 1.14.4-1.0.0] - 2020-02-08
1036
1137### Changed
You can’t perform that action at this time.
0 commit comments