mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #1518] [CLOSED] Update check #1874
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1874
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/PlayCover/PlayCover/pull/1518
Author: @Catta1997
Created: 6/19/2024
Status: ❌ Closed
Base:
develop← Head:update_check📄 Description
I thought to add an option to the contextual menu of an app to check for update.
When you click on "Check for update" PlayCover will search the app name on the library and then will compare the BundleID to find the correct one. When (and if) finded will compare the 2 version to detect if is new or not
Checking on startup and a tab are "expensive" since I have to check the update for each app and the only way I've found is to simulate a search, check the bundle ID (100% sure the app is the corrrect one) and check the version. I think that the best way to add it is to right click -> check update
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.