fix(bt-locate): stabilize first-load map and release v2.21.1

This commit is contained in:
Smittix
2026-02-20 00:49:08 +00:00
parent a407c7708d
commit 9ec316fbe2
5 changed files with 107 additions and 18 deletions
+12 -3
View File
@@ -7,10 +7,19 @@ import os
import sys
# Application version
VERSION = "2.21.0"
# Changelog - latest release notes (shown on welcome screen)
VERSION = "2.21.1"
# Changelog - latest release notes (shown on welcome screen)
CHANGELOG = [
{
"version": "2.21.1",
"date": "February 2026",
"highlights": [
"BT Locate map first-load fix with render stabilization retries during initial mode open",
"BT Locate trail restore optimization for faster startup when historical GPS points exist",
"BT Locate mode-switch map invalidation timing fix to prevent delayed/blank map render",
]
},
{
"version": "2.21.0",
"date": "February 2026",