From a6d969d7e9a8818013e4d40139c86bf4ede1590c Mon Sep 17 00:00:00 2001 From: mleku Date: Sun, 14 Dec 2025 08:20:41 +0100 Subject: [PATCH] bump version --- .claude/settings.local.json | 5 ++++- pkg/version/version | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index e390100..2eddf0a 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -113,7 +113,10 @@ "Bash(for i in 1 2 3 4 5)", "Bash(do)", "WebFetch(domain:vermaden.wordpress.com)", - "WebFetch(domain:eylenburg.github.io)" + "WebFetch(domain:eylenburg.github.io)", + "Bash(go run -exec '' -c 'package main; import \"\"git.mleku.dev/mleku/nostr/utils/normalize\"\"; import \"\"fmt\"\"; func main() { fmt.Println(string(normalize.URL([]byte(\"\"relay.example.com:3334\"\")))); fmt.Println(string(normalize.URL([]byte(\"\"relay.example.com:443\"\")))); fmt.Println(string(normalize.URL([]byte(\"\"ws://relay.example.com:3334\"\")))); fmt.Println(string(normalize.URL([]byte(\"\"wss://relay.example.com:3334\"\")))) }')", + "Bash(go run:*)", + "Bash(git commit -m \"$(cat <<''EOF''\nFix NIP-11 fetch URL scheme conversion for non-proxied relays\n\n- Convert wss:// to https:// and ws:// to http:// before fetching NIP-11\n documents, fixing failures for users not using HTTPS upgrade proxies\n- The fetchNIP11 function was using WebSocket URLs directly for HTTP\n requests, causing scheme mismatch errors\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 \nEOF\n)\")" ], "deny": [], "ask": [] diff --git a/pkg/version/version b/pkg/version/version index 8a45319..3195d4f 100644 --- a/pkg/version/version +++ b/pkg/version/version @@ -1 +1 @@ -v0.35.0 \ No newline at end of file +v0.35.1 \ No newline at end of file