Skip to content

Commit 85e6f9b

Browse files
committed
changelog.md and update.json updated.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 1d701e5 commit 85e6f9b

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

changelog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
### Added
1212
- Pull request template file created by [@ita07](https://github.com/ita07).
13-
- German translation added by [@1LiterZinalco](https://github.com/1LiterZinalco).
13+
- German translation by [@1LiterZinalco](https://github.com/1LiterZinalco).
1414
- Swedish translation by [@robbinworks](https://github.com/robbinworks).
1515
- Pt translation fixed and add french translation by [@dudangel](https://github.com/dudangel).
1616
- 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.
17+
- Resolved #2. (mention all players with `@all` in message.)
18+
- Permission `ess.chat.mention.all` for mention all players.
1919
- Chat messaging delay implemented.
2020
- Simple Anti-advertising implemented.
2121

@@ -35,8 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535
- Incorrect version, not matches semver regex.
3636

3737
### Removed
38-
- Resolved #1. Redundant checking on null removed.
39-
- Ability to self mention, when mentioned all players by you removed.
38+
- Resolved #1. Redundant checking on null.
39+
- Ability to self mention, when mentioned all players by you.
4040

4141
## [1.14.4-0.1.0 ~~.0~~] - 2019-10-18
4242

update.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Warps/releases/tag/v1.14.4-0.1.0.0",
2+
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Warps/releases/tag/v1.14.4-0.2.0",
33
"1.14.4": {
4+
"1.14.4-0.2.0": " - German translation added by @1LiterZinalco.\n - Swedish translation added by @robbinworks\n - Pt translation fixed and add french translation by @dudangel\n - Spanish translation by @drcabral\n - Resolved #2. (mention all players with `@all` in message added.)\n - Permission `ess.chat.mention.all` for mention all players added.\n - Chat messaging delay implemented.\n - Simple Anti-advertising implemented.\n - Essentials dependencies updated, build.gradle cleanup.\n - `kolinx-serialization` and kotlin runtime updated.\n - Forge version updated to `28.1.114`.\n - Version in mods.toml updated.\n - Permissions is not mandatory dependency.\n - `isCommonChat` function now is public.\n - `JsonConfiguration` simplified in `ChatModelUtils.kt`.\n - `ChatModelBase` renamed to `ChatModelUtils.kt`.\n - Using command block parameters as mention fixed (`@e` etc).\n - Quick reply on message when common chat enabled fixed.\n - Incorrect version, not matches semver regex fixed.\n - Resolved #1. Redundant checking on null removed.\n - Ability to self mention, when mentioned all players by you removed.",
45
"1.14.4-0.1.0.0": " - Initial release of Project Essentials Chat as Project Essentials part."
56
},
67
"promos": {
7-
"1.14.4-latest": "1.14.4-0.1.0.0",
8-
"1.14.4-recommended": "1.14.4-0.1.0.0"
8+
"1.14.4-latest": "1.14.4-0.2.0",
9+
"1.14.4-recommended": "1.14.4-0.2.0"
910
}
1011
}

0 commit comments

Comments
 (0)