mirror of https://github.com/hykilpikonna/AquaDX
Bump version to 0.0.38
parent
8f0bc3dc36
commit
c0678f52da
|
@ -2,6 +2,13 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## 0.0.38 - 2022-08-30
|
||||||
|
- Add partial support for Card Maker (1.34, Chunithm New only)
|
||||||
|
- Add new event and music data for O.N.G.E.K.I bright memory
|
||||||
|
- Fix issue that might lead some bugs on Maimai DX
|
||||||
|
- Change startup splash to include version and built time information
|
||||||
|
- Update Spring boot to 2.7.2 and other dependencies
|
||||||
|
|
||||||
## 0.0.37c - 2022-08-02
|
## 0.0.37c - 2022-08-02
|
||||||
- Add new event, music and music level data for O.N.G.E.K.I bright memory
|
- Add new event, music and music level data for O.N.G.E.K.I bright memory
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ This document is for detailed game specific notes, if any.
|
||||||
|Chunithm (Chusan)|SDHD |New Plus |- |Yes |Yes |
|
|Chunithm (Chusan)|SDHD |New Plus |- |Yes |Yes |
|
||||||
|Chunithm |SDBT |Paradise Lost |A032 |Yes |Yes (Paradise) |
|
|Chunithm |SDBT |Paradise Lost |A032 |Yes |Yes (Paradise) |
|
||||||
|Maimai DX |SDEZ |Universe Plus |E041 |Yes |Yes |
|
|Maimai DX |SDEZ |Universe Plus |E041 |Yes |Yes |
|
||||||
|O.N.G.E.K.I |SDDT |Bright memory |A044 |Yes |Yes |
|
|O.N.G.E.K.I |SDDT |Bright memory |A048 |Yes |Yes |
|
||||||
|Card Maker |SDED |1.34 |A030 |Yes |Yes |
|
|Card Maker |SDED |1.34 |A030 |Yes |Yes |
|
||||||
|Maimai |SDEY |Finale |? |No |? |
|
|Maimai |SDEY |Finale |? |No |? |
|
||||||
|Project DIVA AFT |SBZV |? |? |No |? |
|
|Project DIVA AFT |SBZV |? |? |No |? |
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>icu.samnya</groupId>
|
<groupId>icu.samnya</groupId>
|
||||||
<artifactId>aqua</artifactId>
|
<artifactId>aqua</artifactId>
|
||||||
<version>0.0.37c-RELEASE</version>
|
<version>0.0.38-RELEASE</version>
|
||||||
<name>Aqua Server</name>
|
<name>Aqua Server</name>
|
||||||
<description>A multipurpose game server</description>
|
<description>A multipurpose game server</description>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue