From 4d1032e56d1c0ca67519538ec7c18c2689d8190c Mon Sep 17 00:00:00 2001 From: stopflock Date: Wed, 11 Mar 2026 23:22:17 -0500 Subject: [PATCH] ver, changelog --- assets/changelog.json | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/changelog.json b/assets/changelog.json index cddd8d0..889a68f 100644 --- a/assets/changelog.json +++ b/assets/changelog.json @@ -1,4 +1,9 @@ { + "2.9.1": { + "content": [ + "• When hitting node render limit, only render nodes closest to center of viewport." + ] + }, "2.9.0": { "content": [ "• Caching, tile retries, offline areas, now working properly. Map imagery should load correctly." diff --git a/pubspec.yaml b/pubspec.yaml index 6269a4b..f148143 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.9.0+51 # The thing after the + is the version code, incremented with each release +version: 2.9.1+52 # 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+)