mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #3042] [MERGED] QT: AutoUpdate - Fix Changelog Error #3172
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3172
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3042
Author: @DanielSvoboda
Created: 6/5/2025
Status: ✅ Merged
Merged: 6/5/2025
Merged by: @georgemoralis
Base:
main← Head:Fix-Changelog-Error📝 Commits (1)
0d933b2QT: AutoUpdate - Fix Changelog Error📊 Changes
2 files changed (+6 additions, -6 deletions)
View changed files
📝
.github/workflows/build.yml(+3 -3)📝
src/qt_gui/check_update.cpp(+3 -3)📄 Description
Sometimes when trying to show the changelog, this print error appears, this PR fixes it
Technically speaking, two hashes were compared:
the hash of the executable:
88f6cb4d4197748c2dde637e3c9340823193228cand
the hash of the latest pre-release:
23710f3but the pre-release only had the simplified hash with 7 characters, and the executable had the full hash of 41 characters.
And sometimes GitHub simply couldn't make this comparison using the short hash.
Now the 'Tags' of the pre-release will contain the full hash, as in the image below:
I didn't change the 'name' of the pre-release, just the 'Tags', as this is the information that the github api returns.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.