docs(readme): rename hero icon to bust GitHub's raw-asset CDN cache

The previous commit replaced icon.png on disk with the rust v2.5
artwork, but GitHub's raw-asset CDN was still serving the cached
purple PNG to README viewers (~5 min TTL — but in practice longer
under sustained traffic). Renaming the asset forces a fresh fetch
on every README render, which is the reliable cache-bust.

icon-v2.5.png is bit-identical to the prior icon.png (md5 match
against the Mac app icon set's 512x512). The version in the
filename is intentional — when v2.6 ships with a different icon,
we'll cycle to icon-v2.6.png and the same cache-bust applies.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alan Wizemann
2026-04-25 17:50:53 +02:00
parent 3bca8a6e55
commit 988ce5df5a
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<p align="center"> <p align="center">
<img src="icon.png" width="128" height="128" alt="Scarf app icon"> <img src="icon-v2.5.png" width="128" height="128" alt="Scarf app icon">
</p> </p>
<h1 align="center">Scarf</h1> <h1 align="center">Scarf</h1>
View File

Before

Width:  |  Height:  |  Size: 770 KiB

After

Width:  |  Height:  |  Size: 770 KiB