version, changelog, enable dev modes

This commit is contained in:
stopflock
2026-08-04 11:56:29 -05:00
parent 7c5d066362
commit 1909a3b5f1
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -1,4 +1,12 @@
{
"2.11.0": {
"content": [
"• Further improve node loading performance",
"• Fix node constrainment when part of a way/relation",
"• Show submission status in details sheet",
"• Fix profile import links not opening"
]
},
"2.10.5": {
"content": [
"• Make node tags selectable / copyable",
+1 -1
View File
@@ -78,7 +78,7 @@ const Duration kOverpassQueryTimeout = Duration(seconds: 45); // Timeout for Ove
const String kSuspectedLocationsCsvUrl = 'https://alprwatch.org/suspected-locations/deflock-latest.csv';
// Development/testing features - set to false for production builds
const bool kEnableDevelopmentModes = false; // Set to false to hide sandbox/simulate modes and force production mode
const bool kEnableDevelopmentModes = true; // Set to false to hide sandbox/simulate modes and force production mode
// Navigation features - set to false to hide navigation UI elements while in development
const bool kEnableNavigationFeatures = true; // Hide navigation until fully implemented
+1 -1
View File
@@ -1,7 +1,7 @@
name: deflockapp
description: Map public surveillance infrastructure with OpenStreetMap
publish_to: "none"
version: 2.10.5+60 # The thing after the + is the version code, incremented with each release
version: 2.11.0+61 # The thing after the + is the version code, incremented with each release
environment:
sdk: ">=3.10.3 <4.0.0" # Resolved dependency floor (Dart 3.10.3 = Flutter 3.38+)