Skip to content

Commit db07bde

Browse files
committed
Change log added, improved mods.toml and created updatev2.json.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent b9d32c7 commit db07bde

File tree

3 files changed

+35
-7
lines changed

3 files changed

+35
-7
lines changed

changelog.md

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

77
## [Unreleased]
88

9-
### *[2.0.0-RC.1+MC-1.14.4] - 2020-04-XX*
9+
### [2.0.0-RC.1] - 2020-05-09
1010

11-
Relative https://github.com/orgs/ProjectEssentials/projects/3
11+
*Note: it is not full list with changes!*
12+
13+
### Added
14+
- Short aliases for basic commands, weather, gamemode, etc.
15+
- Ability to configure some settings in game with command `/configure-essentials <> <>`.
16+
- Permissions for back command after death.
1217

1318
### Changes
19+
- Fully rewritten core module code, and module system.
20+
- API breaking changes (not documented changes).
21+
- Version number format now fully relative to semver.
22+
- Updated kotlin runtime to the latest version.
23+
- Now as updater file uses `updatev2.json`.
24+
- Almost all permissions nodes was renamed.
25+
- Permissions system was changed, and now no one module dependents on permissions module.
1426

15-
- https://github.com/ProjectEssentials/ProjectEssentials-Core/compare/v1.14.4-1.3.0...MC-1.14.4
27+
### Removed
28+
- Redundant logger information spamming in common logger. Now it redirected to debug logger.
29+
30+
### Fixed
31+
- Back command incorrect behavior was fixed after death.
32+
- Safe localization random bugs probably fixed.
1633

1734
## [1.14.4-1.3.0] - 2020-03-12
1835

src/main/resources/META-INF/mods.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ issueTrackerURL="https://github.com/ProjectEssentials/ProjectEssentials-Core/iss
77
modId="project_essentials_core"
88
version="${file.jarVersion}"
99
displayName="Project Essentials Core"
10-
updateJSONURL="https://raw.githubusercontent.com/ProjectEssentials/ProjectEssentials-Core/MC-1.14.4/update.json"
10+
updateJSONURL="https://raw.githubusercontent.com/ProjectEssentials/ProjectEssentials-Core/MC-1.14.4/updatev2.json"
1111
displayURL="https://github.com/ProjectEssentials/ProjectEssentials-Core"
12-
credits="Thanks JetBrains for Intellij IDEA license!"
12+
credits="hujle, JetBrains, all forge developers"
1313
authors="MairwunNx (Pavel Erokhin)"
1414
description='''
15-
Project Essentials Core API - core module for Essentials;
16-
Just API with common code for Project Essentials developers.
15+
API for creating modules of Project Essentials and reduce code duplication,
16+
also core module contains kotlin runtime and libraries. Also contains some
17+
settings for vanilla commands and events.
1718
'''
1819

1920
[[dependencies.project_essentials_core]]

updatev2.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"homepage": "https://github.com/ProjectEssentials/ProjectEssentials-Core",
3+
"1.14.4": {
4+
"2.0.0-RC.1": "change log -> https://git.io/JfC5F"
5+
},
6+
"promos": {
7+
"1.14.4-latest": "2.0.0-RC.1",
8+
"1.14.4-recommended": "2.0.0"
9+
}
10+
}

0 commit comments

Comments
 (0)