diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b9555..fe6f782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.12.0 +- Add title support for WASM (#132) +- Add Create folder button to `pick_folder` on macOS (#127) +- Add support for Yes/No/Cancel buttons (#123) +- Change a string method signatures #117 +- WASM `save_file` (#134) +- Update `gtk-sys` to `0.18` (#143) +- Update `ashpd` to `0.6` (#133) +- Replace windows with `windows-sys` (#118) +- Make zenity related deps optional (#141) + ## 0.11.3 - Zenity message dialogs for xdg portal backend diff --git a/Cargo.lock b/Cargo.lock index 3bd8928..7663db7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1030,7 +1030,7 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "rfd" -version = "0.11.3" +version = "0.12.0" dependencies = [ "ashpd", "async-io", diff --git a/Cargo.toml b/Cargo.toml index cfe28f7..4278b73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd" -version = "0.11.3" +version = "0.12.0" edition = "2021" authors = ["Poly "] diff --git a/README.md b/README.md index 781d43a..1ca8f7f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![version](https://img.shields.io/crates/v/rfd.svg)](https://crates.io/crates/rfd) [![Documentation](https://docs.rs/rfd/badge.svg)](https://docs.rs/rfd) -[![dependency status](https://deps.rs/crate/rfd/0.11.0/status.svg)](https://deps.rs/crate/rfd/0.11.0) +[![dependency status](https://deps.rs/crate/rfd/0.12.0/status.svg)](https://deps.rs/crate/rfd/0.12.0) Rusty File Dialogs is a cross platform Rust library for using native file open/save dialogs. It provides both asynchronous and synchronous APIs. Supported platforms: