Fast-forward master to working and delete working #1
|
@ -1,5 +1,4 @@
|
||||||
## Features targeted for 20.2.0.0-alpha.3
|
## Features targeted for 20.2.0.0-alpha.3
|
||||||
* The initial minimal release of `[PlutoCommandParser]`
|
|
||||||
* `[PlutoLib]` Completely redo the ModLoader system
|
* `[PlutoLib]` Completely redo the ModLoader system
|
||||||
* The current implementation is a result of 5 years of feature creep
|
* The current implementation is a result of 5 years of feature creep
|
||||||
* Large scale API changes, however the general idea should stay the same
|
* Large scale API changes, however the general idea should stay the same
|
||||||
|
@ -40,3 +39,6 @@
|
||||||
* `[PlutoAudio]` Integrate the Audio API with the Stage API
|
* `[PlutoAudio]` Integrate the Audio API with the Stage API
|
||||||
* Improve upon the support of thread-local Pluto instances
|
* Improve upon the support of thread-local Pluto instances
|
||||||
* The long term goal is to allow an unlimited amount of Pluto applications at any given time
|
* The long term goal is to allow an unlimited amount of Pluto applications at any given time
|
||||||
|
|
||||||
|
## Features targeted for 20.2.0.0-alpha.5
|
||||||
|
* The initial minimal release of `[PlutoCommandParser]`
|
|
@ -1,3 +1,12 @@
|
||||||
|
## 20.2.0.0-alpha.3
|
||||||
|
* `[PlutoLib]` Removed `Severity`, use `SmartSeverity` instead
|
||||||
|
* `[PlutoLib]` Removed `TextIn`, `TextOut`, `ResourceImage` and `ResourceInputStream`
|
||||||
|
* `[PlutoLib]` Made `OutputSplitStream` public as it is now reusable
|
||||||
|
* `[PlutoLib]` Added the `@ConstantExpression` annotation
|
||||||
|
* `[PlutoLib]` Moved `cz.tefek.pluto.io.pluto.pp` to `cz.tefek.pluto.io.plutopackage`
|
||||||
|
* `[PlutoLib]` The `RAID#getIDOf` method now returns `OptionalInt` to avoid NPEs
|
||||||
|
* `[PlutoLib]` The transitive dependency JOML is now provided by `PlutoLib` instead of `PlutoStatic`
|
||||||
|
|
||||||
## 20.2.0.0-alpha.2
|
## 20.2.0.0-alpha.2
|
||||||
* `build.gradle` Extracted the version numbers into separate variables
|
* `build.gradle` Extracted the version numbers into separate variables
|
||||||
* `build.gradle` **[experimental]** `gradlew` should now automatically download JDK11 when needed
|
* `build.gradle` **[experimental]** `gradlew` should now automatically download JDK11 when needed
|
||||||
|
|
Loading…
Reference in New Issue