mirror of
https://github.com/therealaleph/MasterHttpRelayVPN-RUST.git
synced 2026-05-17 21:24:48 +03:00
docs(readme): drop sort=semver from release badge — shields.io was rendering it as "invalid"
The "release: invalid" + intermittent "downloads: invalid" rendering on the README badges (user-reported screenshot) traced to shields.io's GitHub release endpoint choking on `?sort=semver`. Bisected via curl — every variant with sort=semver returned `aria-label="release: invalid"`, dropping it returned the correct version.
Default ordering on shields.io's `/github/v/release/{owner}/{repo}` is "latest published release" which already gives us what we want (our tags are linear v1.x.y semver and the most-recent is always the latest release). Also bumped the badges with explicit colors so they match the rest of the badge row visually.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# mhrv-rs — bypass censorship for free, with your own Google account
|
||||
|
||||
[](https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/latest)
|
||||
[](https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases/latest)
|
||||
[](https://github.com/therealaleph/MasterHttpRelayVPN-RUST/releases)
|
||||
[](https://github.com/therealaleph/MasterHttpRelayVPN-RUST/actions/workflows/release.yml)
|
||||
[](LICENSE)
|
||||
|
||||
Reference in New Issue
Block a user