File tree 2 files changed +14
-3
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
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
+
9
19
## [ 2.0.0-RC.2] - 2020-05-14
10
20
11
21
### Added
@@ -15,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
25
- ` org.json:json ` implementation/internal dependency.
16
26
- ` CommandAliases ` class with ` aliases ` hash map.
17
27
18
- ### Changes
28
+ ### Changed
19
29
- Kotlin serialization gradle plugin updated.
20
30
- ` mods.toml ` -> ` credits ` property value updated.
21
31
- 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
46
56
- Ability to configure some settings in game with command ` /configure-essentials <> <> ` .
47
57
- Permissions for back command after death.
48
58
49
- ### Changes
59
+ ### Changed
50
60
- Fully rewritten core module code, and module system.
51
61
- API breaking changes (not documented changes).
52
62
- Version number format now fully relative to semver.
Original file line number Diff line number Diff line change 1
1
{
2
2
"homepage" : " https://github.com/ProjectEssentials/ProjectEssentials-Core" ,
3
3
"1.14.4" : {
4
+ "2.0.0-RC.3" : " change log -> https://git.io/JfRlp" ,
4
5
"2.0.0-RC.2" : " change log -> https://git.io/JfBYX" ,
5
6
"2.0.0-RC.1" : " change log -> https://git.io/JfC5F"
6
7
},
7
8
"promos" : {
8
- "1.14.4-latest" : " 2.0.0-RC.2 " ,
9
+ "1.14.4-latest" : " 2.0.0-RC.3 " ,
9
10
"1.14.4-recommended" : " 2.0.0"
10
11
}
11
12
}
You can’t perform that action at this time.
0 commit comments