From 4cb40527ea6104f4d2859bc367fcf0fcbce187e7 Mon Sep 17 00:00:00 2001 From: rakadu1 Date: Wed, 18 Mar 2026 10:26:31 +0530 Subject: [PATCH] **Release Draft: v3.2.7 (March 18, 2026)** This release introduces a redesigned startup flow, universal drag-and-drop, and critical stability fixes for video-only telemetry. --- **New Features** * **Universal Drag-and-Drop:** Expanded functionality to allow file loading from any screen within the application. * **Redesigned Startup Flow:** Implemented a Foxglove-style SPA loading screen for a smoother initialization experience. * **In-App Changelog:** Added a dedicated button and modal to the header for viewing version updates directly. * **Codebase Overview:** Enhanced the architectural view with a structured file system tree and improved map visibility. **Fixes and Performance** * **Video-Only Stability:** Fixed crashes occurring during video-only file loading and added regression tests to ensure long-term stability. * **Render Pipeline:** Optimized the visualization engine and refined the zoom camera UX for more fluid interaction. * **Robust Parsing:** Improved date-time parsing logic and overlay resilience. * **UI Refinement:** Resized the visual map, hid redundant scrollbars, and updated the application favicon. **Maintenance** * **Infrastructure:** Restructured internal documentation into dedicated `annex/` and `intel/` directories. * **Configuration:** Updated `.gitignore` and refined internal documentation paths. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3efc344..2faabf9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ steps/Console_logs/Log_After_Updateframe_moved.log steps/Console_logs/127.0.0.1-1763094792904.log steps/Console_logs/ .VSCodeCounter/ +V3.2.7 \ No newline at end of file