Bump to v0.8.2 — writing & reading polish, article TOC

- Remove 280-char note limit, soft warning at 4000
- Serif reading font (Georgia) at 17px for articles
- Reading progress bar on articles
- Article table of contents (floating right, scroll-aware)
- Connection indicator fix (data-aware, 25s grace)
This commit is contained in:
Jure
2026-03-20 11:00:46 +01:00
parent d62cf73510
commit afb8fed97b
6 changed files with 176 additions and 98 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "wrystr"
version = "0.8.1"
version = "0.8.2"
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.8.1",
"version": "0.8.2",
"identifier": "com.hoornet.wrystr",
"build": {
"beforeDevCommand": "npm run dev",