@@ -6,6 +6,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.15.2-1.1.0] - 2020-03-12
10+
11+ ### Added
12+ - AccessTransformers (for ` language ` field in ` ServerPlayerEntity ` class).
13+ - ` gson ` dependency added and included in mod bundle.
14+ - Localization configuration.
15+ - Localization API implemented.
16+ - ` hoverEventFrom ` in ` HoverEventExtensions ` implemented.
17+ - ` textComponentFrom ` in ` TextComponentExtensions ` implemented.
18+ - Localization configuration loading \ saving.
19+ - Localization processing (in-resources) files.
20+ - All vanilla commands have got safe localization.
21+ - ` throwOnlyPlayerCan ` and ` throwPermissionLevel ` added in ` ModErrorsHelper.kt ` .
22+ - ` BackLocation ` provider and command implemented.
23+ - Compatibility with back command added to ` teleport ` command. (** Experimental** )
24+ - ` IConfiguration ` interface for configurations.
25+
26+ ### Changed
27+ - Updated dependencies, updated module version.
28+ - Forge target version updated. * (to ` 28.2.X ` )*
29+ - ` JsonConfiguration ` compatibility to ` 0.20.0 ` version. ** !!! BREAKING CHANGE !!!**
30+ - ` ONLY_PLAYER_CAN ` and ` PERMISSION_LEVEL ` in ` ModErrorsHelper.kt ` now is deprecated.
31+ - Small logging output changes.
32+
33+ ### Fixed
34+ - Incorrect behavior for teleport alias ` /tp ` .
35+ - Crash when using ` deop ` when permissions module not exist command.
36+ - Incorrect vanilla op level checking.
37+
38+ ### Removed
39+ - Redundant ` @UseExperimental ` annotation from ` loadLocalization ` in ` localization.kt ` .
40+
41+
942## [ 1.15.2-1.0.0] - 2020-02-07
1043
1144### Added
0 commit comments