This commit is contained in:
stopflock
2025-10-22 15:53:34 -05:00
parent 23a056bfe5
commit 728ec08ab0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"1.2.5": {
"1.2.6": {
"content": "• NEW: Compass indicator shows map orientation and enables north-lock mode\n• Smart area caching: Loads 3x larger areas and refreshes data every 60 seconds for much faster browsing\n• Enhanced tile loading: Increased retry attempts with faster delays - tiles load much more reliably\n• Better network status: Simplified loading indicator logic\n• Instant node display: Surveillance devices now appear immediately when data finishes loading\n• Node limit alerts: Get notified when some nodes are not drawn"
},
"1.2.4": {

View File

@@ -1,7 +1,7 @@
name: deflockapp
description: Map public surveillance infrastructure with OpenStreetMap
publish_to: "none"
version: 1.2.5+5 # The thing after the + is the version code, incremented with each release
version: 1.2.6+5 # The thing after the + is the version code, incremented with each release
environment:
sdk: ">=3.5.0 <4.0.0" # oauth2_client 4.x needs Dart 3.5+