Skip to content

Commit bc49f19

Browse files
committed
Bump version to 0.1.6
- Add note about video MIME type limitation in gists
1 parent f2e06e6 commit bc49f19

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ ghpr upload screenshot.png
7777
# Output: ![screenshot.png](https://gist.githubusercontent.com/...)
7878
```
7979

80+
**Note:** GitHub serves gist raw files as `application/octet-stream`, so images render in markdown but videos won't preview inline. For videos, use GitHub's native drag-drop upload in the web UI instead.
81+
8082
## Directory Structure
8183

8284
Cloned PRs and issues are stored as:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ghpr-py"
7-
version = "0.1.5"
7+
version = "0.1.6"
88
description = "GitHub PR/Issue management: clone, edit, and push PR/issue descriptions and comments, with gist mirroring"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)