From b8aaae8c0362dddc56b8a4ab104ca7afb20fdf65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Mon, 4 Sep 2023 13:46:05 +0900 Subject: [PATCH 1/2] add tkinter-colored-logging-handlers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- assets/license/LICENSE | 31 +++++++++++++++++++++++++++++++ requirements.txt | Bin 1500 -> 1582 bytes 2 files changed, 31 insertions(+) diff --git a/assets/license/LICENSE b/assets/license/LICENSE index 1efd2d1..2b3caa4 100644 --- a/assets/license/LICENSE +++ b/assets/license/LICENSE @@ -5980,6 +5980,37 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +================================================================================ + + tkinter_colored_logging_handlers-0.0.3.dist-info + +================================================================================ + +MIT License + +Copyright (c) 2022 yuki + +https://yuki0311.com/ + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + + ================================================================================ tomli-2.0.1.dist-info diff --git a/requirements.txt b/requirements.txt index 63a8ef2d0c1817aa7b0b4b97a2393c59a93822f0..6c5401fa320f13ad09b3e2e1b5962e81f3632cfa 100644 GIT binary patch delta 87 zcmcb^y^d!?9; Date: Mon, 4 Sep 2023 13:46:53 +0900 Subject: [PATCH 2/2] update 5.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- DMMGamePlayerFastLauncher/static/env.py | 2 +- setup.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DMMGamePlayerFastLauncher/static/env.py b/DMMGamePlayerFastLauncher/static/env.py index 4d85c60..bca5d73 100644 --- a/DMMGamePlayerFastLauncher/static/env.py +++ b/DMMGamePlayerFastLauncher/static/env.py @@ -14,7 +14,7 @@ def dump(cls): class Env(Dump): - VERSION = "v5.0.2" + VERSION = "v5.0.3" RELEASE_VERSION = requests.get(UrlConfig.RELEASE_API).json().get("tag_name", VERSION) DEVELOP: bool = os.environ.get("ENV") == "DEVELOP" diff --git a/setup.iss b/setup.iss index cd651aa..7eabb0c 100644 --- a/setup.iss +++ b/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "DMMGamePlayerFastLauncher" -#define MyAppVersion "5.0.2" +#define MyAppVersion "5.0.3" #define MyAppPublisher "yuki" #define MyAppURL "https://github.com/fa0311/DMMGamePlayerFastLauncher" #define MyAppExeName "DMMGamePlayerFastLauncher.exe"