@@ -6,14 +6,36 @@ 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.0.0]
9
+ ## [ 1.14.4-1.0.0.0] - 2020-01-12
10
10
11
11
### Added
12
+ - CurseForge link for ` /perm about ` command.
13
+ - Compatibility with future versions of ` Cooldowns ` module.
14
+ - Detecting opped players (now all opped players have all permissions).
15
+ - ` ess_core_version ` and ` ess_cooldown_version ` variables to [ gradle.properties] ( ./gradle.properties ) .
16
+ - German translation by @BixelPitch .
17
+ - Serbian translation by @vr1e .
18
+ - Pull request temple to this repository by @huangyz0918 .
19
+ - Ability to use shorten permission nodes.
12
20
- Implemented permission groups inheritance permissions.
13
- - This CHANGELOG.md file.
21
+ - This [ CHANGELOG.md] ( ./CHANGELOG.md ) file.
14
22
15
23
### Changed
24
+ - [ readme.md] ( ./readme.md ) changed information for developers.
25
+ - Simplified permissions command to ` /permissions ` or ` /perm ` .
26
+ - Simplified ` JsonConfiguration ` in [ build.gradle] ( ./src/main/kotlin/com/mairwunnx/projectessentials/permissions/permissions/PermissionBase.kt ) .
27
+ - Updated kotlin runtime version.
28
+ - Updated forge version, bumped kotlinx serialization.
16
29
- [ build.gradle] ( ./build.gradle ) little file refactoring.
30
+ - PermissionData renamed to [ PermissionModel.kt] ( ./src/main/kotlin/com/mairwunnx/projectessentials/permissions/permissions/PermissionModel.kt ) .
31
+
32
+ ### Fixed
33
+ - Grammatical mistakes by @Aircoookie .
34
+ - Grammatical mistakes by @abhiroopwastaken .
35
+ - Incorrect permission node for /permission reload command.
36
+
37
+ ### Removed
38
+ - Redundant logger messages.
17
39
18
40
## [ 1.14.4-0.2.0.0] - 2019-10-12
19
41
0 commit comments