fix for quick update that occured

This commit is contained in:
2026-04-14 08:01:23 -07:00
parent 8655115cca
commit 8d922ecae9
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
# Version 1.4.1
- Fixed a recursive child loop
# Version 1.4.0 # Version 1.4.0
- This is potentially a save-changing release due to changes in how file paths and parameters are stored. Please update your project files to ensure compatibility - This is potentially a save-changing release due to changes in how file paths and parameters are stored. Please update your project files to ensure compatibility
+1 -1
View File
@@ -46,7 +46,7 @@ from PySide6.QtGui import QAction, QKeySequence, QIcon, QIntValidator, QDoubleVa
from PySide6.QtSvgWidgets import QSvgWidget # needed to show svgs when app is not frozen from PySide6.QtSvgWidgets import QSvgWidget # needed to show svgs when app is not frozen
CURRENT_VERSION = "1.4.0" CURRENT_VERSION = "1.4.1"
APP_NAME = "flares" APP_NAME = "flares"
API_URL = f"https://git.research.dezeeuw.ca/api/v1/repos/tyler/{APP_NAME}/releases" API_URL = f"https://git.research.dezeeuw.ca/api/v1/repos/tyler/{APP_NAME}/releases"
API_URL_SECONDARY = f"https://git.research2.dezeeuw.ca/api/v1/repos/tyler/{APP_NAME}/releases" API_URL_SECONDARY = f"https://git.research2.dezeeuw.ca/api/v1/repos/tyler/{APP_NAME}/releases"