You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,31 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
-
# [0.33.1]
7
+
# [0.34.0] - 2025-10-10
8
+
9
+
## The Family release
10
+
11
+
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.
12
+
13
+
## Added
14
+
15
+
- Users can now create family groups and invite members to join.
16
+
17
+
## Fixed
18
+
19
+
- Sign out button works again. #1844
20
+
- Fixed user deletion bug where user could not be deleted due to counter cache on points.
21
+
- Users always have default distance unit set to kilometers. #1832
22
+
- All confirmation dialogs are now showing only once.
23
+
24
+
## Changed
25
+
26
+
- Minor versions of Dawarich are being built for ARM64 architecture as well again. #1840
27
+
- Importing process for Google Maps Timeline exports, GeoJSON and geodata from photos is now significantly faster.
0 commit comments