mirror of https://github.com/hykilpikonna/AquaDX
release v0.0.5
parent
b0400c365c
commit
cce2502990
11
README.md
11
README.md
|
@ -41,8 +41,17 @@ And DIVA screenshot will be save in data folder.
|
||||||
|
|
||||||
|
|
||||||
### Changelog:
|
### Changelog:
|
||||||
|
v0.0.5:
|
||||||
|
[aimedb] fix some card number causing overflow
|
||||||
|
[chuni] fix unique key constraint , fix #1
|
||||||
|
[API] allow input space in aime request
|
||||||
|
|
||||||
v0.0.3: Add database migration tool. If you are running on a old version, I encourage you to delete the old database and generate a new one.
|
v0.0.4:
|
||||||
|
[chuni] Fix user item being overwritten
|
||||||
|
[API] Fix record id not being return.
|
||||||
|
|
||||||
|
v0.0.3:
|
||||||
|
Add database migration tool. If you are running on a old version, I encourage you to delete the old database and generate a new one.
|
||||||
|
|
||||||
### Credit:
|
### Credit:
|
||||||
* **samnyan**
|
* **samnyan**
|
||||||
|
|
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.3-SNAPSHOT</version>
|
<version>0.0.5-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