changelog, version

This commit is contained in:
stopflock
2026-02-14 14:42:39 -06:00
parent 7470b14e38
commit 2dca311d2a
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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": {
+1 -1
View File
@@ -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+)