Dawarich - Package Updates
-
N nebulon pinned this topic
-
[0.2.0]
- Fix upload storage
-
[0.3.0]
- Symlink
watchedfolder from /app/data - Move non-persistent data from /tmp to /run
- Symlink
-
[0.4.0]
- Update dawarich to 0.36.0
- Full Changelog
- Support for KML file uploads. #350
- User can now create a place directly from the map and add tags and notes to it. If reverse geocoding is enabled, list of nearby places will be shown as suggestions.
- User can create and manage tags for places.
- Visits for manually created places are being suggested automatically, just like for areas.
- User can enable or disable places layers on the map to show/hide all or just some of their visited places based on tags.
- User can define privacy zones around places with specific tags to hide map data within a certain radius.
- If user has a place tagged with a tag named "Home" (case insensitive), and this place doesn't have a privacy zone defined, this place will be used as home location for days with no tracked data. #1659 #1575
- The map settings panel is now scrollable
- Fixed a bug where family location sharing settings were not being updated correctly. #1940
- Internal redis settings updated to implement support for connecting to Redis via unix socket. #1706
- Implemented authentication via GitHub and Google for Dawarich Cloud.
-
[0.5.0]
- Update dawarich to 0.36.1
- Full Changelog
- Exporting user data now works a lot faster and consumes less memory.
- Fix the restart loop. #1937 #1975
- 0.36.1 by @Freika in #1986
-
[1.0.0]
- Update dawarich to 0.36.2
- Full Changelog
- User can select between Map v1 (Leaflet) and Map v2 (MapLibre GL JS) in the User Settings.
- Heatmap and Fog of War now are moving correctly during map interactions on v2 map. #1798
- Polyline crossing international date line now are rendered correctly on v2 map. #1162
- Place popup tags parsing (MapLibre GL JS compatibility)
- Stats calculation should be faster now.
-
[1.1.0]
- Update dawarich to 0.36.3
- Full Changelog
- Setting
ARCHIVE_RAW_DATAenv var to true will enable monthly raw data archiving for all users. It will look for points older than 2 months withraw_datacolumn not empty and create a zip archive containing raw data files for each month. After successful archiving, raw data will be removed from the database to save space. Monthly archiving job is being run every day at 2:00 AM. Default env var value is false. - In map v2, user can now move points when Points layer is enabled. #2024
- In map v2, routes are now being rendered using same logic as in map v1, route-length-wise. #2026
- Cities visited during a trip are now being calculated correctly. #547 #641 #1686 #1976
- Points on the map are now show time in user's timezone. #580 #1035 #1682
- Date range inputs now handle pre-epoch dates gracefully by clamping to valid PostgreSQL integer range. #685
- Redis client now also being configured so that it could connect via unix socket. #1970
- Importing KML files now creates points with correct timestamps. #1988
- Importing KMZ files now works correctly.
- Map settings are now being respected in map v2. #2012