Added silent messaging feature

This commit is contained in:
Choco
2025-07-23 10:46:52 +08:00
parent e1fdbfe21a
commit c8fa4e561a
15 changed files with 32 additions and 207 deletions

View File

@@ -31,7 +31,7 @@ import subprocess
from io import BytesIO
ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
__version__ = "v2.7.2b1"
__version__ = "v2.7.2b2"
# URLs for update and migration
PYTHON_CMD_NAME = os.path.basename(sys.executable)