File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 210210 " .changes/msi-license.md" ,
211211 " .changes/non-exhaustive.md" ,
212212 " .changes/notification-permission.md" ,
213+ " .changes/notification-regression.md" ,
213214 " .changes/panic-dispatcher-getter-main-thread.md" ,
214215 " .changes/path-resolver.md" ,
215216 " .changes/percent-decode-asset-protocol.md" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## \[ 1.0.0-beta.9]
4+
5+ - Fixes ` Notification.requestPermission() ` deadlock.
6+ - [ 48f3768c] ( https://www.github.com/tauri-apps/tauri/commit/48f3768c41a2c68e2e097fcc1ef50e549c1dfb78 ) fix(core): ` Notification.requestPermission() ` deadlock regression on 2021-08-24
7+
38## \[ 1.0.0-beta.8]
49
510- Fix missing asset protocol path.Now the protocol is ` https://asset.localhost/path/to/file ` on Windows. Lunix and macOS
Original file line number Diff line number Diff line change 11[package ]
22name = " tauri"
3- version = " 1.0.0-beta.8 "
3+ version = " 1.0.0-beta.9 "
44authors = [ " Tauri Programme within The Commons Conservancy" ]
55categories = [ " gui" , " web-programming" ]
66license = " Apache-2.0 OR MIT"
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0-beta.10" ,
44 "node" : " >= 12.13.0"
55 },
6- "tauri" : " 1.0.0-beta.8 " ,
6+ "tauri" : " 1.0.0-beta.9 " ,
77 "tauri-build" : " 1.0.0-beta.4"
88}
You can’t perform that action at this time.
0 commit comments