From 988ce5df5a1de8a042004e538de73cb6b6acdf43 Mon Sep 17 00:00:00 2001 From: Alan Wizemann Date: Sat, 25 Apr 2026 17:50:53 +0200 Subject: [PATCH] docs(readme): rename hero icon to bust GitHub's raw-asset CDN cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- README.md | 2 +- icon.png => icon-v2.5.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename icon.png => icon-v2.5.png (100%) diff --git a/README.md b/README.md index 8176a9c..afa94c6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Scarf app icon + Scarf app icon

Scarf

diff --git a/icon.png b/icon-v2.5.png similarity index 100% rename from icon.png rename to icon-v2.5.png