diff --git a/CHANGELOG.md b/CHANGELOG.md index 42f8da19..3c0dbcd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## 0.0.42 - 2022-01-06 +- Add support for Maimai DX user profile picture. Thanks to Mikira Sora! +- Add support for O.N.G.E.K.I rival feature. Thanks to Mikira Sora! +- Add support for Chunithm New user song favorite feature. Thanks Jordo! +- Add new event and music data for O.N.G.E.K.I bright memory +- Add Maimai DX support for Card Maker 1.34. This includes DX Pass support for Maimai DX. +- Add an option to change ALL.Net shop name +- Fix startup check failure in some conditions +- Fix database migration for MySQL 8.0+ + ## 0.0.41a - 2022-12-05 - Add new event and music data for O.N.G.E.K.I bright memory diff --git a/docs/game_specific_notes.md b/docs/game_specific_notes.md index d29ed82d..9ab2cfd2 100644 --- a/docs/game_specific_notes.md +++ b/docs/game_specific_notes.md @@ -10,7 +10,7 @@ This document is for detailed game specific notes, if any. |Chunithm (Chusan)|SDHD |New Plus |A093 |Yes |Yes | |Chunithm |SDBT |Paradise Lost |A032 |Yes |Yes (Paradise) | |Maimai DX |SDEZ |Universe Plus |E061 |Yes |Yes | -|O.N.G.E.K.I |SDDT |Bright memory |A060 |Yes |Yes | +|O.N.G.E.K.I |SDDT |Bright memory |A064 |Yes |Yes | |Card Maker |SDED |1.34 |A030 |Yes |Yes | |Maimai |SDEY |Finale |? |No |? | |Project DIVA AFT |SBZV |? |? |No |? | @@ -86,11 +86,13 @@ Only JP variant is supported. * No TLS * No encryption -### Non-working features -* O.N.G.E.K.I +### Support status +* Chunithm New: Yes, New (2.00) +* Maimai DX: Yes, Universe (1.20) +* O.N.G.E.K.I: No ### Additional notes -* Currently, It only supports Chusan and Maimai DX gacha. Ongeki support will be added later. +* Only stated version above are supported. * Server does not consider gacha rarity and probability weight during card draw. * Server returns same hard-coded serial for each cards. This is intentional behavior. * Due to its high correlation with every game endpoints, this may cease to work after major game version up. \ No newline at end of file diff --git a/pom.xml b/pom.xml index 1e2acfe9..e523af18 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ icu.samnya aqua - 0.0.41a-RELEASE + 0.0.42-RELEASE Aqua Server A multipurpose game server