chore: bump version to 2.22.3 and update changelog

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-02-23 21:03:27 +00:00
parent b6de4e36e3
commit ea21c9ed31
3 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -7,18 +7,19 @@ import os
import sys
# Application version
VERSION = "2.22.2"
VERSION = "2.22.3"
# Changelog - latest release notes (shown on welcome screen)
CHANGELOG = [
{
"version": "2.22.2",
"version": "2.22.3",
"date": "February 2026",
"highlights": [
"Waterfall control panel no longer shows as unstyled text on first visit",
"WebSDR globe renders correctly on first page load without requiring a refresh",
"Waterfall monitor audio no longer takes minutes to start — playback detection now waits for real audio data instead of just the WAV header",
"Waterfall monitor stop is now instant — audio pauses and UI updates immediately instead of waiting for backend cleanup",
"Stopping the waterfall no longer shows a stale 'WebSocket closed before ready' message",
]
},
{