Last active
January 7, 2022 13:53
-
-
Save zozobalogh0817/3b2ef4e635f0e3b7a9a3ffe3c0a5d051 to your computer and use it in GitHub Desktop.
Version List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"versions": [ | |
{ | |
"latest": true, | |
"version": "v0.0.1.camel", | |
"updatePatchUrl": "https://transfer.sh/IIoXC0/Merger.exe", | |
"updaterUrl": "https://transfer.sh/9e4FIz/Updater.exe", | |
"changeLog": [ | |
"fix: change updater to non sizeable", | |
"fix: added progress form when downloading updater", | |
"feat: added progress percentage also to the header of the program so when the progress in the bg the user could still se the progress" | |
] | |
}, | |
{ | |
"latest": false, | |
"version": "v0.0.0.camel", | |
"updatePatchUrl": "https://transfer.sh/JY8R0i/Merger.exe", | |
"updaterUrl": "https://transfer.sh/8oV8DB/Updater.exe", | |
"changeLog": [ | |
"init: created base concept", | |
"fix: versions controling", | |
"fix: update form bug", | |
"fix: multiple versions are available", | |
"feat: information center", | |
"feat: update center & update client", | |
"feat: feedback center", | |
"fix: feedback dialog close after feedback sent", | |
"feat: check there is update at startup", | |
"fix: update avaible popup", | |
"feat: information center", | |
"feat: update center & update client", | |
"feat: feedback center" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment