Skip to content

Releases: Freika/dawarich

0.34.2

31 Oct 18:34
5a9bdfe

Choose a tag to compare

Fixed

  • Fixed a bug in UTM trackable concern. #1909

💙 This release is supported by Steven B., James Manolios, chenrik, aldumil, derpderpington, Chippie, dint, jhalpern, Lex Fradski, Schlufo, cyberswan.at, craftyklaus, Andre, hogenf, naraxius, Embrace, martin4861, Alex, evetters, GregF, Jon Coffee, Lukas, Robbie G, Kilian, Hans G, Chris, tabaha, Andre, Michael C, Chris, gesus, Jonah B., Dante, daallex, Tanner A., Matthias B., Milien M., Mathias, Travis S., Michael J., Matthew F., Johnathan D., bleibdirtroy, no1etal, dixet, Bailey J., Alex D., Benjamin M., Daniel A., Florian, BeeHappy, ChemistryDachshund, OrangeWindies, Roman G., Erik K., Ian F., Michelangelo V., Edward, Erazem Z., Wolfgang B., Denis Abt, Tony G., Andrew D., Lomky, Osamu Y., Simon van B., Linus T., Christian C., Sebastian, Jan K., Nathan T., Bomberurs, Max G., Lars N., Karol B., Konstantin, Johannes H., on Patreon and KoFi 💙


What's Changed

Full Changelog: 0.34.1...0.34.2

0.34.1

30 Oct 19:01
55e1f4a

Choose a tag to compare

Fixed

  • Broken Stats page for users with no reverse geocoding enabled. #1877

Changed

  • Date navigation on the map page is no longer shown as floating panel. It is now part of the top navigation bar to prevent overlapping with other map controls. #1894 #1881

Added

  • [Dawarich Cloud] Added support for UTM parameters during user registration. UTM parameters will be stored with the user record for marketing analytics purposes.

What's Changed

Full Changelog: 0.34.0...0.34.1

0.34.0

25 Oct 17:39
8c24764

Choose a tag to compare

The Family release

In this release we're introducing family features that allow users to create family groups, invite members, and share location data. Family owners can manage members, control sharing settings, and ensure secure access to shared information. Location sharing is optional and can be enabled or disabled by each member individually. Users can join only one family at a time. Location sharing settings can be set to share location for 1, 6, 12, 24 hours or permanently. Family features are now available only for self-hosted instances and will be available in the cloud in the future. When "Family members" layer is enabled on the map, family member markers will be updated in real-time.

Added

  • Users can now create family groups and invite members to join.

Fixed

  • Sign out button works again. #1844
  • Fixed user deletion bug where user could not be deleted due to counter cache on points.
  • Users always have default distance unit set to kilometers. #1832
  • All confirmation dialogs are now showing only once.

Changed

  • Minor versions of Dawarich are being built for ARM64 architecture as well again. #1840
  • Importing process for Google Maps Timeline exports, GeoJSON and geodata from photos is now significantly faster.
  • The Map page now features a full-screen map.

What's Changed

Full Changelog: 0.33.1...0.34.0

0.34.0-rc.3

21 Oct 18:10

Choose a tag to compare

0.34.0-rc.3 Pre-release
Pre-release

0.34.0-rc.2

20 Oct 18:42
07216e0

Choose a tag to compare

0.34.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.34.0-rc.1...0.34.0-rc.2

0.34.0-rc.1

13 Oct 13:10

Choose a tag to compare

0.34.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.33.0...0.34.0-rc.1

0.33.1

07 Oct 20:27
493db27

Choose a tag to compare

Changed

  • On the Trip page, instead of list of visited countries, a number of them is being shown. Clicking on it opens a modal with a list of countries visited during the trip. #1731

Fixed

  • GET /api/v1/stats endpoint now returns correct 0 instead of null if no points were tracked in the requested period.
  • User import data now being streamed instead of loaded into memory all at once. This should prevent large imports from exhausting memory or hitting IO limits while reading export archives.
  • Popup for manual visit creation now looks better in both light and dark modes. #1835
  • Fixed a bug where visit circles were not interactive on the map page. #1833
  • Fixed a bug with stats sharing settings being not filled. #1826
  • Fixed a bug where user could not be deleted due to counter cache on points. #1818
  • Introduce apt-get upgrade before installing new packages in the docker image to prevent vulnerabilities. #1793
  • Fixed time shift when creating visits manually. #1679
  • Provide default map layer if user settings are not set.

💙 This release is supported by Steven B., James Manolios, chenrik, aldumil, derpderpington, Chippie, dint, jhalpern, Lex Fradski, Schlufo, cyberswan.at, craftyklaus, Andre, hogenf, naraxius, Embrace, martin4861, Alex, evetters, GregF, Jon Coffee, Lukas, Robbie G, Kilian, Hans G, Chris, tabaha, Andre, Michael C, Chris, gesus, Jonah B., Dante, daallex, Tanner A., Matthias B., Milien M., Mathias, Travis S., Michael J., Matthew F., Johnathan D., bleibdirtroy, no1etal, dixet, Bailey J., Alex D., Benjamin M., Daniel A., Florian, BeeHappy, ChemistryDachshund, OrangeWindies, Roman G., Erik K., Ian F., Michelangelo V., Edward, Erazem Z., Wolfgang B., Denis Abt, Tony G., Andrew D., Lomky, Osamu Y., Simon van B., Linus T., Thomas V. on Patreon and KoFi 💙


