v0.4.6 - Implement NIP-50 search functionality with LIKE-based content and tag searching

This commit is contained in:
Your Name
2025-10-03 05:43:49 -04:00
parent eac4c227c9
commit 88b4aaa301
7 changed files with 576 additions and 3 deletions

View File

@@ -12,10 +12,10 @@
#define MAIN_H
// Version information (auto-updated by build_and_push.sh)
#define VERSION "v0.4.5"
#define VERSION "v0.4.6"
#define VERSION_MAJOR 0
#define VERSION_MINOR 4
#define VERSION_PATCH 5
#define VERSION_PATCH 6
// Relay metadata (authoritative source for NIP-11 information)
#define RELAY_NAME "C-Relay"