Releases: Freika/dawarich
0.3.1
[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 toimports
andpoints
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
Fixed
- Stop ignoring
raw_data
column during requests toimports
andpoints
tables. This was preventing points from being created.
Full Changelog: 0.2.4...0.2.5
0.2.4
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 toimports
andpoints
tables.
Full Changelog: 0.2.3...0.2.4
0.2.3
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 therecords.json
file instead and choose "google_records" as a source.
Full Changelog: 0.2.1...0.2.3
0.2.1
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
- Bump geocoder from 1.8.2 to 1.8.3 by @dependabot in #29
- Bump pundit from 2.3.1 to 2.3.2 by @dependabot in #35
- Bump dotenv-rails from 3.1.0 to 3.1.2 by @dependabot in #36
- Bump tailwindcss-rails from 2.5.0 to 2.6.0 by @dependabot in #31
Full Changelog: 0.2.0...0.2.1
0.2.0
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
0.1.9.1
Full Changelog: 0.1.9...0.1.9.1
0.1.9
What's Changed in 0.1.9
- Bump redis from 5.1.0 to 5.2.0 by @dependabot in #20
- Fix imports uploading by @Freika in #21
Full Changelog: 0.1.8.1...0.1.9
0.1.8.1
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
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