Added Telemetry Toggle

This commit is contained in:
2025-12-24 12:26:34 -05:00
parent 5b53612644
commit 8fe3a05d8b
4 changed files with 180 additions and 5 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ import requests
logger = logging.getLogger(__name__)
# Current application version - UPDATE THIS ON EACH RELEASE
__version__ = "1.0.0"
__version__ = "1.1.0"
# Gitea release API configuration
GITEA_API_BASE = "https://git.racooncity.org/api/v1"