mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 11:02:13 +08:00
Bump version to 0.0.26
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -2,6 +2,17 @@
|
|||||||
|
|
||||||
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.26 - 2021-12-26
|
||||||
|
|
||||||
|
- **This will do database update**
|
||||||
|
- Add support for O.N.G.E.K.I bright!
|
||||||
|
- Disabled O.N.G.E.K.I Red Plus login announcements. You can now create new account without numerous event popups.
|
||||||
|
- Delete some non-user-obtainable cards. This was available in card gacha if you were lucky, and made game crash if you did. Special thanks to htk030 for this.
|
||||||
|
- Improve some documentations. Like what you seeing right now.
|
||||||
|
- Fix typo in AimeDB lookup handler.
|
||||||
|
- Change some mismatches, and delete previous backup tables in Sqlite DB.
|
||||||
|
- Update dependencies, which includes fixed version for log4j and logback vulnerbilities.
|
||||||
|
|
||||||
## 0.0.25 - 2021-11-30
|
## 0.0.25 - 2021-11-30
|
||||||
|
|
||||||
- **This will do database update**
|
- **This will do database update**
|
||||||
|
|||||||
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.25-RELEASE</version>
|
<version>0.0.26-RELEASE</version>
|
||||||
<name>Aqua Server</name>
|
<name>Aqua Server</name>
|
||||||
<description>A multipurpose game server</description>
|
<description>A multipurpose game server</description>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user