release v0.0.5

pull/1/head
samnyan 2020-01-19 23:37:17 +08:00
parent b0400c365c
commit cce2502990
2 changed files with 11 additions and 2 deletions

View File

@ -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**

View File

@ -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>