v1.2.3: Fix Connect button not working (missing updateSendButton function declaration)

This commit is contained in:
admin
2026-05-19 16:05:14 +04:00
Unverified
parent 4a45fbb5f9
commit 6b2a68be6a
8 changed files with 918 additions and 699 deletions

View File

@@ -631,6 +631,10 @@ data: [DONE]
## Changelog
### v1.2.3 (2026-05-19)
- Fixed: Connect button not working — missing `updateSendButton()` function declaration caused JS parse error
- All UI event handlers now correctly initialized on app start
### v1.2.2 (2026-05-19)
- Fixed: network error on app backgrounding — now auto-retries with reconnect
- Streaming resumes from last saved token after reconnection (context preserved)