Skip to content

Commit fb060ab

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

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.14.4-1.2.0] - 2020-01-26
10+
11+
### Added
12+
- Localizaton for restricted messages.
13+
- Hover event with restricred message description.
14+
15+
### Fixed
16+
- Wrong op level for `pardon-ip` command.
17+
918
## [1.14.4-1.1.0.0] - 2020-01-18
1019

1120
### Added

update.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Core/releases/tag/v1.14.4-1.1.0.0",
2+
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Core/releases/tag/v1.14.4-1.2.0",
33
"1.14.4": {
4+
"1.14.4-1.2.0": " - Wrong op level for `pardon-ip` command fixed.\n - Localizaton for restricted messages added.\n - Hover event with restricred message description added.",
45
"1.14.4-1.0.1.0": " - Added cooldown and permission modules as not mandatory dependency.\n - Added configuration for native vanilla commands.\n - Implemented all vanilla commands.\n - Permission checking on all vanilla commands.\n - Cooldown checking on all vanilla commands.\n - Added NativeCommandUtils with ability to remove command.",
56
"1.14.4-1.0.3.2": " - Added JsonHelper.kt with jsonInstance.",
67
"1.14.4-1.0.3.1": " - Package name changed to correctly.\n - Added empty line after startup message.\n - Added logo file.\n - Fixed `cr` symbols in mod info.",
78
"1.14.4-1.0.3.0": " - Bumped kotlin, kotlinx serialization and forge version.\n - Improved build script.\n - Bumped dokka version. \n - Added compatibility with forge 28.1.X. \n - Improved logging on mod startup and on forge version incompatibility.",
89
"1.14.4-1.0.2.0": " - Fixed crash while dependency using CoreAPI."
910
},
1011
"promos": {
11-
"1.14.4-latest": "1.14.4-1.1.0.0",
12-
"1.14.4-recommended": "1.14.4-1.1.0.0"
12+
"1.14.4-latest": "1.14.4-1.2.0",
13+
"1.14.4-recommended": "1.14.4-1.2.0"
1314
}
1415
}

0 commit comments

Comments
 (0)