mirror of https://github.com/hykilpikonna/AquaDX
Bump version to 0.0.39
parent
0008553453
commit
7e0c2ce3fe
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
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.39 - 2022-11-08
|
||||||
|
- Add new event data for Chunithm New Plus
|
||||||
|
- Add new event and music data for O.N.G.E.K.I bright memory
|
||||||
|
- Fix O.N.G.E.K.I user data export and import to include bright memory data. Thanks to rin sama!
|
||||||
|
|
||||||
## 0.0.38b - 2022-09-27
|
## 0.0.38b - 2022-09-27
|
||||||
- Add new event and music data for O.N.G.E.K.I bright memory
|
- Add new event and music data for O.N.G.E.K.I bright memory
|
||||||
|
|
||||||
|
@ -30,7 +35,7 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## 0.0.36 - 2022-06-01
|
## 0.0.36 - 2022-06-01
|
||||||
- Add new event and music data for O.N.G.E.K.I bright memory
|
- Add new event and music data for O.N.G.E.K.I bright memory
|
||||||
- Fix rating drop under some conditions on Chunithn New Plus
|
- Fix rating drop under some conditions on Chunithm New Plus
|
||||||
|
|
||||||
## 0.0.35 - 2022-05-16
|
## 0.0.35 - 2022-05-16
|
||||||
- Add new event, music and card data for O.N.G.E.K.I bright memory
|
- Add new event, music and card 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 |A001 |Yes |Yes |
|
|Chunithm (Chusan)|SDHD |New Plus |A001 |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 |A052 |Yes |Yes |
|
|O.N.G.E.K.I |SDDT |Bright memory |A056 |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.38b-RELEASE</version>
|
<version>0.0.39-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