Update README and ROADMAP for v0.1.7

README: add v0.1.7 features (per-account NWC, image paste, new account
tab, conditional zap, etc.), update "Up next" to Phase 2, add GitHub
Sponsors to Support table.

ROADMAP: mark Phase 1 complete, move all shipped items to changelog
(v0.1.3–v0.1.7), Phase 2 is now the active target.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jure
2026-03-11 12:31:35 +01:00
parent c0608a18fe
commit dba930ae29
2 changed files with 48 additions and 42 deletions

View File

@@ -22,6 +22,7 @@ Grab the latest release from the [Releases page](https://github.com/hoornet/wrys
**Identity & accounts**
- In-app key generation with plain-language nsec backup — no browser extension required
- **Create new account** from the account switcher — no need to restart or go through onboarding again
- Login with nsec (full access) or npub (read-only)
- **Multi-account switcher** — save multiple identities, switch instantly from the sidebar
- **OS keychain integration** — nsec stored in macOS Keychain / Windows Credential Manager / Linux Secret Service; sessions survive restarts
@@ -29,20 +30,26 @@ Grab the latest release from the [Releases page](https://github.com/hoornet/wrys
**Feed & content**
- Global and following feeds with live relay connection
- Compose notes, inline replies, full thread view
- **Image paste in compose** — paste an image from clipboard → auto-uploads and inserts the URL
- Reactions (NIP-25) with live network counts
- Follow / unfollow (NIP-02) with contact list publishing
- **Quote & Repost** (NIP-18) — one-click repost or quote with compose modal
- **Mute users** (NIP-51) — muted list synced to relays, filtered from feed
- Long-form article editor (NIP-23) with title, tags, cover image, live preview, auto-save drafts
- Long-form article editor + reader (NIP-23) — write with title, tags, cover image, auto-save; click any `nostr:naddr1…` link to open in the in-app reader
- **Quoted note inline preview** — `nostr:note1…` / `nostr:nevent1…` renders as an inline card
- Note rendering: images, video, mentions, hashtags, njump.me link interception
- **Direct Messages** (NIP-04) — conversation list, thread view, per-message decryption
**Lightning & zaps**
- **Per-account NWC wallet** — each account remembers its own Lightning wallet; switching accounts loads the correct one automatically
- **NWC guided wizard** — wallet picker (Alby Hub, Alby Extension, Mutiny, Phoenix) with per-wallet setup steps and inline URI validation
- Send zaps via NWC (NIP-47 + NIP-57) with amount presets, custom amounts, comment
- Zap counts on notes (⚡ N sats inline)
- **Zap history** — Received and Sent tabs with amounts, counterparts, comments
- **Support / About page** — zap the developer, Lightning + Bitcoin QR codes, Ko-fi and GitHub links
**Performance & UX**
- **Auto-updater** — "Update & restart" banner when a new version is available
- **SQLite note cache** — feed loads instantly from local cache on startup; profiles cached for immediate avatar display
- **System tray** — close button hides to tray; "Quit" in tray menu to fully exit
- Collapsible sidebar (icon-only mode)
@@ -75,12 +82,11 @@ npm run tauri build # production binary
See [ROADMAP.md](./ROADMAP.md) for the full prioritised next steps.
Up next:
- Sidebar improvements (auto-hide, clearer collapse affordance)
- Profile helpers (NIP-05 guide, image upload via NIP-96/Blossom)
- Search improvements (NIP-50 relay detection)
- Direct messages (NIP-44/17)
- Long-form article reader view
Up next (Phase 2):
- Notifications — mentions, replies, DM badge, OS native alerts
- NIP-65 outbox model — fetch notes from the right relay set per author
- Feed reply context — show "↩ replying to @name" for replies in the feed
- Keyboard shortcuts — N, R, /, J/K, Escape, ? help overlay
## Support
@@ -92,6 +98,7 @@ Wrystr is free and open-source. If it's useful to you:
| ⚡ Lightning | `harpos@getalby.com` |
| ₿ Bitcoin | `bc1qcgaupf80j28ca537xjlcs9dm9s03khezjs7crp` |
| ☕ Ko-fi | [ko-fi.com/jure](https://ko-fi.com/jure) |
| ♥ GitHub Sponsors | [github.com/sponsors/hoornet](https://github.com/sponsors/hoornet) |
| ★ GitHub star | Helps with visibility and grant applications |
## License

View File

@@ -20,36 +20,19 @@ Bugs found during testing are fixed before Phase N+1 starts. A release is cut be
---
## Phase 1 — Complete the core experience
*Target: OpenSats application (April 1, 2026). Test on all platforms before Phase 2.*
## Phase 1 — Complete the core experience ✓ COMPLETE
### 1. Long-form article reader (NIP-23)
- We write articles but can't read them in-app — the single biggest gap given our positioning
- Click any `nostr:naddr1…` reference or article link → open in a clean reader view
- Render markdown, show title / author / published date / cover image
- Zap button on articles (zap the author)
- "Open in browser" fallback for unsupported content
*Shipped in v0.1.5. Tested on Windows (v0.1.7 fixes applied). Ready for OpenSats application (April 1, 2026).*
### 2. Zap counts on notes
- Feed shows ♥ reaction counts but not ⚡ zap counts — a visible gap
- Fetch kind 9735 receipts per note, sum the amounts, show inline
- Existing zap infrastructure (NIP-47 + NIP-57) already built — display-layer only
### 3. Quoted note inline preview
- Quotes currently render `nostr:nevent1…` as plain linked text
- Should show an inline card: author avatar, name, truncated content — same as other clients
- Completes the NIP-18 quote/repost work already shipped
### 4. Auto-updater
- Users must manually download new releases — most will stay on old versions forever
- Tauri has a built-in updater plugin (`tauri-plugin-updater`)
- Needs a signed update manifest served from GitHub Releases
- Show an unobtrusive "update available" banner, not a blocking modal
- ✓ Long-form article reader (NIP-23) — `nostr:naddr1…` links open in-app reader
- ✓ Zap counts on notes — ⚡ N sats inline on every note
- ✓ Quoted note inline preview — `nostr:note1…` / `nostr:nevent1…` render as inline cards
- ✓ Auto-updater — "Update & restart" banner via tauri-plugin-updater
---
## Phase 2 — Engagement & reach
*Test Phase 1 thoroughly first. Fix all reported issues before starting Phase 2.*
*Test v0.1.7 on Windows first. Fix any issues before starting.*
### 5. Notifications
- No way to see mentions, replies to own notes, or incoming DMs without manually checking
@@ -127,6 +110,32 @@ Bugs found during testing are fixed before Phase N+1 starts. A release is cut be
## What's already shipped
### v0.1.7
- **Per-account Lightning wallet** — NWC URI stored per-pubkey; switching accounts loads the correct wallet automatically
- **New account creation in-app** — "Add account" → "New account" tab generates a fresh keypair inline
- **Zap button on thread root note** — like and zap the main post in a thread view
- **Conditional zap button** — ⚡ only shown for profiles that have a Lightning address (lud16/lud06)
- **Image paste in compose** — paste clipboard image → auto-uploads to nostr.build, inserts URL at cursor
- **Account switcher redesign** — larger active account avatar, sign-out/remove in dropdown only
- **GitHub Sponsors link** in Support page
- Fix: signer cleared before account switch — eliminates race where old account could sign outgoing events
### v0.1.6
- **Linux packaging** — ships `.deb` (Ubuntu/Debian/Mint) and `.rpm` (Fedora/openSUSE) instead of AppImage
- Arch / Manjaro: `PKGBUILD` in repo root — builds from source via git tag
### v0.1.5
- **Long-form article reader** (NIP-23) — click any `nostr:naddr1…` to open in-app reader with markdown, cover image, author, tags; zap the author inline
- **Zap counts on notes** — ⚡ N sats shown inline on each note
- **Quoted note inline preview** — `nostr:note1…` / `nostr:nevent1…` render as bordered inline cards; click to open thread
- **Auto-updater** — "Update & restart" banner via tauri-plugin-updater + GitHub Releases manifest
### v0.1.4
- **Sidebar** — explicit / toggle, state persisted, collapsed mode completeness
- **Profile image upload** — uploads to nostr.build, auto-fills URL field
- **NIP-05 live verification** — real-time domain check with ✓/✗ status
- **Search improvements** — NIP-50 relay detection, hashtag fallback suggestion
### v0.1.3
- **OS keychain** — nsec stored securely; sessions survive restarts
- **Multi-account switcher** — sidebar footer, instant switch, keychain-backed
@@ -137,16 +146,7 @@ Bugs found during testing are fixed before Phase N+1 starts. A release is cut be
- **System tray** — close hides to tray; Quit in tray menu exits
- **Zap history** — Received / Sent tabs with amounts, counterparts, comments
- **About / Support page** — in-app zap, Lightning + Bitcoin QR codes
### v0.1.4
- **Sidebar** — explicit / toggle, state persisted, collapsed mode completeness
- **Profile image upload** — uploads to nostr.build, auto-fills URL field
- **NIP-05 live verification** — real-time domain check with ✓/✗ status
- **Search improvements** — NIP-50 relay detection, hashtag fallback suggestion
### v0.1.x (unreleased — on main)
- **Direct Messages** (NIP-04) — conversation list, thread view, per-message decryption,
new conversation by npub/hex, "✉ message" button on profiles
- **Direct Messages** (NIP-04) — conversation list, thread view, per-message decryption
### Shipped earlier (v0.1.0 v0.1.2)
- Onboarding (key generation, nsec backup, plain-language UX)
@@ -159,4 +159,3 @@ Bugs found during testing are fixed before Phase N+1 starts. A release is cut be
- Search: NIP-50 full-text, #hashtag, people with inline follow
- Relay management with live connection status
- Read-only (npub) login mode
- GitHub Actions release: Linux AppImage, Windows exe/msi, macOS ARM + Intel dmg