File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 210
210
" .changes/msi-license.md" ,
211
211
" .changes/non-exhaustive.md" ,
212
212
" .changes/notification-permission.md" ,
213
+ " .changes/notification-regression.md" ,
213
214
" .changes/panic-dispatcher-getter-main-thread.md" ,
214
215
" .changes/path-resolver.md" ,
215
216
" .changes/percent-decode-asset-protocol.md" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
8
## \[ 1.0.0-beta.8]
4
9
5
10
- 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 1
1
[package ]
2
2
name = " tauri"
3
- version = " 1.0.0-beta.8 "
3
+ version = " 1.0.0-beta.9 "
4
4
authors = [ " Tauri Programme within The Commons Conservancy" ]
5
5
categories = [ " gui" , " web-programming" ]
6
6
license = " Apache-2.0 OR MIT"
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0-beta.10" ,
4
4
"node" : " >= 12.13.0"
5
5
},
6
- "tauri" : " 1.0.0-beta.8 " ,
6
+ "tauri" : " 1.0.0-beta.9 " ,
7
7
"tauri-build" : " 1.0.0-beta.4"
8
8
}
You can’t perform that action at this time.
0 commit comments