File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+
7+ ## [ Unreleased]
8+
9+ ## [ 1.14.4-1.1.0] - 2020-01-23
10+
11+ ### Added
12+ - German support by [ @BixelPitch ] ( https://github.com/BixelPitch ) .
13+ - Checks for availability ` cooldown ` and ` permissions ` modules.
14+ - Compatibility with core ` 1.1.0.0 ` and permissions ` 1.1.0.0 ` .
15+ - Checking on already exist home.
16+ - ` override ` argument for overriding existing home.
17+ - Removing previous home if override enabled.
18+
19+ ### Changed
20+ - Gradle wrapper version updated.
21+ - Java plugin removed from buildscript.
22+ - Project Essentials dependencies updated.
23+ - Kotlin and Kotlinx Serialization dependencies updated.
24+ - ` gradle.properties ` variable naming improved.
25+ - Usings ` jsonInstance ` from core module.
26+
27+ ### Fixed
28+ - Issue tracker url in ` mods.toml ` file.
29+
30+ ### Removed
31+ - Permissions module from mandatory dependencies.
32+ - Redundant logger messages.
33+ - Kotlin compiler option ` -Xuse-experimental ` from buildscript.
34+ - ` createConfigDirs ` method from ` StorageBase ` .
35+ - ` UseExperimental ` annotation for ` StorageBase ` class.
36+
37+ ## [ 1.14.4-1.0.0~~ .0~~ ] - 2019-10-13
38+
39+ ### Added
40+ - Initial release of Project Essentials Home as Project Essentials part.
You can’t perform that action at this time.
0 commit comments