|
| 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