Fix incorrect STORAGE_ROOT setup; Add installation scripts

This commit is contained in:
2025-12-13 22:26:43 +08:00
parent 5ccf53b688
commit 563bb8fa6a
7 changed files with 663 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
"""Central location for the application version string."""
from __future__ import annotations
APP_VERSION = "0.1.4"
APP_VERSION = "0.1.5"
def get_version() -> str: