Skip to content

Commit 710f556

Browse files
committed
changelog.md updated.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent 1a21930 commit 710f556

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

changelog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)