From 72cb0befc4898e7fce1aee36927ca64cb1ef2d6d Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Tue, 15 Jun 2021 21:49:06 +0200 Subject: [PATCH] added changelog to version --- source/definition.py | 2 +- version | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/definition.py b/source/definition.py index 42055fe..1c93c45 100644 --- a/source/definition.py +++ b/source/definition.py @@ -4,7 +4,7 @@ get_dir = lambda file: "/".join(file.replace("\\", "/").split("/")[:-1]) 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: diff --git a/version b/version index d53896f..8c60d8a 100644 --- a/version +++ b/version @@ -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" }