Skip to content

Commit db3e82d

Browse files
committed
feat: replace emoji with pixel art stethoscope icon + UI/UX polish + bump to v0.2.2
1 parent 989789f commit db3e82d

File tree

3 files changed

+327
-71
lines changed

3 files changed

+327
-71
lines changed

.github/workflows/release.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -160,26 +160,26 @@ jobs:
160160
161161
# ── Build latest.json ─────────────────────────────────────────
162162
cat > doctorfill-latest.json <<EOF
163-
{
164-
"version": "${VERSION}",
165-
"notes": "See https://github.com/${REPO}/releases/tag/${TAG} for details.",
166-
"pub_date": "$(date -u +%Y-%m-%dT%H:%M:%SZ)",
167-
"platforms": {
168-
"windows-x86_64": {
169-
"url": "${WIN_URL}",
170-
"signature": "${WIN_SIG}"
171-
},
172-
"darwin-aarch64": {
173-
"url": "${MAC_URL}",
174-
"signature": "${MAC_SIG}"
175-
},
176-
"darwin-x86_64": {
177-
"url": "${MAC_URL}",
178-
"signature": "${MAC_SIG}"
179-
}
180-
}
181-
}
182-
EOF
163+
{
164+
"version": "${VERSION}",
165+
"notes": "See https://github.com/${REPO}/releases/tag/${TAG} for details.",
166+
"pub_date": "$(date -u +%Y-%m-%dT%H:%M:%SZ)",
167+
"platforms": {
168+
"windows-x86_64": {
169+
"url": "${WIN_URL}",
170+
"signature": "${WIN_SIG}"
171+
},
172+
"darwin-aarch64": {
173+
"url": "${MAC_URL}",
174+
"signature": "${MAC_SIG}"
175+
},
176+
"darwin-x86_64": {
177+
"url": "${MAC_URL}",
178+
"signature": "${MAC_SIG}"
179+
}
180+
}
181+
}
182+
EOF
183183

184184
# ── Push to Gist ──────────────────────────────────────────────
185185
CONTENT=$(jq -Rs . < doctorfill-latest.json)

src/web/static/icon.png

54.4 KB
Loading

0 commit comments

Comments
 (0)