What's Changed in 0.2.0
BREAKING CHANGES:
This release changes how Dawarich handles a city visit threshold. Previously, the MINIMUM_POINTS_IN_CITY
environment variable was used to determine the minimum number of points in a city to consider it as visited. Now, the MIN_MINUTES_SPENT_IN_CITY
environment variable is used to determine the minimum minutes between two points to consider them as visited the same city.
The logic behind this is the following: if you have a lot of points in a city, it doesn't mean you've spent a lot of time there, especially if your OwnTracks app was in "Move" mode. So, it's better to consider the time spent in a city rather than the number of points.
In your docker-compose.yml file, you need to replace the MINIMUM_POINTS_IN_CITY
environment variable with MIN_MINUTES_SPENT_IN_CITY
. The default value is 60
, in minutes.
- Bump super_diff from 0.11.0 to 0.12.1 by @dependabot in #26
- Bump sidekiq from 7.2.2 to 7.2.4 by @dependabot in #25
- Bump shrine from 3.5.0 to 3.6.0 by @dependabot in #24
- Bump tailwindcss-rails from 2.4.0 to 2.5.0 by @dependabot in #23
- Rework calculation of cities visited by @Freika in #22
Full Changelog: 0.1.9...0.2.0