update to 2026.05.12, removed old code and depency requests, minirs changes to file and start of a better display handler for popuup message box in futue release

This commit is contained in:
Xgui4 Studio
2026-05-13 00:51:28 -04:00
parent 4b448901cd
commit 4818b8d94d
17 changed files with 51 additions and 134 deletions

View File

@@ -7,7 +7,7 @@ build-backend = "hatchling.build"
[project]
name = "LCE-Qt-Launcher"
version = "26.5.11a0"
version = "26.5.12a0"
description = "This is a custom Free/Libre Minecraft LCE Launcher written in Python and Qt. (Nightly Build)"
requires-python = ">3.10, <3.13"
license = "GPL-3.0-or-later"
@@ -16,7 +16,6 @@ license-files = [ "license.md" ]
dependencies = [
"PySide6>=6.11.0; sys_platform == 'win32' or sys_platform == 'linux' or sys_platform == 'darwin'",
"requests>=2.33.1",
"platformdirs",
"rich>=15.0.0",
"hatch<=1.16.5",
@@ -77,12 +76,11 @@ files = [
"src/lce_qt_launcher/managers/instance.py",
"src/lce_qt_launcher/managers/system_manager.py",
"src/lce_qt_launcher/managers/steam_manager.py",
"src/lce_qt_launcher/managers/proton_manager.py",
"src/lce_qt_launcher/managers/mod_manager.py",
"src/lce_qt_launcher/managers/import_manager.py",
"src/lce_qt_launcher/managers/skin_manager.py",
"src/lce_qt_launcher/managers/display_manager.py",
"src/lce_qt_launcher/models/__init__.py",
"src/lce_qt_launcher/models/image_class.py",
"src/lce_qt_launcher/models/preferences.py",
"src/lce_qt_launcher/models/theme.py",
"src/lce_qt_launcher/utils/__init__.py",