Skip to content

Commit 1ebc60a

Browse files
committed
Updated CHANGELOG.md.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent e212672 commit 1ebc60a

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9-
## [1.14.4-1.0.0.0]
9+
## [1.14.4-1.0.0.0] - 2020-01-12
1010

1111
### 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.
1220
- Implemented permission groups inheritance permissions.
13-
- This CHANGELOG.md file.
21+
- This [CHANGELOG.md](./CHANGELOG.md) file.
1422

1523
### 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.
1629
- [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.
1739

1840
## [1.14.4-0.2.0.0] - 2019-10-12
1941

0 commit comments

Comments
 (0)