File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 2.0.0-RC.3] - 2020-05-15
10+
11+ ### Added
12+ - ` list-max-elements-in-page ` setting added.
13+ - ` sendListAsMessage ` implemented in ` MessagingAPI.kt ` .
14+ - ` listAsResponse ` implemented in ` ServerMessagingAPI.kt ` .
15+
16+ ### Changed
17+ - Default permission resolution strategy improved.
18+
919## [ 2.0.0-RC.2] - 2020-05-14
1020
1121### Added
@@ -15,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1525- ` org.json:json ` implementation/internal dependency.
1626- ` CommandAliases ` class with ` aliases ` hash map.
1727
18- ### Changes
28+ ### Changed
1929- Kotlin serialization gradle plugin updated.
2030- ` mods.toml ` -> ` credits ` property value updated.
2131- Module logic have moved to ` ModuleObject.kt ` .
@@ -46,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4656- Ability to configure some settings in game with command ` /configure-essentials <> <> ` .
4757- Permissions for back command after death.
4858
49- ### Changes
59+ ### Changed
5060- Fully rewritten core module code, and module system.
5161- API breaking changes (not documented changes).
5262- Version number format now fully relative to semver.
Original file line number Diff line number Diff line change 11{
22 "homepage" : " https://github.com/ProjectEssentials/ProjectEssentials-Core" ,
33 "1.14.4" : {
4+ "2.0.0-RC.3" : " change log -> https://git.io/JfRlp" ,
45 "2.0.0-RC.2" : " change log -> https://git.io/JfBYX" ,
56 "2.0.0-RC.1" : " change log -> https://git.io/JfC5F"
67 },
78 "promos" : {
8- "1.14.4-latest" : " 2.0.0-RC.2 " ,
9+ "1.14.4-latest" : " 2.0.0-RC.3 " ,
910 "1.14.4-recommended" : " 2.0.0"
1011 }
1112}
You can’t perform that action at this time.
0 commit comments