Skip to content

Commit 45080b8

Browse files
committed
Added changelog.md.
Signed-off-by: Pavel Erokhin (MairwunNx) <[email protected]>
1 parent 584d87d commit 45080b8

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

changelog.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
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.0.2.0] - 2020-01-15
10+
11+
### Added
12+
- CurseForge link in `/cooldown about` command.
13+
- German translations by [@BixelPitch](https://github.com/BixelPitch)
14+
- `noinspections` in [build.gradle](./build.gradle) file.
15+
16+
### Changed
17+
- Updated essentials core dependency.
18+
- Simplified cooldown commands (from `/essentials cooldown` to `/cooldown`).
19+
- Now cooldown module not depends on Permissions module.
20+
- Debug information now prints in debug log, not info.
21+
- Usings optimal `JsonConfiguration` from core module.
22+
- Simplified code for creating directory.
23+
- Updated changelog in [update.json](./update.json).
24+
- Updated Permissions module dependency.
25+
- Updated gradle wrapper to `5.6.4`.
26+
- [build.gradle](./build.gradle) file cleanup.
27+
28+
### Removed
29+
- Redundant information logging.
30+
- Java plugin from build script.
31+
- Permissions from mandatory dependencies.
32+
33+
### Fixed
34+
- Package name. (**Break compatibility**)
35+
36+
## [1.14.4-1.0.1.0] - 2019-10-12
37+
38+
### Fixed
39+
- Fixed bug with not synchronizing cooldowns for command and command aliases.
40+
41+
## [1.14.4-1.0.0.0] - 2019-10-11
42+
43+
### Added
44+
- Initial release.

0 commit comments

Comments
 (0)