mirror of https://github.com/hykilpikonna/AquaDX
Bump version to 0.0.24
parent
46fc8921c0
commit
ccaef1b40d
22
README.md
22
README.md
|
@ -46,6 +46,28 @@ And DIVA screenshot will be save in data folder.
|
||||||
|
|
||||||
### Changelog:
|
### Changelog:
|
||||||
|
|
||||||
|
v0.0.24: **[This will do database update]**
|
||||||
|
|
||||||
|
[general] Set maintenance reboot date to far future
|
||||||
|
|
||||||
|
[ongeki] Limit maximum activityList entries
|
||||||
|
|
||||||
|
[maimai2] Add userGeneralData table
|
||||||
|
|
||||||
|
[ongeki] Fix wrong references in user tables
|
||||||
|
|
||||||
|
[maimai2] Implement proper player rate saving
|
||||||
|
|
||||||
|
[maimai2] Fix GetGameEvent Handler to return events to game
|
||||||
|
|
||||||
|
[maimai2] Add game events
|
||||||
|
|
||||||
|
[chuni] Remove unnecessary length info in GetGameRankingApi
|
||||||
|
|
||||||
|
[chuni] Add new music and music level data
|
||||||
|
|
||||||
|
[chuni] Use dynamic reboot time instead of fixed one
|
||||||
|
|
||||||
v0.0.23:
|
v0.0.23:
|
||||||
|
|
||||||
[aimedb] Add FeliCaLookup2 mode
|
[aimedb] Add FeliCaLookup2 mode
|
||||||
|
|
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.23-RELEASE</version>
|
<version>0.0.24-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