Update roadmap, bump version to 1.4.3, changelog still needs de-vibing

This commit is contained in:
stopflock
2025-11-21 15:42:32 -06:00
parent 3c996c78c9
commit 026ece2e29
3 changed files with 10 additions and 6 deletions

View File

@@ -107,10 +107,7 @@ cp lib/keys.dart.example lib/keys.dart
- Give multiple of these options??
- Nav start+end too close together error (warning + disable submit button?)
- Improve/retune tile fetching backoff/retry
- Disable deletes on nodes belonging to ways/relations
- Support FOV range notation: 0-360, 90-270, 10-45;90-125
- Add some builtin satellite tile provider
- Link to "my changes" on osm (username edit history)
- Are offline areas preferred for fast loading even when online? Check working.
- Fix network indicator - only done when fetch queue is empty!

View File

@@ -1,16 +1,23 @@
{
"1.4.2": {
"1.4.3": {
"content": [
"• NEW: Proximity warning when placing nodes too close together - prevents accidental duplicate submissions",
"• NEW: Configurable distance threshold (5 meters default) warns when nodes are too close to existing devices",
"• NEW: Smart warning dialog suggests using multiple directions on single nodes instead of separate nearby nodes",
"• UX: Proximity warnings help maintain data quality by preventing common mapping errors",
"• UX: Warning messages are fully localized in all 7 supported languages",
"• UX: Dialog shows nearby device details to help users make informed decisions",
"• TECHNICAL: Added intelligent filtering to exclude temporary/pending nodes from proximity checks"
]
},
"1.4.2": {
"content": [
"• NEW: Dedicated 'Upload Queue' page - queue items are now shown in a proper list view instead of a popup",
"• NEW: 'Clear Upload Queue' button is always visible at the top of queue page, greyed out when empty",
"• NEW: 'OpenStreetMap Account' page for managing OSM login and account settings",
"• NEW: 'View My Edits on OSM' button takes you directly to your edit history on OpenStreetMap",
"• IMPROVED: Settings page organization with dedicated pages for upload management and OSM account",
"• IMPROVED: Better empty queue state with helpful messaging",
"• UX: Proximity warnings help maintain data quality by preventing common mapping errors",
"• UX: Cleaner settings page layout with auth and queue sections moved to their own dedicated pages",
"• UX: Added informational content about OpenStreetMap on the account page"
]

View File

@@ -1,7 +1,7 @@
name: deflockapp
description: Map public surveillance infrastructure with OpenStreetMap
publish_to: "none"
version: 1.4.1+14 # The thing after the + is the version code, incremented with each release
version: 1.4.3+14 # 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+