Skip to content

feat: add video file support (mp4, mov, webm)#84

Merged
Addono merged 2 commits into
Addono:mainfrom
mfbx9da4:feat/video-support
May 3, 2026
Merged

feat: add video file support (mp4, mov, webm)#84
Addono merged 2 commits into
Addono:mainfrom
mfbx9da4:feat/video-support

Conversation

@mfbx9da4
Copy link
Copy Markdown
Contributor

Why

GitHub supports mp4, mov, and webm video uploads in PR and issue comments, but gh-attach only allows image formats. This prevents using gh-attach for uploading demo videos or screen recordings.

What changed

Before:

  • Supported formats: png, jpg, jpeg, gif, svg, webp
  • Max file size: 10MB

After:

  • Supported formats: png, jpg, jpeg, gif, svg, webp, mp4, mov, webm
  • Max file size: 25MB (matches GitHub's own limit for video attachments)

mfbx9da4 and others added 2 commits April 28, 2026 14:07
GitHub supports video uploads in PR/issue comments, but gh-attach only
allowed image formats. This adds mp4, mov, and webm to the supported
formats and bumps the max file size from 10MB to 25MB to match GitHub's
own limit for video attachments.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@Addono Addono merged commit f491f1d into Addono:main May 3, 2026
11 checks passed
github-actions Bot pushed a commit that referenced this pull request May 3, 2026
# [1.7.0](v1.6.2...v1.7.0) (2026-05-03)

### Features

* add video file support (mp4, mov, webm) ([#84](#84)) ([f491f1d](f491f1d))
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 3, 2026

🎉 This PR is included in version 1.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@Addono
Copy link
Copy Markdown
Owner

Addono commented May 4, 2026

Thanks for your contribution @mfbx9da4! Adding video crossed my mind a couple of times, but never took the time to look into it myself 😓

Changes have been released 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants