Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
b7ac502
Update repository links for maintained fork
EtienneLescot Jun 15, 2026
1a17f8b
ci: prepare v1.5.0 release pipeline
EtienneLescot Jun 15, 2026
f3ec6b0
Fix video export stall when trim regions cause long decoder gaps
m8i-51 Jun 1, 2026
b2d59f4
Add merged PR issue bookkeeping
EtienneLescot Jun 19, 2026
48dfe74
Chain recording after source selection
EtienneLescot Jun 19, 2026
1668cf4
Address merged issue bookkeeping review
EtienneLescot Jun 19, 2026
6d02237
Add official OpenScreen links
EtienneLescot Jun 19, 2026
2cb982b
Refine official download guidance
EtienneLescot Jun 19, 2026
3aace18
Move official links near installation
EtienneLescot Jun 19, 2026
ff092fa
Make Discord PR sync optional
EtienneLescot Jun 19, 2026
5ed545b
Avoid failing PRs on Discord sync errors
EtienneLescot Jun 19, 2026
b2ef481
Merge branch 'main' into fix/export-stall-trim-region
EtienneLescot Jun 19, 2026
eb04f4e
Fix issue 3 app launch and UI bugs
EtienneLescot Jun 19, 2026
59cfe26
Guard duplicate HUD creation
EtienneLescot Jun 19, 2026
7790453
Fix duplicate app instances
EtienneLescot Jun 19, 2026
f38c881
Address source selector review feedback
EtienneLescot Jun 19, 2026
4a90d6c
Harden source selector rejection test
EtienneLescot Jun 19, 2026
92c45ac
Merge branch 'main' into fix/export-stall-trim-region
EtienneLescot Jun 19, 2026
4a6d4d0
Add regression test for encoder stall timeout
m8i-51 Jun 19, 2026
04f68ec
Merge remote-tracking branch 'mine/fix/export-stall-trim-region' into…
m8i-51 Jun 19, 2026
c81b38a
Remove redundant stall-timeout test, clarify regression rationale
m8i-51 Jun 19, 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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @siddharthvaddem
* @EtienneLescot
75 changes: 34 additions & 41 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,36 @@
# Pull Request Template

## Description
<!-- Briefly describe the purpose of this PR. -->

## Motivation
<!-- Explain why this change is needed. What problem does it solve? -->

## Type of Change
- [ ] New Feature
- [ ] Bug Fix
- [ ] Refactor / Code Cleanup
- [ ] Documentation Update
- [ ] Other (please specify)

## Related Issue(s)
<!-- Link to any related issue(s) (e.g., #123) -->

## Screenshots / Video
<!-- Include screenshots or a short video demonstrating the change. If the change adds a new UI feature, attach an image. If it adds functionality best shown via video, embed a video. -->

**Screenshot** (if applicable):

```markdown
![Screenshot Description](path/to/screenshot.png)
```

**Video** (if applicable):

```html
<video src="path/to/video.mp4" controls width="600"></video>
```
## Summary
<!-- Briefly describe the change. -->

## Related issue
<!-- Use "Fixes #123", "Closes #123", or "Resolves #123" only when this PR fully resolves the issue. -->
<!-- Use "Refs #123", "Related to #123", or "Part of #123" when this PR is partial and should not close the issue. -->

Fixes #

## Type of change
- [ ] Bug fix
- [ ] Feature
- [ ] Enhancement
- [ ] Documentation
- [ ] Refactor / maintenance
- [ ] Performance
- [ ] Security

## Release impact
- [ ] Patch
- [ ] Minor
- [ ] Major / breaking change
- [ ] No release note needed

## Desktop impact
- [ ] Windows
- [ ] macOS
- [ ] Linux
- [ ] Installer / packaging
- [ ] Not platform-specific

## Screenshots / video
<!-- Include screenshots or a short video for UI or visual changes. -->

## Testing
<!-- Describe how reviewers can test the changes. Include steps, commands, or environment setup. -->

## Checklist
- [ ] I have performed a self-review of my code.
- [ ] I have added any necessary screenshots or videos.
- [ ] I have linked related issue(s) and updated the changelog if applicable.

---
*Thank you for contributing!*
<!-- Describe how this was tested. Include commands, steps, or environment setup. -->
Loading