mirror of
https://github.com/okhsunrog/vpnhide.git
synced 2026-05-20 09:03:10 +00:00
Unauthenticated GitHub API hits rate-limit the moment you re-run; the
script then iterated the {"message": ...} error dict as a list of releases
and crashed on release["assets"]. Now uses GITHUB_TOKEN or `gh auth token`
when available and raise_for_status surfaces the real HTTP error.
Bar length was `count // 2`, which overflowed the terminal for any
non-trivial release and rich silently truncated with an ellipsis. Now
normalized: `count * bar_w // max_count` where bar_w is computed from
console.width minus the name and count columns plus padding.
|
||
|---|---|---|
| .. | ||
| build-version.py | ||
| build_lib.py | ||
| changelog.py | ||
| changelog_lib.py | ||
| clean-device.sh | ||
| codegen-interfaces.py | ||
| preview-changelog.py | ||
| release.py | ||
| stats.py | ||
| update-json.sh | ||