What's Changed

Full Changelog: 0.33.0...0.33.1

0.33.0

29 Sep 21:21

Choose a tag to compare

Fixed

  • Fix a bug where some points from Owntracks were not being processed correctly which prevented import from being created. #1745
  • Hexagons for the stats page are now being calculated a lot faster.
  • Prometheus exporter is now not being started when console is being run.
  • Stats will now properly reflect countries and cities visited after importing new points.
  • GET /api/v1/points will now return correct latitude and longitude values. #1502
  • Deleting an import will now trigger stats recalculation for affected months. #1789
  • Importing process should now schedule visits suggestions job a lot faster.
  • Importing GPX files that start with <gpx tag will now be detected correctly. #1775
  • Buttons on the map now have correct contrast in both light and dark modes.

Changed

  • Onboarding modal window now features a link to the App Store and a QR code to configure the Dawarich iOS app.
  • A permanent option was removed from stats sharing options. Now, stats can be shared for 1, 12 or 24 hours only.
  • User data archive importing now uploads the file directly to the storage service instead of uploading it to the app first.
  • Importing progress bars are now looking nice.
  • Ruby version was updated to 3.4.6.

Added

  • Based on preferred theme (light or dark), the map controls will now load with the corresponding styles.
  • [Dawarich Cloud] Added foundation for upcoming authentication from iOS app.
  • [Dawarich Cloud] Trial users can now create up to 5 imports. After that, they will be prompted to subscribe to a paid plan.
  • [Dawarich Cloud] Added Posthog analytics. Disabled by default, can be enabled with POSTHOG_ENABLED environment variable.

💙 This release is supported by Steven B., James Manolios, chenrik, aldumil, derpderpington, Chippie, dint, jhalpern, Lex Fradski, Schlufo, cyberswan.at, craftyklaus, Andre, hogenf, naraxius, Embrace, martin4861, Alex, evetters, GregF, Jon Coffee, Lukas, Robbie G, Kilian, Hans G, Chris, tabaha, Andre, Michael C, Chris, gesus, Jonah B., Dante, daallex, Tanner A., Matthias B., Milien M., Mathias, Travis S., Michael J., Matthew F., Johnathan D., bleibdirtroy, no1etal, dixet, Bailey J., Alex D., Benjamin M., Daniel A., Florian, BeeHappy, ChemistryDachshund, OrangeWindies, Roman G., Erik K., Ian F., Michelangelo V., Edward, Erazem Z., Wolfgang B., Denis Abt, Tony G., Andrew D., Lomky, Osamu Y., Simon van B., Linus T., Thomas V., Martin M., on Patreon and KoFi 💙

Also, HUGE thanks to Alan, who generously donated us 100 kofis at once! That's €500 in hooman money, thank you!

What's Changed

Full Changelog: 0.32.0...0.33.0

0.32.1-rc.1

26 Sep 18:01
0bf3ada

Choose a tag to compare

0.32.1-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.32.0...0.32.1-rc.1

0.32.0

13 Sep 17:04
7f44030

Choose a tag to compare

The Shareable Stats Release

Discussion: https://discourse.dawarich.app/t/release-0-32-0-shareable-month-stats/17

изображение изображение изображение

Fixed

  • Tracked distance on year card on the Stats page will always be equal to the sum of distances on the monthly chart below it. #466
  • Stats are now being calculated for trial users as well as active ones.

Added

  • A cron job to generate daily tracks for users with new points since their last track generation. Being run every 4 hours.
  • A new month stat page, featuring insights on how user's month went: distance traveled, active days, countries visited and more.
  • Month stat page can now be shared via public link. User can limit access to the page by sharing period: 1/12/24 hours or permanent.

Changed

  • Stats page now loads significantly faster due to caching.
  • Data on the Stats page is being updated daily, except for total distance and number of geopoints tracked, which are being updated on the fly. Also, charts with yearly and monthly stats are being updated every hour.
  • Minor versions are now being built only for amd64 architecture to speed up the build process.
  • If user is not authorized to see a page, they will be redirected to the home page with appropriate message instead of seeing an error.

💙 This release is supported by Steven B., James Manolios, chenrik, aldumil, derpderpington, Chippie, dint, jhalpern, Lex Fradski, Schlufo, cyberswan.at, craftyklaus, JMyrng, Andre, hogenf, naraxius, Embrace, martin4861, Alex, evetters, GregF, Jon Coffee, Lukas, Robbie G, Kilian, Hans G, Chris, tabaha, Andre, Michael C, Chris, gesus, Jonah B., Dante, daallex, Tanner A., Matthias B., Milien M., Mathias, Travis S., Michael J., Matthew F., Johnathan D., bleibdirtroy, no1etal, dixet, Bailey J., Alex D., Benjamin M., Daniel A., Florian, BeeHappy, ChemistryDachshund, OrangeWindies, Roman G., Erik K., Ian F., Michelangelo V., Edward, Erazem Z., Wolfgang B., Denis Abt, Tony G., Andrew D. and Lomky on Patreon and KoFi 💙


What's Changed

Full Changelog: 0.31.0...0.32.0