Skip to content

Commit d4d7e1c

Browse files
committed
Merge branch 'main' into dev
2 parents e18d388 + b42c0cf commit d4d7e1c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/content/docs/client/locations/geofencing.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ nuget: Shiny.Locations
44
---
55
import LibBuilder from '../../../../components/Boilerplate/LibBuilder';
66

7-
Geofencing is a very battery efficient setup for most background applications. While similar to GPS listeners, it operates
7+
Geofencing is a very battery efficient setup for most background applications.
8+
While similar to GPS listeners, it differs by operating in a non-immediate, non-precise way for dealing with entry/exit into a specified area.
89

910
:::note[You can only register a maximum amount of geofence regions?]
1011
- Android - 60

src/content/docs/release-notes/extensions.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ import RN from '/src/components/ReleaseNote.astro';
1818

1919
### 1.2.2 - July 26, 2025
2020
<RN type="fix">Booleans with false were not binding properly on stores</RN>
21+
<RN type="fix" platform="iOS">Secure storage would not correctly store or clear all values</RN>
22+
23+
### 1.2.1 - July 15 2025
24+
<RN type="enhancement">Logging has been optionally enabled throughout the DI binding</RN>
2125

2226
### 1.2 - July 14, 2025
2327
<RN type="enhancement">ServiceAttribute now has a TryAdd property that will call the appropriate service lifetime method</RN>

0 commit comments

Comments
 (0)