mirror of https://github.com/hykilpikonna/AquaDX
Bump version to 0.0.32
parent
bd97d572a3
commit
8746b4ba78
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
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.32 - 2022-03-19
|
||||||
|
- **This will do database update**
|
||||||
|
- Add static Web UI serving (for aquaviewer). Copy Aqua viewer files to `web` folder to use.
|
||||||
|
- Add Web API for Chunithm New
|
||||||
|
- Fix MariaDB/MySQL migration
|
||||||
|
|
||||||
## 0.0.31 - 2022-03-16
|
## 0.0.31 - 2022-03-16
|
||||||
- Add experimental support for Chunithm New Plus.
|
- Add experimental support for Chunithm New Plus.
|
||||||
|
|
||||||
|
|
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.31-RELEASE</version>
|
<version>0.0.32-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