-
Notifications
You must be signed in to change notification settings - Fork 0
Phase 2/now playing #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
02588fd
fix: skip sentinel cache on Task cancellation to prevent false 'no ly…
tukuyomil032 eb55915
fix: center-align lyrics text by expanding Text to full container width
tukuyomil032 13128e6
fix: remove sentinel cache and album_name from search to restore lyri…
tukuyomil032 3c50e41
feat: add ATS exception for music.163.com (NetEase HTTP endpoint)
tukuyomil032 474e98e
fix: use empty Name field as Spotify ad indicator
tukuyomil032 de731a6
docs: add THIRD_PARTY_NOTICES.md for LyricsKit MPL-2.0
tukuyomil032 ef5d85c
feat: improve lyrics UI layout (Pattern D)
tukuyomil032 7add16b
feat: add LyricsKit fallback for lyrics not in LRCLIB
tukuyomil032 900a50a
fix: increase lyrics horizontal padding to prevent scaleEffect clipping
tukuyomil032 6225d24
fix: reject LyricsKit results with no Japanese characters for Japanes…
tukuyomil032 ee14423
fix: use uniform font weight to prevent line-wrap reflow on active state
tukuyomil032 5ce99fa
chore: bump MARKETING_VERSION to 0.3.0
tukuyomil032 7d87363
feat: add beta/stable detection to release workflow
tukuyomil032 1b4b27a
feat: support perch-beta.app build via PRODUCT_NAME for beta tags
tukuyomil032 c7c5674
fix: switch CI runner to macos-26 for Swift 6.2 support
tukuyomil032 4f09f69
fix: use macos-26 runner and support workflow_dispatch version input
tukuyomil032 0a956b9
fix: switch test.yml runner to macos-26 for Swift 6.2 support
tukuyomil032 1c32a54
fix: expose xcodebuild errors in CI logs
tukuyomil032 5cc40ec
fix: remove xcbeautify pipe to expose raw xcodebuild errors
tukuyomil032 bad1eae
fix: trust Swift macros (FrameworkToolbox) for Xcode 26 CI
tukuyomil032 e64120c
fix: skip package plugin/macro validation in Xcode 26 CI
tukuyomil032 0f9e0a6
chore: diagnose - raw xcodebuild output with -skipPackagePluginValida…
tukuyomil032 4f47ec9
fix: add -skipMacroValidation for Xcode 26 Swift macro trust in CI
tukuyomil032 623e51f
fix: rename perch.app to perch-beta.app post-archive instead of PRODU…
tukuyomil032 fb255e2
fix: derive x86_64 archive from universal via lipo (Swift Macro cross…
tukuyomil032 18a0fd1
fix: add tag_name to softprops/action-gh-release for workflow_dispatch
tukuyomil032 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| # Third-Party Notices | ||
|
|
||
| ## LyricsKit | ||
|
|
||
| - Source: https://github.com/MxIris-LyricsX-Project/LyricsKit | ||
| - License: Mozilla Public License 2.0 (MPL-2.0) | ||
| - Copyright: ddddxxx and LyricsX project contributors | ||
| - License text: https://www.mozilla.org/en-US/MPL/2.0/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: tukuyomil032/Perch
Length of output: 120
🌐 Web query:
GitHub Actions で利用可能な macOS ランナーの最新バージョンは何ですか?💡 Result:
2026年6月5日時点で、GitHub Actionsで利用可能な最新のmacOSランナーは「macos-26」です[1][2]。 GitHub ActionsのGitHubホスト型ランナーにおけるmacOS環境は、Appleシリコン(arm64)およびIntel(x64)の両アーキテクチャで提供されており、以下のラベルで利用可能です[2]。 ・macos-26:標準のmacOSランナー(arm64)[1][2] ・macos-26-intel:標準のmacOSランナー(x64)[1][2] ・macos-26-large:Largeランナー(x64)[1][2] ・macos-26-xlarge:Extra-largeランナー(arm64)[1][2] これらのランナーイメージは、GitHubの公式リポジトリ(actions/runner-images)で継続的に更新されており、OSのバージョンはmacos-26.4が採用されています[3][4][5]。なお、古いmacOS 14ランナーイメージについては deprecation(非推奨)が開始されており、将来的にサポートが終了する予定であるため、最新のmacos-26への移行が推奨されています[3][6]。
Citations:
🏁 Script executed:
Repository: tukuyomil032/Perch
Length of output: 105
🏁 Script executed:
Repository: tukuyomil032/Perch
Length of output: 139
🏁 Script executed:
Repository: tukuyomil032/Perch
Length of output: 139
🏁 Script executed:
Repository: tukuyomil032/Perch
Length of output: 4794
🏁 Script executed:
Repository: tukuyomil032/Perch
Length of output: 372
🏁 Script executed:
Repository: tukuyomil032/Perch
Length of output: 838
.github/workflows/release.yml:macos-26は問題なし、workflow_dispatchのversion入力をサニタイズ必須runs-on: macos-26は GitHub ホストランナーとして提供されているため、ランナー不存在による失敗懸念は不要です。Resolve versionステップのTAG="${{ github.event.inputs.version }}"はユーザー入力が bash 内でコマンド置換等として解釈され得るため、versionを厳密な正規表現で検証して不正入力を拒否してください(例:期待するタグ形式のみ許可)。🤖 Prompt for AI Agents