# Painting - v1.0.3 ## Blob Metadata Polish ### INTERNAL UPDATES - **Blob display `name`** — release uploads now set the human-readable name to `v{version} (MC: {range})` (e.g. `v1.0.3 (MC: 1.21-26.1.2)` for Paper, `v1.0.3 (MC: any)` for Velocity) so lode.gg admin views show the precise compatibility range at a glance. - **`platforms` field Title Cased** — Paper blobs are now tagged `Paper` and Velocity blobs `Velocity` in the admin metadata. The loader normalizes to lowercase on the wire so existing servers keep matching. - **Paper `mcVersions`** — narrowed from `*` to the explicit list 1.21 through 26.1.2 (15 versions, matching the bundled `version_protocols.yml`). Velocity stays `*` (proxy is MC-agnostic). - **Painting-Impl** and **Painting-Velocity** bumped to 1.0.3. No code changes in impl jars — metadata-only release.