From c7b70dddc44b45b86a4263e4d253c15272f2707e Mon Sep 17 00:00:00 2001 From: stopflock Date: Sat, 22 Nov 2025 00:27:46 -0600 Subject: [PATCH] De-vibe changelog --- assets/changelog.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/assets/changelog.json b/assets/changelog.json index d78b8dd..96a9454 100644 --- a/assets/changelog.json +++ b/assets/changelog.json @@ -2,20 +2,15 @@ "1.4.5": { "content": [ "• NEW: Minimum zoom level (Z15) enforced for adding and editing surveillance nodes to ensure precise positioning", - "• UX: Snackbar explains why add/edit sheets cannot open when zoomed out too far", - "• UX: Prevents zooming out below minimum level when add/edit sheets are open", - "• Node tags sheet continues to work at all zoom levels for viewing device information", - "• NEW: Minimum zoom level (Z10) enforced for offline area downloads to prevent app crashes from large areas", - "• UX: Download button shows explanatory message when zoomed out too far instead of hanging", - "• IMPROVED: Offline area download confirmation now shows as popup with 'View Progress in Settings' button instead of simple notification", - "• UX: Download failures now display as dialog instead of snackbar for better visibility" + "• NEW: Minimum zoom level (Z10) enforced for offline area downloads to prevent insanely large areas", + "• IMPROVED: Offline area download confirmation now shows as popup with 'View Progress in Settings' button instead of snackbar" ] }, "1.4.4": { "content": [ "• FOV range notation parsing - now supports OSM data like '90-270' (180° FOV centered at 180°)", "• Complex range notation support: 'ESE;90-125;290' displays multiple FOV cones correctly", - "• Profile FOV configuration - built-in profiles now have manufacturer-specific FOV values", + "• Profiles now support optional specific FOV values", "• Smart cone rendering - variable FOV widths, 360° cameras show full circles" ] },