Reitti v1.0.10 Release: Enhancing Data Precision and UI Stability ✨
This update delivers critical improvements centered on refining location data integrity and significant enhancements to the user interface, particularly the date picker component.
What's New 🎉
Intelligent Location Data Filtering for Enhanced Precision 🗺️
We've implemented a sophisticated filtering algorithm designed to clean geographical location data by identifying and removing spurious or inaccurate points. While this feature is particularly effective for ingesting raw data from sources like Google Takeout JSON, it markedly elevates overall data quality for all users. The filter leverages multiple heuristics: analyzing reported accuracy (in meters), detecting unrealistic velocity changes, and flagging abrupt direction reversals to ensure cleaner, more reliable tracks.
Action Required for Data Reprocessing:
To apply this enhanced filtering to your existing historical data and benefit from improved accuracy, a reprocessing of your RawLocationPoints
is necessary:
- Enable with Caution: Temporarily set the
DANGEROUS_LIFE
environment variable. (Consult our updated environment variables documentation for detailed instructions and important precautions). - Navigate: Access
Settings > Manage Data
within the application. - Initiate Reprocessing: Click the
Clear and Reprocess
button to start the process.
(Feature Contributed by @dgraf-gh in #72)
Refined Date Picker Functionality and UX 📅
The date picker component has received substantial functional and UI/UX enhancements, resulting in a notably more stable and intuitive user experience. Key improvements include:
- Visual Cues for Availability: Users can now clearly differentiate between available and unavailable dates through distinct visual styling.
- Stabilized Interaction: We've eliminated previous erratic behavior such as "sudden jumps" and prevented unintended auto-selection during scrolling, ensuring predictable and smooth user interaction.
(Improvements Contributed by @dgraf-gh in #71 and #73)
Other Notable Improvements
- Updated Screenshots: New application screenshots have been added to provide better visual guidance for documentation and user onboarding.
Full Changelog: v1.0.9...v1.0.10