mirror of https://github.com/hykilpikonna/AquaDX
Bump version to 0.0.28
parent
2881937edd
commit
89ce3442ff
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
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.28 - 2022-03-06
|
||||||
|
- Add handler for new AimeDB commands (0x0d, 0x13). This fixes aime or network instability for some games.
|
||||||
|
- For O.N.G.E.K.I, use last login date for event watched date. Previously it saved as a date from the year 2005 or 0000.
|
||||||
|
- Update dependencies.
|
||||||
|
|
||||||
## 0.0.27 - 2022-02-14
|
## 0.0.27 - 2022-02-14
|
||||||
- **This will do database update**
|
- **This will do database update**
|
||||||
- Add support for Maimai DX Universe!
|
- Add support for Maimai DX Universe!
|
||||||
|
|
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.27-RELEASE</version>
|
<version>0.0.28-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