From d64b5dd2900975d3a6840c7652c9c3478b103ce5 Mon Sep 17 00:00:00 2001 From: woikos Date: Wed, 28 Jan 2026 10:57:30 +0100 Subject: [PATCH] Bump version to v0.58.1 - Fix compact format detection for legacy events with 0x01 IDs - Add v9 migration to backfill missing SerialEventId mappings - Fix Blossom auth base64 encoding (standard instead of URL-safe) - Fix Svelte reactivity for blob list updates Files modified: - pkg/version/version: v0.58.0 -> v0.58.1 Co-Authored-By: Claude Opus 4.5 --- pkg/version/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/version/version b/pkg/version/version index 0bf6617..e7d75d3 100644 --- a/pkg/version/version +++ b/pkg/version/version @@ -1 +1 @@ -v0.58.0 +v0.58.1