From 2dca311d2aca3e8b0bf7adc9c925cf875e5f5983 Mon Sep 17 00:00:00 2001 From: stopflock Date: Sat, 14 Feb 2026 14:42:39 -0600 Subject: [PATCH] changelog, version --- assets/changelog.json | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/changelog.json b/assets/changelog.json index 7f98474..b00d3fa 100644 --- a/assets/changelog.json +++ b/assets/changelog.json @@ -1,14 +1,14 @@ { "2.7.1": { "content": [ - "• Fixed operator profile selection being lost when moving node position, adjusting direction, or changing profiles" + "• Fixed operator profile selection being lost when moving node position, adjusting direction, or changing profiles", + "• Further improved node loading by only fetching what is needed to determine whether a node is attached to a way/relation" ] }, "2.6.4": { "content": [ "• Added imperial units support (miles, feet) in addition to metric units (km, meters)", - "• Moved units setting from Navigation to Language & Region settings page", - "• Search text now automatically clears when route planning starts" + "• Moved units setting from Navigation to Language & Region settings page" ] }, "2.6.3": { diff --git a/pubspec.yaml b/pubspec.yaml index 86b10e2..e351866 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: deflockapp description: Map public surveillance infrastructure with OpenStreetMap publish_to: "none" -version: 2.7.0+47 # The thing after the + is the version code, incremented with each release +version: 2.7.1+47 # The thing after the + is the version code, incremented with each release environment: sdk: ">=3.8.0 <4.0.0" # RadioGroup widget requires Dart 3.8+ (Flutter 3.35+)