[PR #1117] [CLOSED] Add newer versions to Bug Report template #1817

Closed
opened 2026-03-03 19:09:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/1117
Author: @zanderp25
Created: 10/2/2023
Status: Closed

Base: developHead: patch-3


📝 Commits (10+)

  • 909df74 Add sparkle updat push to CI
  • bd83a90 Merge branch 'PlayCover:develop' into develop
  • f1caffe add workflow_dispatch to the build actions
  • 645eab2 fix: wait until build job is done to start sparkle job
  • 5882807 fix: invalid yaml structure
  • d6c3726 fix: invalid yaml structure
  • d16fddb load config from .config
  • d7896f2 fix swift lint
  • a9f9cb2 Better clear app preferences error checking
  • 6d914c7 Merge branch 'Candygoblen123/develop' into Staging-1.1.0

📊 Changes

33 files changed (+690 additions, -54 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/BUG-REPORT.yml (+4 -1)
📝 .github/workflows/1.build_release.yml (+56 -13)
📝 .github/workflows/2.nightly_release.yml (+50 -0)
📝 Cartfile (+1 -1)
📝 Cartfile.resolved (+1 -1)
📝 PlayCover.xcodeproj/project.pbxproj (+8 -4)
📝 PlayCover/Info.plist (+2 -2)
📝 PlayCover/Model/AppSettings.swift (+25 -0)
📝 PlayCover/Utils/PlayTools.swift (+3 -3)
PlayCover/Utils/URLHandler.swift (+101 -0)
📝 PlayCover/Views/App Views/PlayAppView.swift (+1 -0)
📝 PlayCover/Views/AppSettingsView.swift (+22 -1)
📝 PlayCover/Views/MainView.swift (+7 -1)
📝 PlayCover/Views/PlayCoverApp.swift (+1 -12)
📝 PlayCover/Views/Settings/IPASourceSettings.swift (+10 -0)
📝 PlayCover/Views/Sidebar Views/IPALibraryView.swift (+8 -0)
📝 PlayCover/ca.lproj/Localizable.strings (+27 -0)
📝 PlayCover/de.lproj/Localizable.strings (+24 -1)
📝 PlayCover/en.lproj/Localizable.strings (+3 -0)
📝 PlayCover/es.lproj/Localizable.strings (+23 -0)

...and 13 more files

📄 Description

Since Sonoma is out of beta, I added it to the list.
Since 2.0.2 is outdated, I removed it from the list and added 3.0 and 2.0.5


🔄 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/PlayCover/PlayCover/pull/1117 **Author:** [@zanderp25](https://github.com/zanderp25) **Created:** 10/2/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `patch-3` --- ### 📝 Commits (10+) - [`909df74`](https://github.com/PlayCover/PlayCover/commit/909df74f43b43cbdbcbc9a201ee16314072a6847) Add sparkle updat push to CI - [`bd83a90`](https://github.com/PlayCover/PlayCover/commit/bd83a90df5331bdb41721480ec88c60a7ac3b369) Merge branch 'PlayCover:develop' into develop - [`f1caffe`](https://github.com/PlayCover/PlayCover/commit/f1caffe4014e55f96b4f7908d1713f4d59a8ddb1) add workflow_dispatch to the build actions - [`645eab2`](https://github.com/PlayCover/PlayCover/commit/645eab250edeb5b44a4cbd446b15bb5c44c1e04d) fix: wait until build job is done to start sparkle job - [`5882807`](https://github.com/PlayCover/PlayCover/commit/5882807b4e4d40e7fe0d4134799422fa678625a3) fix: invalid yaml structure - [`d6c3726`](https://github.com/PlayCover/PlayCover/commit/d6c37265cd51827c676db30c6ee585855b3cd602) fix: invalid yaml structure - [`d16fddb`](https://github.com/PlayCover/PlayCover/commit/d16fddbe691d9161796be8c6752b954cb4d10651) load config from .config - [`d7896f2`](https://github.com/PlayCover/PlayCover/commit/d7896f2d9be773a8f9e0de2fadab8b89a4e19699) fix swift lint - [`a9f9cb2`](https://github.com/PlayCover/PlayCover/commit/a9f9cb2c9766416fac8c720335701ef88392c706) Better clear app preferences error checking - [`6d914c7`](https://github.com/PlayCover/PlayCover/commit/6d914c76c075197c40ee8b4e29c3040e2404bc1c) Merge branch 'Candygoblen123/develop' into Staging-1.1.0 ### 📊 Changes **33 files changed** (+690 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/BUG-REPORT.yml` (+4 -1) 📝 `.github/workflows/1.build_release.yml` (+56 -13) 📝 `.github/workflows/2.nightly_release.yml` (+50 -0) 📝 `Cartfile` (+1 -1) 📝 `Cartfile.resolved` (+1 -1) 📝 `PlayCover.xcodeproj/project.pbxproj` (+8 -4) 📝 `PlayCover/Info.plist` (+2 -2) 📝 `PlayCover/Model/AppSettings.swift` (+25 -0) 📝 `PlayCover/Utils/PlayTools.swift` (+3 -3) ➕ `PlayCover/Utils/URLHandler.swift` (+101 -0) 📝 `PlayCover/Views/App Views/PlayAppView.swift` (+1 -0) 📝 `PlayCover/Views/AppSettingsView.swift` (+22 -1) 📝 `PlayCover/Views/MainView.swift` (+7 -1) 📝 `PlayCover/Views/PlayCoverApp.swift` (+1 -12) 📝 `PlayCover/Views/Settings/IPASourceSettings.swift` (+10 -0) 📝 `PlayCover/Views/Sidebar Views/IPALibraryView.swift` (+8 -0) 📝 `PlayCover/ca.lproj/Localizable.strings` (+27 -0) 📝 `PlayCover/de.lproj/Localizable.strings` (+24 -1) 📝 `PlayCover/en.lproj/Localizable.strings` (+3 -0) 📝 `PlayCover/es.lproj/Localizable.strings` (+23 -0) _...and 13 more files_ </details> ### 📄 Description Since Sonoma is out of beta, I added it to the list. Since 2.0.2 is outdated, I removed it from the list and added 3.0 and 2.0.5 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:09:07 +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/PlayCover#1817
No description provided.