File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,33 @@ 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.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
+
9
36
## [ 1.14.4-1.0.3] - 2020-02-08
10
37
11
38
### Changed
You can’t perform that action at this time.
0 commit comments