Skip to content

Commit 2e92a5f

Browse files
committed
Update to 1.5
update nugets to v1.5
1 parent 1335135 commit 2e92a5f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.4.2</Version>
3+
<Version>1.5.0</Version>
44
</PropertyGroup>
55
</Project>

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ DexieCloudNET is a .NET wrapper for dexie.js minimalist wrapper for IndexedDB se
66
*'DexieNET' used with permission of David Fahlander*
77

88
*and made with*
9-
<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/Rider.png" alt="Rider logo." style="width:100px;"> [*Support for Open-Source Projects*](https://www.jetbrains.com/community/opensource/#support) !
9+
<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/Rider.png" alt="Rider logo." style="width:100px;"> [Free edition](https://www.jetbrains.com/de-de/rider/download) !
1010

1111
## News
12+
- Starting with revision 1.5, [R3](https://github.com/Cysharp/R3) is used as reactive core. Please refer to the samples for usage.
1213
- Added experimental support for 'share' via a magic link. See the updates in the [ToDoSample](DexieNETCloudSample). Unfortunately, the basic idea of using this for an iOS/iPadOS shortcut doesn't work as expected. The shortcut scheme *"webapp://"* does not handle query parameters. On macOS using the normal *"https://"* scheme it's working as expected!
1314
- You can find the experimental shortcut here [AddToDO](https://www.icloud.com/shortcuts/053b0c9644eb41bdb5139734591bce2d)
1415
- Added Declarative Web Push support. Please check the [Explanation](https://www.webkit.org/blog/16535/meet-declarative-web-push/#how-to-use-declarative-web-push) and PushServer [ReadMe](DexieNETCloudPushServer/README.md)
15-
- Declarative WebPush is only supported for iOS and iPadOS >= 18.4
16+
- Declarative WebPush is only supported for iOS and iPadOS >= 18.4 and macOS >= 15.5
1617
- Especially on iOS < 18.4 clicking on notifications currently does not work reliable [notificationclick events in serviceworkers not firing](https://bugs.webkit.org/show_bug.cgi?id=268797)
1718
- Clicking on notifications currently does not work reliably for Chrome on MacOS >= 15 in addition to several other problems, use Safari for MacOS desktop PWA instead.
1819
- Released [DexieCloud](https://dexie.org/cloud/)

0 commit comments

Comments
 (0)