mirror of https://github.com/hykilpikonna/AquaDX
Bump version to 0.0.45
parent
16e72a5967
commit
79dfd9f2fc
|
@ -2,6 +2,12 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.0.45 - 2023-03-31
|
||||
- Fix O.N.G.E.K.I event ranking on MySQL and MariaDB. Thanks to Mikira Sora!
|
||||
- Fix unreadable text when using non-latin character for Chunithm New team name. Thanks to Caxerx!
|
||||
- Add partial game data for Chunithm SUN. Thanks to dot nya!
|
||||
- Add new event and music data for O.N.G.E.K.I bright memory
|
||||
|
||||
## 0.0.44 - 2023-03-21
|
||||
- Add support for Maimai DX Festival. Thanks to anonymous for the help and testing.
|
||||
- Add support for Chunithm SUN. Thanks to anonymous for the help and testing.
|
||||
|
|
|
@ -47,7 +47,7 @@ dependencies {
|
|||
}
|
||||
|
||||
group = "icu.samnya"
|
||||
version = "0.0.44-RELEASE"
|
||||
version = "0.0.45-RELEASE"
|
||||
description = "Aqua Server"
|
||||
java.sourceCompatibility = JavaVersion.VERSION_17
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ This document is for detailed game specific notes, if any.
|
|||
|Chunithm (Chusan)|SDHD |Sun |A111 |Yes |Yes |
|
||||
|Chunithm |SDBT |Paradise Lost |A032 |Yes |Yes (Paradise) |
|
||||
|Maimai DX |SDEZ |Festival |F051 |Yes |Yes |
|
||||
|O.N.G.E.K.I |SDDT |Bright memory |A072 |Yes |Yes |
|
||||
|O.N.G.E.K.I |SDDT |Bright memory |A077 |Yes |Yes |
|
||||
|Card Maker |SDED |1.34 |A030 |Yes |Yes |
|
||||
|Maimai |SDEY |Finale |? |No |? |
|
||||
|Project DIVA AFT |SBZV |? |? |No |? |
|
||||
|
|
Loading…
Reference in New Issue