fix: show hostname for agent events on dashboard (0.4.8)

Prefix heartbeat and other agent.* lines in recent events with hostname.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-11 10:06:54 +10:00
parent 7e3cb3bcb2
commit 722538f5d9
2 changed files with 16 additions and 3 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId = "ru.kalinamall.seaca"
minSdk = 26
targetSdk = 35
versionCode = 11
versionName = "0.4.7"
versionCode = 12
versionName = "0.4.8"
}
buildTypes {