Reitti 1.9.3: Magic Link Fixes and Enhancements
Hello everyone,
Version 1.9.3 is a focused release that addresses a couple of important issues with "magic links" and adds more control over what you share.
Bug Fix: Corrected Date Calculation for Live Data Links
I have fixed a bug where "Live data only" magic links would return an incorrect time range of data.
- The root cause was that the user's timezone was being applied twice during the date calculation for the API endpoint. This has been corrected in PR #344, and the links now return the proper data for the current day as intended.
Enhancement: Improved Privacy & New 'Photos' Option for Live Links
In the same pull request, I made two further improvements to magic links based on issue #343:
- Improved-Privacy: I've addressed an issue where links set to "Live Data Only" were still including "Visit Information" for the current day. This was not the intended behavior. These links will now strictly show live location data and will no longer include any visit details.
- New Access Level: To provide more sharing flexibility, I've added a new access level: 'Live Data Only + Photos'. This option is for when you want to share your real-time location and the photos associated with it, without exposing any other information like historical data or visit summaries.
It's recommended to update to ensure your magic links behave as expected.
Full Changelog: https://github.com/dedicatedcode/reitti/compare/v1.9.2...v1.9.3