Skip to content

Commit c9fb4a0

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

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

changelog.md

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
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.1] - 2020-01-23
10+
11+
### Added
12+
- German support by [@BixelPitch](https://github.com/BixelPitch).
13+
- Checking on availability cooldown and permissions modules.
14+
- Compatibility with 1.1.0 and 1.1.0 permissions \ core module versions.
15+
16+
### Changed
17+
- Gradle wrapper updated to `5.6.4`.
18+
- `Kotlin` and `KotlinX Serialization` updated.
19+
- All essentials dependencies updated.
20+
- Variable naming in gradle.properties improved.
21+
- Version number updated.
22+
- Version number updated in `mods.toml` and `EntryPoint.kt`.
23+
- Usings `jsonInstance` from core module.
24+
25+
### Fixed
26+
- Double slash for command in logs.
27+
- Package naming.
28+
- Redundant logger messages.
29+
30+
### Removed
31+
- Java plugin from buildscript.
32+
- Permissions module from mandatory dependencies.
33+
- `UseExperimental` annotation for `SpawnModelBase` class.
34+
- `createConfigDirs` method in `SpawnModelBase` class.
35+
36+
## [1.14.4-1.1.0 ~~.0~~] - 2019-10-12
37+
38+
### Added
39+
- Logging loaded spawn data.
40+
- ProjectEssentials-Cooldown as dependencity.
41+
- Assigning aliases for Cooldown module.
42+
43+
## [1.14.4-1.0.1 ~~.0~~] - 2019-10-07
44+
45+
### Changed
46+
- Small mod behavior improvements.
47+
48+
## [1.14.4-1.0.0 ~~.2~~] - 2019-10-06
49+
50+
### Changed
51+
- Project Essentials Permissions API dependency updated.
52+
53+
## [1.14.4-1.0.0 ~~.1~~] - 2019-10-06
54+
55+
### Fixed
56+
- Some wrong meta information for mod.
57+
58+
## [1.14.4-1.0.0 ~~.0~~] - 2019-10-06
59+
60+
### Added
61+
- Initial release of Project Essentials Spawn as Project Essentials part.

0 commit comments

Comments
 (0)