|
| 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-0.2.0] - 2020-01-20 |
| 10 | + |
| 11 | +### Added |
| 12 | +- Pull request template file created by [@ita07](https://github.com/ita07). |
| 13 | +- German translation added by [@1LiterZinalco](https://github.com/1LiterZinalco). |
| 14 | +- Swedish translation by [@robbinworks](https://github.com/robbinworks). |
| 15 | +- Pt translation fixed and add french translation by [@dudangel](https://github.com/dudangel). |
| 16 | +- Spanish translation by [@drcabral](https://github.com/drcabral) |
| 17 | +- Resolved #2. (mention all players with `@all` in message added.) |
| 18 | +- Permission `ess.chat.mention.all` for mention all players added. |
| 19 | +- Chat messaging delay implemented. |
| 20 | +- Simple Anti-advertising implemented. |
| 21 | + |
| 22 | +### Changed |
| 23 | +- Essentials dependencies updated, build.gradle cleanup. |
| 24 | +- `kolinx-serialization` and kotlin runtime updated. |
| 25 | +- Forge version updated to `28.1.114`. |
| 26 | +- Version in mods.toml updated. |
| 27 | +- Permissions is not mandatory dependency. |
| 28 | +- `isCommonChat` function now is public. |
| 29 | +- `JsonConfiguration` simplified in `ChatModelUtils.kt`. |
| 30 | +- `ChatModelBase` renamed to `ChatModelUtils.kt`. |
| 31 | + |
| 32 | +### Fixed |
| 33 | +- Using command block parameters as mention (`@e` etc). |
| 34 | +- Quick reply on message when common chat enabled. |
| 35 | +- Incorrect version, not matches semver regex. |
| 36 | + |
| 37 | +### Removed |
| 38 | +- Resolved #1. Redundant checking on null removed. |
| 39 | +- Ability to self mention, when mentioned all players by you removed. |
| 40 | + |
| 41 | +## [1.14.4-0.1.0 ~~.0~~] - 2019-10-18 |
| 42 | + |
| 43 | +### Added |
| 44 | +- Initial release of Project Essentials Chat as Project Essentials part. |
0 commit comments