From 8d922ecae9a7a2d356aa3c33f34fbf415c8c4af3 Mon Sep 17 00:00:00 2001 From: Tyler Date: Tue, 14 Apr 2026 08:01:23 -0700 Subject: [PATCH] fix for quick update that occured --- changelog.md | 5 +++++ main.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 8602a06..d60845a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +# Version 1.4.1 + +- Fixed a recursive child loop + + # 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 diff --git a/main.py b/main.py index 8368c5d..c956df3 100644 --- a/main.py +++ b/main.py @@ -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 -CURRENT_VERSION = "1.4.0" +CURRENT_VERSION = "1.4.1" APP_NAME = "flares" 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"