Update v1.2.0

This commit is contained in:
2021-11-20 02:27:48 +01:00
parent 39422ac97d
commit 6711d44c59
8 changed files with 271 additions and 43 deletions

24
assets/updates.json Normal file
View File

@ -0,0 +1,24 @@
{
"1.0.0": {
"summary": "Initial release",
"details": [
"Initial release"
]
},
"1.1.0": {
"summary": "Update check & bug fixing",
"details": [
"Update check",
"Permanent notification changes",
"No sound is played anymore when starting the app"
]
},
"1.2.0": {
"summary": "Sauce & update list",
"details": [
"Added sauce information",
"Added notification after updated",
"Renamed one audio"
]
}
}