File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed
Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 0.56 .0 (2025-12-11 )
4+ 0.57 .0 (2025-12-12 )
55-------------------
66------------------------
7+ - Add GitHub Apps documentation and remove outdated header. [Rodos]
8+
9+ - Add GitHub Apps authentication section with setup steps
10+ and CI/CD workflow example using actions/create-github-app-token
11+ - Remove outdated machine-man-preview header (graduated 2020)
12+
13+ Closes #189
14+ - Docs: add stdin token example to README. [Rodos]
15+
16+ Add example showing how to pipe a token from stdin using
17+ file:///dev/stdin to avoid storing tokens in environment
18+ variables or command history.
19+
20+ Closes #187
21+ - Add --skip-assets-on flag to skip release asset downloads (#135)
22+ [Rodos]
23+
24+ Allow users to skip downloading release assets for specific repositories
25+ while still backing up release metadata. Useful for starred repos with
26+ large assets (e.g. syncthing with 27GB+).
27+
28+ Usage: --skip-assets-on repo1 repo2 owner/repo3
29+
30+ Features:
31+ - Space-separated repos (consistent with --exclude)
32+ - Case-insensitive matching
33+ - Supports both repo name and owner/repo format
34+
35+
36+ 0.56.0 (2025-12-11)
37+ -------------------
738
839Fix
940~~~
Original file line number Diff line number Diff line change 1- __version__ = "0.56 .0"
1+ __version__ = "0.57 .0"
You can’t perform that action at this time.
0 commit comments