From 0ef456efc9a089eb23dd07203596324ad78f6b91 Mon Sep 17 00:00:00 2001 From: Faraphel Date: Wed, 16 Jun 2021 08:07:41 +0200 Subject: [PATCH 1/3] Update version --- version | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version b/version index 8c60d8a..3a2dae2 100644 --- a/version +++ b/version @@ -1,7 +1,7 @@ { - "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", + "version": "0.5", + "subversion": "1", + "changelog": "disabled update while fixing a bug with 0.6", "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" } From 28a01781229588a91773dee8ac597a265df5d755 Mon Sep 17 00:00:00 2001 From: Faraphel Date: Wed, 16 Jun 2021 08:54:50 +0200 Subject: [PATCH 2/3] fixed issue, reverting version to normal --- version | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version b/version index 3a2dae2..8c60d8a 100644 --- a/version +++ b/version @@ -1,7 +1,7 @@ { - "version": "0.5", - "subversion": "1", - "changelog": "disabled update while fixing a bug with 0.6", + "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" } From c1afe01157e5e4f358026f351ca63d5e1da074be Mon Sep 17 00:00:00 2001 From: Fynn Gutic <66220444+Fynn93@users.noreply.github.com> Date: Wed, 7 Jul 2021 13:46:00 +0200 Subject: [PATCH 3/3] Update requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee3e931..d81c940 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ requests -pillow \ No newline at end of file +pillow +cx_Freeze