mirror of https://github.com/hykilpikonna/AquaDX
Bump version to 0.0.46
parent
af74a9cc5d
commit
3f05b84c0f
|
@ -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.46 - 2023-04-25
|
||||||
|
- Add client serial validation option for All.Net PowerOn request. Thanks to Fleming Karlzett!
|
||||||
|
- Change Chunithm New userbox API to return sorted list. Thanks to Fleming Karlzett!
|
||||||
|
- Add new card, event and music data for O.N.G.E.K.I bright memory
|
||||||
|
- Add new event for Maimai DX Festival
|
||||||
|
- Update Spring boot to 2.7.11 and other dependencies
|
||||||
|
|
||||||
## 0.0.45a - 2023-04-06
|
## 0.0.45a - 2023-04-06
|
||||||
- Add game data for Chunithm Sun
|
- Add game data for Chunithm Sun
|
||||||
|
|
||||||
|
|
|
@ -13,10 +13,12 @@ billing.server.port=8443
|
||||||
## Please notice most games won't work with localhost or 127.0.0.1
|
## Please notice most games won't work with localhost or 127.0.0.1
|
||||||
#allnet.server.host=localhost
|
#allnet.server.host=localhost
|
||||||
#allnet.server.port=80
|
#allnet.server.port=80
|
||||||
allnet.server.check-keychip=false
|
|
||||||
## This is for some games that use shop name for in-game functions.
|
## This is for some games that use shop name for in-game functions.
|
||||||
## Specify the place name here if you need it. By default it is empty.
|
## Specify the place name here if you need it. By default it is empty.
|
||||||
#allnet.server.place-name=
|
#allnet.server.place-name=
|
||||||
|
## This enables client serial validation during power on request using keychip table in database.
|
||||||
|
## Only enable this if you know what you are doing.
|
||||||
|
#allnet.server.check-keychip=false
|
||||||
|
|
||||||
## Http Server Port
|
## Http Server Port
|
||||||
## Only change this if you have a reverse proxy running.
|
## Only change this if you have a reverse proxy running.
|
||||||
|
|
|
@ -9,8 +9,8 @@ This document is for detailed game specific notes, if any.
|
||||||
| --- | --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- | --- |
|
||||||
|Chunithm (Chusan)|SDHD |Sun |A152 |Yes |Yes |
|
|Chunithm (Chusan)|SDHD |Sun |A152 |Yes |Yes |
|
||||||
|Chunithm |SDBT |Paradise Lost |A032 |Yes |Yes (Paradise) |
|
|Chunithm |SDBT |Paradise Lost |A032 |Yes |Yes (Paradise) |
|
||||||
|Maimai DX |SDEZ |Festival |F051 |Yes |Yes |
|
|Maimai DX |SDEZ |Festival |F061 |Yes |Yes |
|
||||||
|O.N.G.E.K.I |SDDT |Bright memory |A077 |Yes |Yes |
|
|O.N.G.E.K.I |SDDT |Bright memory |A082 |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 |? |
|
||||||
|
|
Loading…
Reference in New Issue