chore(deps): update dawarich to v1.7.5 #6487

Merged
renovate-bot merged 1 commits from renovate/unified-dawarich into main 2026-05-04 01:37:07 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
Freika/dawarich patch 1.7.31.7.5
freikin/dawarich patch 1.7.31.7.5

Release Notes

Freika/dawarich (Freika/dawarich)

v1.7.5

Compare Source

Added
  • Manual transportation-mode correction per segment in the map view, with a one-click reset to auto-detection. Manually-corrected segments are preserved across re-classification. #​2405
  • Per-user transportation-mode allowlist in the map settings panel. Disabled modes are excluded from auto-detection going forward; existing tracks stay as they are until you press "Re-classify my history". #​2405
Fixed
  • Track duration and average speed are now refreshed whenever a track's path is rebuilt (e.g. after a merge), instead of keeping their pre-merge values. To heal tracks already affected, click Map v2 → Settings → Recalculate tracks & stats once after upgrading.
  • Visited-country statistics no longer count countries that were merely flown over. Points moving faster than 500 km/h are now excluded from the country and city aggregation. Trains and high-altitude cities (Denver, Mexico City, La Paz, Lhasa, …) continue to count as visited. Previously-saved monthly stats are not recomputed automatically — re-run stats calculation to refresh historic months. #​1917
  • Server-rendered timestamps (Points, Places, Imports, Exports, account settings, trial banner) now display in the user's profile timezone, matching the Maps tab. Previously, the time and tooltip could fall back to the server's default zone, drifting by hours. Invalid stored timezones no longer raise. #​1824
  • "Start Reverse Geocoding" now actually re-runs for every point in your database — previously it silently skipped any point that had already been geocoded, even though the button promised a full re-run. #​2141
  • Map v2 date-navigation arrows (< / >) now shift the time window by exactly one day, matching Map v1. Previously they shifted by the current window width, so a 00:00–23:59 selection paged back by 23h59m instead of 24h. #​2548
  • Daily track generation now merges a newly-created track with the immediately-preceding existing track when they are seconds apart, instead of leaving a permanent split each time live tracking briefly pauses. To heal splits that have already accumulated in your database, open Map v2 → Settings → Recalculate tracks & stats once after upgrading; from then on the daily job will keep adjacent tracks merged on its own. #​2265
  • The Maps v1 area-drawing toolbar no longer disappears after toggling the Areas layer or refreshing the page. #​1938
  • Trip page no longer shows an indefinite "loading" spinner in the Countries card when no country data is available; an em-dash placeholder is shown instead, matching the modal's "No countries data available yet." message. #​1831
  • Trips that cross midnight in the user's timezone now contribute distance and time to both calendar days, instead of being attributed entirely to the day they started. The timeline day summary, the calendar heat grid, and adjacent-day km totals all reflect the trip on each day it actually spans. #​2544, #​2546
Changed
  • "Start Reverse Geocoding" and "Continue Reverse Geocoding" now enqueue Sidekiq jobs in bulk batches of 1,000 instead of one round-trip per point. For large databases (millions of points) this drops the enqueue phase from minutes to seconds. Per-point geocoder rate-limit behavior is unchanged. #​2141
  • Map (Leaflet) on mobile browsers no longer clips the bottom of the map and routes after the address bar collapses or the date is changed. #​2000
  • Visit suggestions are now generated from live tracking (Dawarich iOS app, OwnTracks, Overland, Traccar), not just from imports. Previously, only imported data triggered visit detection. Visit suggestion still requires a configured reverse geocoder (Photon, Geoapify, Nominatim, or LocationIQ). #​1749, #​1966

v1.7.4

Compare Source

