|
@@ -25,6 +25,11 @@
|
|
|
- On Windows, change webview theme based on Window theme for more accurate `prefers-color-scheme` support.
|
|
|
- [7a8d570d](https://www.github.com/tauri-apps/tauri/commit/7a8d570db72667367eb24b75ddc5dd07a968f7c0) fix: sync webview theme with window theme on Windows, closes [#5802](https://www.github.com/tauri-apps/tauri/pull/5802) ([#5874](https://www.github.com/tauri-apps/tauri/pull/5874)) on 2022-12-27
|
|
|
|
|
|
+## \[0.12.2]
|
|
|
+
|
|
|
+- Block remote URLs from accessing the IPC.
|
|
|
+ - [9c0593c33](https://www.github.com/tauri-apps/tauri/commit/9c0593c33af52cd9e00ec784d15f63efebdf039c) feat(core): block remote URLs from accessing the IPC on 2023-04-12
|
|
|
+
|
|
|
## \[0.12.1]
|
|
|
|
|
|
- Fix `allowlist > app > show/hide` always disabled when `allowlist > app > all: false`.
|
|
@@ -45,6 +50,11 @@
|
|
|
- Added the `user_agent` option when creating a window.
|
|
|
- [a6c94119](https://www.github.com/tauri-apps/tauri/commit/a6c94119d8545d509723b147c273ca5edfe3729f) feat(core): expose user_agent to window config ([#5317](https://www.github.com/tauri-apps/tauri/pull/5317)) on 2022-10-02
|
|
|
|
|
|
+## \[0.11.2]
|
|
|
+
|
|
|
+- Block remote URLs from accessing the IPC.
|
|
|
+ - [58ea0b452](https://www.github.com/tauri-apps/tauri/commit/58ea0b45268dbd46cbac0ebb0887353d057ca767) feat(core): block remote URLs from accessing the IPC on 2023-04-12
|
|
|
+
|
|
|
## \[0.11.1]
|
|
|
|
|
|
- Add missing allowlist config for `set_cursor_grab`, `set_cursor_visible`, `set_cursor_icon` and `set_cursor_position` APIs.
|
|
@@ -58,6 +68,11 @@
|
|
|
- Update windows to 0.39.0 and webview2-com to 0.19.1.
|
|
|
- [e6d9b670](https://www.github.com/tauri-apps/tauri/commit/e6d9b670b0b314ed667b0e164f2c8d27048e678f) refactor: remove unneeded focus code ([#5065](https://www.github.com/tauri-apps/tauri/pull/5065)) on 2022-09-03
|
|
|
|
|
|
+## \[0.10.3]
|
|
|
+
|
|
|
+- Block remote URLs from accessing the IPC.
|
|
|
+ - [fa90214b0](https://www.github.com/tauri-apps/tauri/commit/fa90214b052b1a5d38d54fbf1ca422b4c37cfd1f) feat(core): block remote URLs from accessing the IPC on 2023-04-12
|
|
|
+
|
|
|
## \[0.10.2]
|
|
|
|
|
|
- Added option to disable tray menu on left click on macOS.
|