From 52be28bb6cfc9f5b3cf3080593c400738a830602 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Feb 2025 16:30:53 +0000 Subject: [PATCH 1/3] Update version.json with commit count --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 55d5b20..321aa0c 100644 --- a/version.json +++ b/version.json @@ -8,5 +8,5 @@ "https://raw.githubusercontent.com/nixietab/picodulce/main/marroc.py", "https://raw.githubusercontent.com/nixietab/picodulce/main/holiday.ico" ], - "versionBleeding": "0.11.9-151" + "versionBleeding": "0.11.9-152" } From 47a843c66934af0a757e954c7765d7e2c63e478c Mon Sep 17 00:00:00 2001 From: refrigerador67 <96502023+refrigerador67@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:38:57 -0300 Subject: [PATCH 2/3] Removed popup at latest version when checking updates at startup --- picodulce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picodulce.py b/picodulce.py index 10f0772..c087900 100644 --- a/picodulce.py +++ b/picodulce.py @@ -1226,7 +1226,7 @@ class PicomcVersionSelector(QWidget): # Download and apply the update self.download_update(remote_version_info) else: - QMessageBox.information(self, "Up to Date", "You already have the latest version!") + print(f"You already have the latest version!") else: logging.error("Failed to read local version information.") QMessageBox.critical(self, "Error", "Failed to check for updates.") From c48a193d9aa1d6544280fc12e105f07360906ba7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Feb 2025 16:39:08 +0000 Subject: [PATCH 3/3] Update version.json with commit count --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 321aa0c..316f050 100644 --- a/version.json +++ b/version.json @@ -8,5 +8,5 @@ "https://raw.githubusercontent.com/nixietab/picodulce/main/marroc.py", "https://raw.githubusercontent.com/nixietab/picodulce/main/holiday.ico" ], - "versionBleeding": "0.11.9-152" + "versionBleeding": "0.11.9-154" }