mirror of https://github.com/hykilpikonna/AquaDX
Bump version to 0.0.22
parent
6bc08d372e
commit
bbfcd5f158
20
README.md
20
README.md
|
@ -49,17 +49,27 @@ And DIVA screenshot will be save in data folder.
|
||||||
|
|
||||||
### Changelog:
|
### Changelog:
|
||||||
|
|
||||||
v0.021: **[This will do database update]**
|
v0.0.22: **[This will do database update]**
|
||||||
|
|
||||||
|
[chuni] Implement GetGameRankingApi
|
||||||
|
|
||||||
|
[maimai2] Enable isNetUser and implement UploadUserPhotoApi
|
||||||
|
|
||||||
|
[maimai2] Implement GetGameEventApi and UploadUserPlaylogApi
|
||||||
|
|
||||||
|
[chuni] Add game data: chara, skill, event, music, music level
|
||||||
|
|
||||||
|
v0.0.21: **[This will do database update]**
|
||||||
|
|
||||||
Update to Spring Boot 2.5
|
Update to Spring Boot 2.5
|
||||||
|
|
||||||
[maimai2] Experimental Splash Plus Support
|
[maimai2] Experimental Splash Plus Support
|
||||||
|
|
||||||
v0.020a:
|
v0.0.20a:
|
||||||
|
|
||||||
[chuni] Add game data: chara, skill, event, music, music level
|
[chuni] Add game data: chara, skill, event, music, music level
|
||||||
|
|
||||||
v0.020: **[This will do database update]**
|
v0.0.20: **[This will do database update]**
|
||||||
|
|
||||||
[chuni] Fix: make event popup to not show
|
[chuni] Fix: make event popup to not show
|
||||||
|
|
||||||
|
@ -67,13 +77,13 @@ v0.020: **[This will do database update]**
|
||||||
|
|
||||||
[maimai2] Fix play record saving when guest is involved
|
[maimai2] Fix play record saving when guest is involved
|
||||||
|
|
||||||
v0.019e:
|
v0.0.19e:
|
||||||
|
|
||||||
[chuni] Add game data: chara, skill, event, music, music level
|
[chuni] Add game data: chara, skill, event, music, music level
|
||||||
|
|
||||||
[ongeki] Add game data: event, music
|
[ongeki] Add game data: event, music
|
||||||
|
|
||||||
v0.019d:
|
v0.0.19d:
|
||||||
|
|
||||||
[chuni] Add game data: chara, skill, event, music, music level
|
[chuni] Add game data: chara, skill, event, music, music level
|
||||||
|
|
||||||
|
|
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.21-RELEASE</version>
|
<version>0.0.22-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