Fixed
  • Cloud Trial users are no longer limited to 10 MB import files.
  • Self-hosted instances no longer need to set JWT_SECRET_KEY. #​2570
  • QR sizes are fixed. #​2479
  • Family owners can now remove other members directly from the family page. #​2555
  • Insights and statistics now agree on the number of countries visited per month. #​2581
  • The default password for the demo account has been changed to safepassword. The old default password prevented seeds from running due to the new 12-character minimum password length validation. Existing users were not affected. #​2593

Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Freika/dawarich](https://github.com/Freika/dawarich) | patch | `1.7.3` → `1.7.5` | | [freikin/dawarich](https://github.com/Freika/dawarich) | patch | `1.7.3` → `1.7.5` | --- ### Release Notes <details> <summary>Freika/dawarich (Freika/dawarich)</summary> ### [`v1.7.5`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#175---2026-05-04) [Compare Source](https://github.com/Freika/dawarich/compare/1.7.4...1.7.5) ##### Added - Manual transportation-mode correction per segment in the map view, with a one-click reset to auto-detection. Manually-corrected segments are preserved across re-classification. [#&#8203;2405](https://github.com/Freika/dawarich/issues/2405) - Per-user transportation-mode allowlist in the map settings panel. Disabled modes are excluded from auto-detection going forward; existing tracks stay as they are until you press "Re-classify my history". [#&#8203;2405](https://github.com/Freika/dawarich/issues/2405) ##### Fixed - Track duration and average speed are now refreshed whenever a track's path is rebuilt (e.g. after a merge), instead of keeping their pre-merge values. To heal tracks already affected, click Map v2 → Settings → **Recalculate tracks & stats** once after upgrading. - Visited-country statistics no longer count countries that were merely flown over. Points moving faster than 500 km/h are now excluded from the country and city aggregation. Trains and high-altitude cities (Denver, Mexico City, La Paz, Lhasa, …) continue to count as visited. Previously-saved monthly stats are not recomputed automatically — re-run stats calculation to refresh historic months. [#&#8203;1917](https://github.com/Freika/dawarich/issues/1917) - Server-rendered timestamps (Points, Places, Imports, Exports, account settings, trial banner) now display in the user's profile timezone, matching the Maps tab. Previously, the time and tooltip could fall back to the server's default zone, drifting by hours. Invalid stored timezones no longer raise. [#&#8203;1824](https://github.com/Freika/dawarich/issues/1824) - "Start Reverse Geocoding" now actually re-runs for every point in your database — previously it silently skipped any point that had already been geocoded, even though the button promised a full re-run. [#&#8203;2141](https://github.com/Freika/dawarich/issues/2141) - Map v2 date-navigation arrows (`<` / `>`) now shift the time window by exactly one day, matching Map v1. Previously they shifted by the current window width, so a 00:00–23:59 selection paged back by 23h59m instead of 24h. [#&#8203;2548](https://github.com/Freika/dawarich/issues/2548) - Daily track generation now merges a newly-created track with the immediately-preceding existing track when they are seconds apart, instead of leaving a permanent split each time live tracking briefly pauses. To heal splits that have already accumulated in your database, open Map v2 → Settings → **Recalculate tracks & stats** once after upgrading; from then on the daily job will keep adjacent tracks merged on its own. [#&#8203;2265](https://github.com/Freika/dawarich/issues/2265) - The Maps v1 area-drawing toolbar no longer disappears after toggling the Areas layer or refreshing the page. [#&#8203;1938](https://github.com/Freika/dawarich/issues/1938) - Trip page no longer shows an indefinite "loading" spinner in the Countries card when no country data is available; an em-dash placeholder is shown instead, matching the modal's "No countries data available yet." message. [#&#8203;1831](https://github.com/Freika/dawarich/issues/1831) - Trips that cross midnight in the user's timezone now contribute distance and time to both calendar days, instead of being attributed entirely to the day they started. The timeline day summary, the calendar heat grid, and adjacent-day km totals all reflect the trip on each day it actually spans. [#&#8203;2544](https://github.com/Freika/dawarich/issues/2544), [#&#8203;2546](https://github.com/Freika/dawarich/issues/2546) ##### Changed - "Start Reverse Geocoding" and "Continue Reverse Geocoding" now enqueue Sidekiq jobs in bulk batches of 1,000 instead of one round-trip per point. For large databases (millions of points) this drops the enqueue phase from minutes to seconds. Per-point geocoder rate-limit behavior is unchanged. [#&#8203;2141](https://github.com/Freika/dawarich/issues/2141) - Map (Leaflet) on mobile browsers no longer clips the bottom of the map and routes after the address bar collapses or the date is changed. [#&#8203;2000](https://github.com/Freika/dawarich/issues/2000) - Visit suggestions are now generated from live tracking (Dawarich iOS app, OwnTracks, Overland, Traccar), not just from imports. Previously, only imported data triggered visit detection. Visit suggestion still requires a configured reverse geocoder (Photon, Geoapify, Nominatim, or LocationIQ). [#&#8203;1749](https://github.com/Freika/dawarich/issues/1749), [#&#8203;1966](https://github.com/Freika/dawarich/issues/1966) ### [`v1.7.4`](https://github.com/Freika/dawarich/blob/HEAD/CHANGELOG.md#174---2026-05-03) [Compare Source](https://github.com/Freika/dawarich/compare/1.7.3...1.7.4) ##### Fixed - Cloud Trial users are no longer limited to 10 MB import files. - Self-hosted instances no longer need to set `JWT_SECRET_KEY`. [#&#8203;2570](https://github.com/Freika/dawarich/issues/2570) - QR sizes are fixed. [#&#8203;2479](https://github.com/Freika/dawarich/issues/2479) - Family owners can now remove other members directly from the family page. [#&#8203;2555](https://github.com/Freika/dawarich/issues/2555) - Insights and statistics now agree on the number of countries visited per month. [#&#8203;2581](https://github.com/Freika/dawarich/issues/2581) - The default password for the demo account has been changed to `safepassword`. The old default `password` prevented seeds from running due to the new 12-character minimum password length validation. Existing users were not affected. [#&#8203;2593](https://github.com/Freika/dawarich/issues/2593) </details> --- ### Configuration 📅 **Schedule**: (in timezone America/Chicago) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjAuNiIsInVwZGF0ZWRJblZlciI6IjQzLjE2MC42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJkb2NrZXIiLCJnaXRodWItcmVsZWFzZXMiXX0=-->
renovate-bot added the automergedocker labels 2026-05-04 01:36:58 +00:00
renovate-bot added 1 commit 2026-05-04 01:37:01 +00:00
chore(deps): update dawarich to v1.7.5
Some checks are pending
renovate/stability-days Updates have not met minimum release age requirement
lint-test-helm / lint-helm (pull_request) Successful in 22s
lint-test-helm / validate-kubeconform (pull_request) Has been skipped
render-manifests / render-manifests (pull_request) Successful in 1m28s
0d13bb50b8
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-05-04 01:37:03 +00:00
renovate-bot merged commit e6ac975d82 into main 2026-05-04 01:37:07 +00:00
renovate-bot deleted branch renovate/unified-dawarich 2026-05-04 01:37:10 +00:00
Sign in to join this conversation.