Skip to content

Commit c7a4ea1

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

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

changelog.md

+27
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.14.4-1.0.4] - 2020-03-13
10+
11+
### Added
12+
- `sendMessage` in `Messaging.kt` implemented.
13+
- Localization processing.
14+
- Libraries added as dependency in `build.gradle`.
15+
- Libraries added for `1.14.4` branch.
16+
17+
### Changed
18+
- `CooldownCommand.kt` cleanup. Now usings new messaging API.
19+
- `UseExperimental` annotation replaced with `OptIn` in `CooldownConfig` `CooldownAPI.getCooldownTimeLeft`.
20+
- `sendMsg` replaced with `sendMessage`.
21+
- Forge updated to `28.2.0` version.
22+
- Kotlin updated to `1.3.70` version.
23+
- dokka updated to `0.10.1`.
24+
- kotlinx serialization updated to `0.20.0`.
25+
26+
### Fixed
27+
- Incorrect permissions checking.
28+
29+
### Removed
30+
- `UseExperimental` annotation from `CooldownConfig` class.
31+
- curseforge removed from dependency repositories.
32+
- `jitpack.io` maven repo removed from repositories in `build.gradle`.
33+
- `kotlin.Experimental` compiler arg removed from buildscript.
34+
- `Project Essentials` dependencies removed from buildscript.
35+
936
## [1.14.4-1.0.3] - 2020-02-08
1037

1138
### Changed

0 commit comments

Comments
 (0)