[PR #1465] [MERGED] Fix update loop between release #2124

Closed
opened 2026-02-27 21:15:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1465
Author: @DanielSvoboda
Created: 10/31/2024
Status: Merged
Merged: 10/31/2024
Merged by: @georgemoralis

Base: mainHead: main


📝 Commits (1)

  • 4c190ec Fix update loop between release

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 src/qt_gui/check_update.cpp (+3 -1)

📄 Description

If you use version release 0.4 which has autoUpdate, and check if there is an update for release, it will always inform you that there is a new update, as it was comparing 'commit' with 'version'

image

0.3.0 has no update, but I did this test by changing version, and if release was selected as the update channel, it will compare the 'version' and not the commit.
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/1465 **Author:** [@DanielSvoboda](https://github.com/DanielSvoboda) **Created:** 10/31/2024 **Status:** ✅ Merged **Merged:** 10/31/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`4c190ec`](https://github.com/shadps4-emu/shadPS4/commit/4c190eccca2b538238af6fce533212fb201810ff) Fix update loop between release ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/qt_gui/check_update.cpp` (+3 -1) </details> ### 📄 Description If you use version release 0.4 which has autoUpdate, and check if there is an update for release, it will always inform you that there is a new update, as it was comparing 'commit' with 'version' ![image](https://github.com/user-attachments/assets/32895cda-3f51-4355-9e9e-905cc4f5f832) 0.3.0 has no update, but I did this test by changing version, and if release was selected as the update channel, it will compare the 'version' and not the commit. ![image](https://github.com/user-attachments/assets/619ede0a-5375-4972-ba8d-1c0c15af095b) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:15:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2124
No description provided.