0.15.5
Fixed
- Fixed a bug where Google Takeout import was failing due to unsupported date format with milliseconds in the file.
- Fixed a bug that prevented using the Photon API host with http protocol. Now you can use both http and https protocols for the Photon API host. You now need to explicitly provide
PHOTON_API_USE_HTTPS
to betrue
orfalse
depending on what protocol you want to use. Example is in thedocker-compose.yml
file.
Changed
- The Map page now by default uses timeframe based on last point tracked instead of the today's points. If there are no points, the map will use the today's timeframe.
- The map on the Map page can no longer be infinitely scrolled horizontally. #299
💙 This release is supported by James Manolios, chenrik and aldumil on Patreon 💙
What's Changed
- Allow different timestamp formats in Google exports to be parsed by @saschazepter in #281
- Add use_https option to photon call to fix Issue #333 by @chrisl8 in #338
New Contributors
- @saschazepter made their first contribution in #281
- @chrisl8 made their first contribution in #338
Full Changelog: 0.15.4...0.15.5