Skip to content

Commit

Permalink
Merge branch 'dev' into feat/main-binary-name
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir authored Sep 14, 2024
2 parents 4c2dd0a + b13cb20 commit 71dd568
Show file tree
Hide file tree
Showing 29 changed files with 1,163 additions and 841 deletions.
5 changes: 5 additions & 0 deletions .changes/core-default-schema.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": "patch:bug"
---

Fix schema generation for `core:default` set.
5 changes: 5 additions & 0 deletions .changes/fix-android-proguard.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": patch:bug
---

Add a Proguard rule to prevent custom JSON deserializer and serializer classes from being optimized away.
5 changes: 5 additions & 0 deletions .changes/fix-permission-state-unknown-display.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": patch:breaking
---

Rename `PermissionState::Unknown` to `PermissionState::Prompt`.
5 changes: 5 additions & 0 deletions .changes/fix-request-permissions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": patch:bug
---

Fix `requestPermissions` not resolving on Android.
6 changes: 6 additions & 0 deletions .changes/store-main-binary-name.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-bundler": "patch:feat"
---

Store main binary name in registry for NSIS installer and delete old main binary on updates if the name changes.

6 changes: 6 additions & 0 deletions .changes/wix-consistent-product-code.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"tauri-bundler": "patch:enhance"
---

Generate a consistent Product code for MSI installer derived from `identifier` instead of generating random one each build.

Loading

0 comments on commit 71dd568

Please sign in to comment.