Bump to v0.9.5 — large font overflow fix for Windows

This commit is contained in:
Jure
2026-03-25 15:35:12 +01:00
parent 5b627879ac
commit 0ee9476825
5 changed files with 12 additions and 14 deletions
+8 -10
View File
@@ -69,21 +69,19 @@ jobs:
> **Windows note:** The installer is not yet code-signed. Windows SmartScreen will show an "Unknown publisher" warning — click "More info → Run anyway" to install.
### New in v0.9.4Search, Follows, Editor & Polish
Better search, new social features, writing improvements.
- **Search overhaul** — dedicated NIP-50 search relays (relay.nostr.band, search.nos.today) for full-text search; hybrid results combining NIP-50 + hashtag lookups; all 3 tabs (notes/articles/people) always visible; loading indicators with result clearing
- **Follows view** — new sidebar entry showing followers and following lists with tabs; new follower count badge in sidebar
- **Article editor improvements** — inline image preview strip while writing; readable toolbar labels (Link, Image, Quote, Code, List); drag-and-drop image support; better placeholder text
- **Auto-expanding textareas** — all compose boxes, reply boxes, and thread replies grow as you type (2-8 or 3-12 lines depending on context)
- **Article comment box** — upgraded from single-line input to proper multi-line textarea with auto-resize
- **Profile layout fix** — avatar no longer squashes when banner is present; banner hides cleanly on load error
- **Thread stability fix** — fixed React hooks violation that caused thread content to disappear
### New in v0.9.5Large Font Fix
Fixed layout overflow when using Large or Extra Large font on Windows.
- **Flex-wrap everywhere** — feed header, note card headers, note actions, compose box, settings theme grid, font size presets, media feed tabs, and profile header buttons all wrap gracefully instead of overflowing off-screen at high zoom levels
- **Themes grid** — switched from fixed 4-column grid to responsive wrapping layout
### Previous: v0.9.4 — Search, Follows, Editor & Polish
- Search overhaul (dedicated NIP-50 relays, hybrid results), follows view, article editor improvements (image previews, toolbar labels, drag-drop), auto-expanding textareas, profile layout fix, thread stability fix
### Previous: v0.9.3 — Themes, Font Size & Settings Polish
- 7 color themes, font size presets, collapsible muted accounts, removed old connection indicator
### Previous: v0.9.2 — Relay Status, Toasts & Debug Tools
- Relay status badge, toast notifications, per-tab timestamps, debug panel (Ctrl+Shift+D), consolidated relay management, wider scrollbar
- Relay status badge, toast notifications, per-tab timestamps, debug panel (Ctrl+Shift+D), consolidated relay management
### Previous: v0.9.1 — Live Feed & Relay Reliability
- Live streaming feed, timeouts on all relay fetches, fixed relay death spiral, NDK subscription hygiene, feed diagnostics, background relay recovery
+1 -1
View File
@@ -1,6 +1,6 @@
# Maintainer: hoornet <hoornet@users.noreply.github.com>
pkgname=wrystr
pkgver=0.9.4
pkgver=0.9.5
pkgrel=1
pkgdesc="Cross-platform Nostr desktop client with Lightning integration"
arch=('x86_64')
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "wrystr",
"private": true,
"version": "0.9.4",
"version": "0.9.5",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "wrystr"
version = "0.9.4"
version = "0.9.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.9.4",
"version": "0.9.5",
"identifier": "com.hoornet.wrystr",
"build": {
"beforeDevCommand": "npm run dev",