Skip to content

Commit 918adec

Browse files
committed
changelog.md file added.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent aafe4ea commit 918adec

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

changelog.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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.

0 commit comments

Comments
 (0)