Bump to v0.13.2 — mute-aware search, collapsing compose box, resizable sidebar, update-banner changelog

- Search respects the mute list (#7)
- Compose box collapses to a single line when idle (#6)
- Resizable left sidebar (#6)
- Update banner shows the new version's changelog
- Build: Vite 8 migration, dropped vulnerable esbuild dev dependency
This commit is contained in:
Jure
2026-06-15 21:45:18 +02:00
parent 08f231fb7e
commit e2f98e0d7e
6 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -5429,7 +5429,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "vega"
version = "0.13.1"
version = "0.13.2"
dependencies = [
"futures-util",
"hex",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "vega"
version = "0.13.1"
version = "0.13.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": "Vega",
"version": "0.13.1",
"version": "0.13.2",
"identifier": "com.hoornet.vega",
"build": {
"beforeDevCommand": "npm run dev",