| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 934ee4b commit ba852b5
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,40 @@ | |||
| 1 | 1 | Changelog | |
| 2 | 2 | ========= | |
| 3 | 3 | ||
| 4 | - 0.56.0 (2025-12-11) | ||
| 4 | + 0.57.0 (2025-12-12) | ||
| 5 | 5 | ------------------- | |
| 6 | 6 | ------------------------ | |
| 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 | + ------------------- | ||
| 7 | 38 | ||
| 8 | 39 | Fix | |
| 9 | 40 | ~~~ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1 +1 @@ | |||
| 1 | - __version__ = "0.56.0" | ||
| 1 | + __version__ = "0.57.0" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments