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
+9 -2
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"
]