mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #1882] [MERGED] Fix button Changelog #2362
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#2362
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/1882
Author: @DanielSvoboda
Created: 12/25/2024
Status: ✅ Merged
Merged: 12/25/2024
Merged by: @georgemoralis
Base:
main← Head:patch-1📝 Commits (1)
3d246ccFix button changelog📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
src/qt_gui/check_update.cpp(+3 -3)📄 Description
If you are using pre-release, the view changelog button should not appear.
Should not appear because the WIP will always be more up to date than the release, so if you try to update from WIP to release there should be no changelog
In PR 1465 I had made a correction to compare the 'version' in the release channel instead of the 'hash' of the commit so as not to cause a loop when trying to update between releases, and this ended up impacting this other comparison. Because before it was comparing if it started with the letter 'v' in the release channel, but now both start with 'v'. So now it will compare if they contain the word 'WIP' at the end.
As you can see in the print, it now works correctly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.