Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changes/android-video-dir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
tauri: minor:breaking
---

On Android, `$VIDEO` and `video_dir()` now resolve to the app-specific Movies directory instead of external cache storage.

**Migration:** Files previously written to the old location (`.../cache`) will not be discovered at the new location (`.../files/Movies`). Migrate existing files or update path assumptions accordingly.
5 changes: 5 additions & 0 deletions .changes/bundler-breaking-changes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
tauri-bundler: patch:deps
---

**Breaking Change:** Updated various dependencies and removed `goblin`. Some of these dependencies are part of the public API which makes this a breaking change. Added a warning about `tauri-bundler`'s API stability in reflection to past regular breaking struct changes.
5 changes: 5 additions & 0 deletions .changes/change-pr-15578.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri": patch:enhance
---

`State` had `Send` and `Sync` trait bounds that were already implied, remove them from the struct definition.
4 changes: 2 additions & 2 deletions .changes/change-pr-15593.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"tauri-macos-sign": patch:enhance
"tauri-macos-sign": patch:deps
---

Apple codesign update, no user facing changes.
Updated dependency `apple-codesign` to `0.29`, no user facing changes.
5 changes: 5 additions & 0 deletions .changes/fix-send-sync.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tauri-runtime-wry": minor:breaking
---

`WindowsStore` and `DispatcherMainThreadContext` are no longer `Send` and `Sync`, and unsafe impl has been moved to `Context` directly.
Loading
Loading