mirror of https://github.com/hykilpikonna/AquaDX
Bump version to 0.0.45a
parent
f35b7f407a
commit
f900de1997
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
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.45a - 2023-04-06
|
||||||
|
- Add final game data for Chunithm Sun
|
||||||
|
|
||||||
## 0.0.45 - 2023-03-31
|
## 0.0.45 - 2023-03-31
|
||||||
- Fix O.N.G.E.K.I event ranking on MySQL and MariaDB. Thanks to Mikira Sora!
|
- 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!
|
- Fix unreadable text when using non-latin character for Chunithm New team name. Thanks to Caxerx!
|
||||||
|
|
|
@ -47,7 +47,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "icu.samnya"
|
group = "icu.samnya"
|
||||||
version = "0.0.45-RELEASE"
|
version = "0.0.45a-RELEASE"
|
||||||
description = "Aqua Server"
|
description = "Aqua Server"
|
||||||
java.sourceCompatibility = JavaVersion.VERSION_17
|
java.sourceCompatibility = JavaVersion.VERSION_17
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ This document is for detailed game specific notes, if any.
|
||||||
|
|
||||||
| Name | Game ID | Latest supported version | Latest supported option | Actively supported | Requires patch |
|
| Name | Game ID | Latest supported version | Latest supported option | Actively supported | Requires patch |
|
||||||
| --- | --- | --- | --- | --- | --- |
|
| --- | --- | --- | --- | --- | --- |
|
||||||
|Chunithm (Chusan)|SDHD |Sun |A111 |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 |F051 |Yes |Yes |
|
||||||
|O.N.G.E.K.I |SDDT |Bright memory |A077 |Yes |Yes |
|
|O.N.G.E.K.I |SDDT |Bright memory |A077 |Yes |Yes |
|
||||||
|
|
Loading…
Reference in New Issue