Dorian
325b9ea9c9
chore: bump version to 1.7.115-alpha (release prep)
...
Demo images / Build & push demo images (push) Successful in 3m6s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-26 22:05:09 +01:00
archipelago
a78aa02890
chore: release v1.7.114-alpha
Demo images / Build & push demo images (push) Successful in 3m1s
2026-07-26 13:40:03 -04:00
archipelago
0880824fb3
fix(ui): seed QRs use the SeedQR standard so hardware wallets can scan them
...
Demo images / Build & push demo images (push) Successful in 2m52s
Plain-text seed QRs didn't scan into Passport Prime — wallets that
import seeds by QR (Passport, SeedSigner, Keystone, Nunchuk, Sparrow)
expect the SeedQR standard: each BIP39 word as its zero-padded 4-digit
wordlist index, concatenated into a numeric QR.
- new utils/seedqr.ts encodes BIP39 words per the SeedSigner spec
(@scure/bip39 wordlist; vector-checked abandon=0000, zoo=2047)
- new shared SeedRevealPanel (Words/QR tabs, tap-to-reveal blur) now
backs the LND reveal AND the Settings→Backup recovery-phrase reveal,
so every current and future seed reveal behaves the same
- onboarding seed + Settings reveal: QR defaults to SeedQR with a
plain-text toggle
- LND seed stays plain-text-only with an explicit note: aezeed is not
BIP39 and only restores into LND-based wallets (Zeus/Blixt/another
node) — SeedQR-encoding it would just mislead
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-26 12:09:43 -04:00
archipelago
d4ea4ed636
chore: release v1.7.113-alpha
2026-07-25 14:41:59 -04:00
archipelago
5771f318bd
chore: release v1.7.112-alpha
2026-07-24 05:36:45 -04:00
archipelago
1931371058
chore: release v1.7.111-alpha
Demo images / Build & push demo images (push) Failing after 1m45s
2026-07-22 05:40:40 -04:00
archipelago
aaec25e53b
chore: release v1.7.110-alpha
Demo images / Build & push demo images (push) Successful in 2m50s
2026-07-21 14:50:29 -04:00
archipelago
8968d41ca9
feat(wallet): QR scan modal — camera + animated QR, wired into Home/Send/Receive
...
New WalletScanModal scans QR codes with the device camera (BarcodeDetector
with jsQR fallback) including animated/multi-frame QRs via qrloop, then
routes what it saw: BOLT11 invoices -> lightning pay (amount locked from
the invoice when present), bitcoin:/BIP21 URIs -> on-chain send, Cashu
tokens -> redeem, Fedimint invites -> join. Entry points: camera button on
the wallet card (far right), and a Scan button centered between the
Close/Send and Close/Receive buttons of both modals.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-21 13:14:31 -04:00
archipelago
8d4f6cb75e
docs(release): third v1.7.109 bullet (Pine voice assistant) + version-bump prep
...
Demo images / Build & push demo images (push) Successful in 2m44s
The release gate requires ≥3 curated changelog bullets; the Pine app is
user-facing and deserved one anyway. Carries the version bumps and manifest
from the aborted cut so the tree is clean for the re-run.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-21 07:34:26 -04:00
archipelago
146a3bc738
chore: release v1.7.108-alpha
Demo images / Build & push demo images (push) Successful in 2m48s
2026-07-21 03:42:21 -04:00
archipelago
7eb4d6a7bf
chore: release v1.7.107-alpha
2026-07-20 17:00:20 -04:00
archipelago
38cb3dd252
chore: release v1.7.106-alpha
Demo images / Build & push demo images (push) Successful in 2m52s
2026-07-20 15:36:00 -04:00
archipelago
e2f83c0157
chore: release v1.7.105-alpha
2026-07-20 03:40:38 -04:00
archipelago
6b0a84e710
chore: release v1.7.104-alpha
2026-07-19 02:17:45 -04:00
archipelago
401f92a24f
chore: release v1.7.103-alpha
2026-07-18 07:30:25 -04:00
archipelago
95b9d8f0fe
chore: release v1.7.102-alpha
2026-07-17 12:36:44 -04:00
archipelago
338ae9a6de
chore: release v1.7.101-alpha
2026-07-15 11:11:08 -04:00
archipelago
93c3aad06a
chore: release v1.7.100-alpha
2026-07-14 16:07:24 -04:00
archipelago
2a017623e9
chore: release v1.7.99-alpha
2026-06-18 01:00:24 -04:00
archipelago
83b77796fc
chore: release v1.7.98-alpha
2026-06-16 14:07:49 -04:00
archipelago
47c16971a7
chore: release v1.7.97-alpha
2026-06-16 04:16:13 -04:00
archipelago
7aa1ca013f
chore: release v1.7.96-alpha
2026-06-15 10:14:05 -04:00
archipelago
e2c2f942c2
chore: release v1.7.95-alpha
2026-06-15 08:48:22 -04:00
archipelago
7bd22f1f80
chore: release v1.7.94-alpha
2026-06-15 07:09:58 -04:00
archipelago
327a4e34dd
chore: release v1.7.93-alpha
2026-06-14 15:18:34 -04:00
archipelago
d462e44453
chore: release v1.7.92-alpha
2026-06-14 09:09:57 -04:00
archipelago
9b9fa9cdee
chore: release v1.7.91-alpha
2026-06-14 05:32:38 -04:00
archipelago
bb808df89a
chore: release v1.7.90-alpha
2026-06-13 05:05:14 -04:00
archipelago
c49e8fcacd
fix: harden OTA updates, AIUI desktop gap, LND no-proxy
...
- update.rs: post-OTA probe falls back to http://127.0.0.1/ on connect
error (nginx binds :80, not :443) so good updates are no longer rolled
back; recover stuck update_in_progress; avoid ETXTBSY on running binary
- LND: REST client bypasses proxy, GET newaddress p2wkh, wallet
readiness/unlock after restart
- Dashboard.vue: chat route back to plain h-full (desktop bottom-gap fix)
- vite.config.ts: dev-only /aiui proxy
- tests/release/run.sh: release gate harness (static+frontend+backend)
- CHANGELOG: v1.7.89-alpha notes
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-13 01:23:32 -04:00
archipelago
b8ac68d844
fix: restore aiui and bitcoin receive before release
2026-06-12 05:10:03 -04:00
archipelago
6fd1cf9ba7
chore: release v1.7.87-alpha
2026-06-12 04:49:58 -04:00
archipelago
b11c6c17d1
chore: release v1.7.86-alpha
2026-06-12 04:21:18 -04:00
archipelago
00c32688f8
chore: release v1.7.85-alpha
2026-06-12 03:14:59 -04:00
archipelago
6a30ff11bd
chore: release v1.7.84-alpha
2026-06-11 04:44:58 -04:00
archipelago
22df3f8f5f
chore: release v1.7.83-alpha
2026-06-11 03:03:32 -04:00
archipelago
136eda16c9
chore: release v1.7.82-alpha
2026-05-22 17:19:45 -04:00
archipelago
853d51ae14
chore: release v1.7.81-alpha
2026-05-21 21:44:14 -04:00
archipelago
bdd5a2c43e
chore: release v1.7.80-alpha
2026-05-21 00:38:57 -04:00
archipelago
7be7420c4f
chore: release v1.7.79-alpha
2026-05-20 23:11:54 -04:00
archipelago
e61c757633
chore: release v1.7.78-alpha
2026-05-20 20:53:23 -04:00
archipelago
0898c54765
chore: bump version to v1.7.77-alpha
2026-05-20 00:38:26 -04:00
archipelago
92c58141af
fix(apps): stabilize saleor and netbird launch
2026-05-19 21:45:17 -04:00
archipelago
e65e76cd9d
chore: release v1.7.75-alpha
2026-05-19 20:19:24 -04:00
archipelago
bd69ef41d5
fix(apps): repair netbird login and iframe focus
2026-05-19 19:21:43 -04:00
archipelago
eeb08fc78f
chore: release v1.7.73-alpha
2026-05-19 18:40:10 -04:00
archipelago
3e01e57c8d
chore: release v1.7.72-alpha
2026-05-19 17:42:11 -04:00
archipelago
5859ef77e7
chore: release v1.7.71-alpha
2026-05-19 17:30:20 -04:00
archipelago
dd8a6cd9d7
chore: release v1.7.70-alpha
2026-05-19 16:10:43 -04:00
archipelago
20bc9f250c
chore: release v1.7.69-alpha
2026-05-19 14:39:15 -04:00
archipelago
ab27fb97f8
chore: release v1.7.68-alpha
2026-05-19 09:37:47 -04:00