Skip to content

Commit

Permalink
added changelog to version
Browse files Browse the repository at this point in the history
  • Loading branch information
Faraphel committed Jun 15, 2021
1 parent 646e931 commit 72cb0be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
get_extension = lambda file: file.split(".")[-1]

CREATE_NO_WINDOW = 0x08000000
VERSION = "0.8.2"
VERSION = "0.8.1"

def filecopy(src, dst):
with open(src, "rb") as f1:
Expand Down
8 changes: 4 additions & 4 deletions version
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "0.5",
"subversion": "2",
"changelog": "",
"download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.5.2/MKWF.v0.5.2.zip",
"version": "0.6",
"subversion": "0",
"changelog": "- The image of the score system explanation now have explain the star's color\n- Microsoft Visual C++ should now be included with the installer, avoiding an error with vcruntime140.dll\n- Update will now be detected by the installer when changing subversion (0.5.1 -> 0.5.2 will be detected)\n- A new file named \"error.log\" can now be generated when an error is occurring, helping debugging\n- Updated cx_freeze so that having special character in path don't cause issue (.exe version)\n- Fixed an issue where having a dump with a DATA directory would cause the installer to not work",
"download_bin": "https://github.com/Faraphel/MKWF-Install/releases/download/0.6/MKWF.v0.6.zip",
"updater_bin": "https://github.com/Faraphel/MKWF-Install/raw/master/Updater/Updater.zip"
}

0 comments on commit 72cb0be

Please sign in to comment.