Skip to content

Releases: Freika/dawarich

0.3.1

23 May 18:56
Compare
Choose a tag to compare

[0.3.1] — 2024-05-23

Added

  • Instruction on how to import Google Takeout data to the application

[0.3.0] — 2024-05-23

Added

  • Add Points page to display all the points as a table with pagination to allow users to delete points
  • Sidekiq web interface to monitor background jobs is now available at /sidekiq
  • Now you can choose a date range of points to be exported

[0.2.6] — 2024-05-23

Fixed

  • Stop selecting raw_data column during requests to imports and points tables to improve performance.

Changed

  • Rename PointsController to MapController along with all the views and routes

Added

  • Add Points page to display all the points as a table with pagination to allow users to delete points

Full Changelog: 0.2.5...0.3.1

0.2.5

21 May 21:10
Compare
Choose a tag to compare

Fixed

  • Stop ignoring raw_data column during requests to imports and points tables. This was preventing points from being created.

Full Changelog: 0.2.4...0.2.5

0.2.4

19 May 16:27
Compare
Choose a tag to compare

Added

  • In right sidebar you can now see the total amount of geopoints aside of kilometers traveled

Fixed

  • Improved overall performance if the application by ignoring raw_data column during requests to imports and points tables.

Full Changelog: 0.2.3...0.2.4

0.2.3

18 May 13:09
Compare
Choose a tag to compare

Added

  • Now you can import records.json file from your Google Takeout archive, not just Semantic History Location JSON files. The import process is the same as for Semantic History Location JSON files, just select the records.json file instead and choose "google_records" as a source.

Full Changelog: 0.2.1...0.2.3

0.2.1

18 May 10:18
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

What's Changed in 0.2.1

Added

  • Cities, visited by user and listed in right sidebar now also have an active link to a date they were visited

Fixed

  • Dark/light theme switcher in navbar is now being saved in user settings, so it persists between sessions

Full Changelog: 0.2.0...0.2.1

0.2.0

05 May 10:06
Compare
Choose a tag to compare

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.


Full Changelog: 0.1.9...0.2.0

0.1.9.1

26 Apr 19:02
Compare
Choose a tag to compare
0.1.9.1 Pre-release
Pre-release

Full Changelog: 0.1.9...0.1.9.1

0.1.9

25 Apr 20:58
b447c67
Compare
Choose a tag to compare

What's Changed in 0.1.9

Full Changelog: 0.1.8.1...0.1.9

0.1.8.1

21 Apr 16:14
Compare
Choose a tag to compare

What Changed in 0.1.8.1

2024-04-21

Changed

  • Set Redis as default cache store

Fixed

  • Consider timezone when parsing datetime params in points controller
  • Add rescue for check version service class

Full Changelog: 0.1.8...0.1.8.1

0.1.8

21 Apr 15:59
Compare
Choose a tag to compare

What's Changed in 0.1.8

2024-04-21

Added

  • Application version badge to the navbar with check for updates button
  • Npm dependencies install to Github build workflow
  • Footer

Changed

  • Disabled map points rendering by default to improve performance on big datasets

Full Changelog: 0.1.7...0.1.8