Releases: tauri-apps/wry
wry v0.8.0
Updating crates.io index
Cargo Audit
\
`
Fetching advisory database from https://github.com/RustSec/advisory-db.git
Loaded 288 security advisories (from /Users/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (223 crate dependencies)
\
`
[0.8.0]
- Wry now accepts multiple custom protocol registerations.
- Apply license header for SPDX compliance.
- Remove bindings crate and use windows-webview2 as dependency instead.
Cargo Publish
\
`
Updating crates.io index
Packaging wry v0.8.0 (/Users/runner/work/wry/wry)
Uploading wry v0.8.0 (/Users/runner/work/wry/wry)
\
`
wry v0.7.0
Updating crates.io index
Cargo Audit
\
`
Fetching advisory database from https://github.com/RustSec/advisory-db.git
Loaded 278 security advisories (from /Users/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (215 crate dependencies)
\
`
[0.7.0]
- Add old win32 implementation on windows as default feature flag.
- Adds a
WindowProxy
to the file drop handler closure -WindowFileDropHandler
.
Cargo Publish
\
`
Updating crates.io index
Packaging wry v0.7.0 (/Users/runner/work/wry/wry)
Uploading wry v0.7.0 (/Users/runner/work/wry/wry)
\
`
wry v0.6.2
Updating crates.io index
Cargo Audit
\
`
Fetching advisory database from https://github.com/RustSec/advisory-db.git
Loaded 278 security advisories (from /Users/runner/.cargo/advisory-db)
Updating crates.io index
Scanning Cargo.lock for vulnerabilities (215 crate dependencies)
\
`
[0.6.2]
- Add pipe back to version check for covector config. This prevents the CI failure on publish if it exists already. The issue was patched in covector (and tests in place so it doesn't break in the future).
- Fix messages to the webview from the backend being delayed on Linux/GTK when the user is not actively engaged with the UI.
- Add draggable regions, just add
drag-region
class to the html element. - Add event listener in application proxy
- Better result errror handling
- Fix visibility on webview2 when window was invisible previously and then shown.
Cargo Publish
\
`
Updating crates.io index
Packaging wry v0.6.2 (/Users/runner/work/wry/wry)
Uploading wry v0.6.2 (/Users/runner/work/wry/wry)
\
`
wry v0.6.1
wry v0.6.0
- Initialize covector!
- Support Windows 7, 8, and 10
- Dev tools are enabled on debug build
- Add skip task bar option
- Add custom protocol option
- Add transparent option to mac and linux
- Error type has Send/Sync traits
- 3536b83 Add .changes file in prepare of v0.6 on 2021-02-24
- Replace Callback with RPC handler
- Add File drop handlers
wry v0.5.1
Now support Window 7, 8, and 10!