mirror of https://github.com/hykilpikonna/AquaDX
Update README.md
parent
197e4ebab0
commit
55d9119e4f
21
README.md
21
README.md
|
@ -54,14 +54,23 @@ And DIVA screenshot will be save in data folder.
|
||||||
|
|
||||||
|
|
||||||
### Changelog:
|
### Changelog:
|
||||||
|
v0.0.12:
|
||||||
|
|
||||||
|
[ONGEKI] Save UserMissionPoint, UserTrainingRoom, UserGeneralData, GamePoint, GamePresent, GameReward to database
|
||||||
|
|
||||||
|
[ONGEKI] Add custom maintenance time to database
|
||||||
|
|
||||||
|
[ONGEKI] Save the battle point and rating info send by the game to database
|
||||||
|
|
||||||
|
[API] Read database from general table
|
||||||
|
|
||||||
v0.0.11a:
|
v0.0.11a:
|
||||||
|
|
||||||
[api] Add more ongeki feature
|
[API] Add more ongeki feature
|
||||||
|
|
||||||
v0.0.11: **[This will do database update]**
|
v0.0.11: **[This will do database update]**
|
||||||
|
|
||||||
[ongeki] Add support to ongeki plus
|
[ONGEKI] Add support to ongeki plus
|
||||||
|
|
||||||
v0.0.10: **[This will do database update]**
|
v0.0.10: **[This will do database update]**
|
||||||
|
|
||||||
|
@ -77,9 +86,9 @@ v0.0.10: **[This will do database update]**
|
||||||
|
|
||||||
v0.0.9: **[This will do database update]**
|
v0.0.9: **[This will do database update]**
|
||||||
|
|
||||||
[api] Fix rating fail to calculate due to lack of music level info
|
[API] Fix rating fail to calculate due to lack of music level info
|
||||||
|
|
||||||
[api] Move diva music list to database
|
[API] Move diva music list to database
|
||||||
|
|
||||||
[DIVA] Fix continue not work
|
[DIVA] Fix continue not work
|
||||||
|
|
||||||
|
@ -89,9 +98,9 @@ v0.0.8: **[This will do database update]**
|
||||||
|
|
||||||
[chuni] Fix a course table column
|
[chuni] Fix a course table column
|
||||||
|
|
||||||
[api] Force unlock diva session
|
[API] Force unlock diva session
|
||||||
|
|
||||||
[api] Get screenshot
|
[API] Get screenshot
|
||||||
|
|
||||||
v0.0.7: **[This will do database update]**
|
v0.0.7: **[This will do database update]**
|
||||||
|
|
||||||
|
|
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.11a-RELEASE</version>
|
<version>0.0.12-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