Skip to content

Commit 7b878e5

Browse files
Richard Taylorclaude
authored andcommitted
Lightning Piggy 0.4.1
Consolidates three logical changes into one user-visible release: - Balance header split: big number in font_montserrat_24, smaller unit suffix in font_montserrat_16, sharing a baseline. Long balance strings no longer collide with the wallet-type indicator icons. - Tap-to-cycle transaction font drops the two unscii bitmap fonts that lacked the ₿ glyph; cycle is now five Montserrat sizes. - NWC relay watchdog: detects half-broken WebSockets where sends work but receives are silently dropped (most common cause: transient WiFi packet loss). After 3 silent poll cycles (~6 min) closes + reopens + re-subscribes to the relay. 2 s sleep between close and open avoids exhausting the ESP32 LWIP socket pool. The orange stale-data dot self-clears once a useful response arrives. - Plus 0.4.1's existing payment formatting + UI polish bullets (number format separator on transaction amounts, "symbol" → "₿ symbol" denom rename with one-shot migration, scroll-in-place transactions list, auto-scroll-to-top on new tx + after 2 min idle, larger balance tap target). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8fe5bbd commit 7b878e5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app_index.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"publisher": "LightningPiggy Foundation",
55
"short_description": "Display wallet that shows balance, transactions, receive QR code etc.",
66
"long_description": "See https://www.LightningPiggy.com",
7-
"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.4.0_64x64.png",
8-
"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.4.0.mpk",
7+
"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.4.1_64x64.png",
8+
"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.4.1.mpk",
99
"fullname": "com.lightningpiggy.displaywallet",
10-
"version": "0.4.0",
10+
"version": "0.4.1",
1111
"category": "finance",
1212
"activities": [
1313
{
5.73 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)