mirror of https://github.com/hykilpikonna/AquaDX
Bump version to 0.0.43
parent
9848512803
commit
feded44d81
|
@ -2,6 +2,11 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.0.43 - 2022-02-28
|
||||
- **From this version, a minimum Java version of 17 is required.**
|
||||
- Add new event, music, chara and card data for O.N.G.E.K.I bright memory
|
||||
- Change build system to Gradle
|
||||
|
||||
## 0.0.42a - 2022-01-30
|
||||
- Add new event and music data for O.N.G.E.K.I bright memory
|
||||
- Fix GetGameMessage response for Chunithm
|
||||
|
|
|
@ -48,7 +48,7 @@ dependencies {
|
|||
}
|
||||
|
||||
group = "icu.samnya"
|
||||
version = "0.0.42-RELEASE"
|
||||
version = "0.0.43-RELEASE"
|
||||
description = "Aqua Server"
|
||||
java.sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ This document is for detailed game specific notes, if any.
|
|||
|Chunithm (Chusan)|SDHD |New Plus |A093 |Yes |Yes |
|
||||
|Chunithm |SDBT |Paradise Lost |A032 |Yes |Yes (Paradise) |
|
||||
|Maimai DX |SDEZ |Universe Plus |E061 |Yes |Yes |
|
||||
|O.N.G.E.K.I |SDDT |Bright memory |A068 |Yes |Yes |
|
||||
|O.N.G.E.K.I |SDDT |Bright memory |A072 |Yes |Yes |
|
||||
|Card Maker |SDED |1.34 |A030 |Yes |Yes |
|
||||
|Maimai |SDEY |Finale |? |No |? |
|
||||
|Project DIVA AFT |SBZV |? |? |No |? |
|
||||
|
|
Loading…
Reference in New Issue