Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
0733c50
Fix automatic playback resume for PiP videos when closed
vordenken Apr 14, 2026
f5470b0
chore: update appcast for v2.1.0-beta
github-actions[bot] Apr 14, 2026
38043a5
Update semver.txt with new features and improvements for version 2.1.0
vordenken Apr 15, 2026
f7cda2d
Improve DMG signing process by using temporary key file and handling …
vordenken Apr 15, 2026
dbf03e6
chore: update appcast for v2.1.0-beta1
github-actions[bot] Apr 15, 2026
e7e6d8b
chore: update appcast for v2.1.0-beta2
github-actions[bot] Apr 15, 2026
e24f17a
chore: update appcast for v2.1.0-beta3
github-actions[bot] Apr 15, 2026
4db0a50
chore: update appcast for v2.1.0-beta4
github-actions[bot] Apr 15, 2026
31c7a8b
chore: update appcast for v2.1.0-beta5
github-actions[bot] Apr 15, 2026
568c899
chore: update appcast for v2.1.0-beta6
github-actions[bot] Apr 15, 2026
06fef74
chore: update appcast for v2.1.0-beta7
github-actions[bot] Apr 15, 2026
8ed8a61
chore: update appcast for v2.1.0-beta8
github-actions[bot] Apr 15, 2026
4d32963
Add event listeners to handle changes for auto-check, auto-download, …
vordenken Apr 15, 2026
14df1f9
Update BUILD.md with enhanced release workflow and semver.txt format …
vordenken Apr 15, 2026
9195c00
chore: update appcast for v2.1.0-beta9
github-actions[bot] Apr 15, 2026
774165c
Skip builds for commits authored by the GitHub Actions bot
vordenken Apr 15, 2026
141d5c8
Add concurrency settings to build-release workflow
vordenken Apr 15, 2026
95a58ee
Remove PiP event listener attachment logic from video elements (not a…
vordenken Apr 15, 2026
8779afa
Update semver.txt with new onboarding flow and automated build details
vordenken Apr 15, 2026
0dae9d4
chore: update appcast for v2.1.0-beta10
github-actions[bot] Apr 15, 2026
9133563
Move concurrency settings to the main build job
vordenken Apr 15, 2026
3591636
chore: update appcast for v2.1.0-beta11
github-actions[bot] Apr 15, 2026
b039309
Add beta release notices to appcast and release notes
vordenken Apr 15, 2026
fd8482d
chore: update appcast for v2.1.0-beta12
github-actions[bot] Apr 15, 2026
f0abe17
Update display version for beta releases in appcast
vordenken Apr 15, 2026
559dca8
chore: update appcast for v2.1.0-beta13
github-actions[bot] Apr 15, 2026
40163a7
Implement fallback for requestPictureInPicture API in togglePiP function
vordenken Jun 16, 2026
92d9acb
Update Sparkle dependency to version 2.9.3
vordenken Jun 16, 2026
1fb2e6f
chore: update appcast for v2.1.0-beta14
github-actions[bot] Jun 16, 2026
a98fc63
Update BUILD.md
vordenken Jun 16, 2026
3cf7be8
Update BUILD.md
vordenken Jun 16, 2026
2c2b273
Ignore specific paths in build workflow to optimize trigger conditions
vordenken Jun 16, 2026
81921bb
Refactor update handling to ensure automatic downloads are disabled w…
vordenken Jun 16, 2026
7f91735
Update auto-download toggle behavior to ensure it is unchecked and di…
vordenken Jun 16, 2026
fb2b306
fix blank issues in issue template configuration
vordenken Jun 16, 2026
0584c9a
Refactor build conditions to improve handling of bot-triggered commit…
vordenken Jun 16, 2026
38510ba
Move permissions declaration to the build job for clarity
vordenken Jun 16, 2026
26861b1
chore: update appcast for v2.1.0-beta15
github-actions[bot] Jun 16, 2026
16caaa2
chore: update appcast for v2.1.0-beta16
github-actions[bot] Jun 16, 2026
f89f1f0
chore: update appcast for v2.1.0-beta17
github-actions[bot] Jun 16, 2026
c3d1d82
chore: update appcast for v2.1.0-beta18
github-actions[bot] Jun 16, 2026
1dbb367
Refactor workflow to improve bot-triggered build handling and clarify…
vordenken Jun 16, 2026
44f7d29
chore: update appcast for v2.1.0-beta19
github-actions[bot] Jun 16, 2026
5a58d08
Update paths-ignore to simplify workflow triggers
vordenken Jun 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
name: "πŸ› Bug Report"
description: Report a bug or unexpected behavior
labels: [ "bug" ]
body:
- type: textarea
id: description
attributes:
label: Description
description: What happened? What did you expect to happen?
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: How can we reproduce the issue?
placeholder: |
1. Open YouTube in Safari
2. Play a video
3. Switch to another tab
4. ...
validations:
required: true
- type: input
id: macos-version
attributes:
label: macOS Version
placeholder: "e.g. 15.4"
validations:
required: true
- type: input
id: safari-version
attributes:
label: Safari Version
placeholder: "e.g. 18.3"
validations:
required: true
- type: input
id: app-version
attributes:
label: AutoPiP Version
description: Shown in the app menu under "About AutoPiP"
placeholder: "e.g. 2.0.0"
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Context
description: Screenshots, screen recordings, or anything else that might help.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "✨ Feature Request"
description: Suggest an idea or improvement
labels: [ "enhancement" ]
body:
- type: textarea
id: description
attributes:
label: Description
description: What would you like to see added or changed?
validations:
required: true
- type: textarea
id: use-case
attributes:
label: Use Case
description: Why is this feature useful? What problem does it solve?
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Have you considered any workarounds or alternative approaches?
23 changes: 23 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Description

<!-- Briefly describe the changes in this PR -->

## Type of Change

- [ ] πŸ› Bug fix
- [ ] ✨ New feature
- [ ] πŸ”§ Refactoring
- [ ] πŸ“ Documentation
- [ ] πŸ—οΈ CI/CD
- [ ] πŸ”’ Security

## Checklist

- [ ] I have tested my changes locally
- [ ] I have updated `semver.txt` (if this change affects the released version)
- [ ] My changes do not introduce new warnings or errors
- [ ] I have updated documentation where necessary

## Related Issues

<!-- Fixes #123, Relates to #456 -->
Loading