v1.2.4: Save/Download buttons on code blocks and messages, file path highlighting

This commit is contained in:
admin
2026-05-19 16:15:38 +04:00
Unverified
parent 6b2a68be6a
commit 426787b161
6 changed files with 186 additions and 7 deletions

View File

@@ -631,6 +631,13 @@ data: [DONE]
## Changelog
### v1.2.4 (2026-05-19)
- **Save button** on every code block — downloads code as a file to your device
- **Copy & Save** buttons on every AI response message
- **File path highlighting** — paths like `/app/build/file.apk` are tappable badges (tap to copy)
- Smart filename detection from code block first line or language
- 30+ language-to-extension mappings for proper file saving
### 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