File tree Expand file tree Collapse file tree 3 files changed +35
-7
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +35
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ]]
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments