Bump version to 0.1.5 + update release notes (Phase 1 complete)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jure
2026-03-10 21:05:42 +01:00
parent 5659f18099
commit 98f5d70024
4 changed files with 9 additions and 3 deletions
+6
View File
@@ -66,6 +66,12 @@ jobs:
Cross-platform Nostr desktop client — polished UI, deep Lightning integration, first-class long-form writing.
### New in 0.1.5
- **Article reader** — click any `nostr:naddr1…` link or long-form article reference to open it in a clean reader with cover image, author, tags, and full markdown content; zap the author inline
- **Zap counts on notes** — ⚡ N sats shown on each note; visible to logged-out users too
- **Quoted note preview** — `nostr:note1…` and `nostr:nevent1…` references render as inline bordered cards with author and content preview; click to open thread
- **Auto-updater** — "Update & restart" banner appears when a new version is available; installs and relaunches automatically
### New in 0.1.4
- **Sidebar** — explicit / collapse toggle always visible; collapsed state persisted across restarts; nav icons + tooltips in collapsed mode
- **Profile image upload** — "upload" button next to picture/banner fields; uploads to nostr.build, auto-fills URL
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wrystr",
"private": true,
"version": "0.1.4",
"version": "0.1.5",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "wrystr"
version = "0.1.4"
version = "0.1.5"
description = "Cross-platform Nostr desktop client with Lightning integration"
authors = ["hoornet"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Wrystr",
"version": "0.1.4",
"version": "0.1.5",
"identifier": "com.hoornet.wrystr",
"build": {
"beforeDevCommand": "npm run dev",