Bump version to 0.1.3 + update README and release notes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jure
2026-03-10 19:37:57 +01:00
parent 16446573c4
commit faaf8ac4a4
5 changed files with 75 additions and 36 deletions

View File

@@ -62,18 +62,29 @@ jobs:
releaseBody: |
## Wrystr ${{ github.ref_name }}
Cross-platform Nostr desktop client — first public release.
Cross-platform Nostr desktop client — polished UI, deep Lightning integration, first-class long-form writing.
### What's in this release
- Full onboarding with in-app key generation and nsec backup
### New in 0.1.3
- **OS keychain** — nsec stored securely; sessions survive restarts (macOS Keychain, Windows Credential Manager, Linux Secret Service)
- **Multi-account switcher** — save multiple identities, switch instantly from the sidebar footer
- **SQLite note + profile cache** — feed loads from local cache instantly on startup
- **Quote & Repost** (NIP-18) — one-click repost or compose a quote reply
- **Mute users** (NIP-51) — mute list synced to relays, muted accounts filtered from feed
- **NWC setup wizard** — guided wallet picker (Alby Hub, Alby Extension, Mutiny, Phoenix) with inline validation
- **System tray** — close hides to tray, "Quit" in tray menu exits
- **Zap history** — Received and Sent tabs with amounts, counterparts, comments
- **About / Support page** — in-app zap button, Lightning + Bitcoin QR codes
### All features
- Onboarding: key generation, nsec backup, plain-language UX
- Global + following feed, compose, replies, thread view
- Reactions with live network counts (NIP-25)
- Follow / unfollow (NIP-02)
- Profile view + edit
- Reactions (NIP-25) with live network counts
- Follow / unfollow (NIP-02), profile view + edit
- Long-form article editor (NIP-23) with draft auto-save
- Zaps via NWC wallet connect (NIP-47 + NIP-57)
- Search: NIP-50 full-text, #hashtag, people
- Settings: relay management, wallet connection, identity
- Zaps via NWC (NIP-47 + NIP-57) with amount presets and comments
- Search: NIP-50 full-text, #hashtag, people with inline follow
- Relay management with live connection status
- Collapsible sidebar, read-only (npub) login mode
### Install
**Linux:** Download the `.AppImage`, make it executable (`chmod +x`), and run it.
@@ -81,8 +92,10 @@ jobs:
**macOS (Apple Silicon):** Download the `aarch64.dmg` and open it.
**macOS (Intel):** Download the `x86_64.dmg` and open it.
### Requirements
No dependencies required — everything is bundled.
---
⚡ Find Wrystr useful? [Zap the developer](https://github.com/hoornet/wrystr#support) or star the repo.
releaseDraft: false
prerelease: false
args: ${{ matrix.args }}