Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cargo-deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
include:
- name: Ubuntu GTK
target: x86_64-unknown-linux-gnu
flags: "--no-default-features --features gtk3"
flags: "--no-default-features --features gtk4"
- name: Ubuntu XDG
target: x86_64-unknown-linux-gnu
flags: "--no-default-features --features xdg-portal --exclude syn"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Ubuntu GTK
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
flags: '--no-default-features --features gtk3'
flags: '--no-default-features --features gtk4'
- name: Ubuntu XDG
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Replace GTK3 with GTK4 as GTK3 is unmaintained by upstream and has security issue: https://github.com/advisories/GHSA-wrw7-89jp-8q8g
- Add `FileDialog::set_show_hidden_files` and `AsyncFileDialog::set_show_hidden_files` to control hidden file visibility. Supported on macOS, Windows, and Linux (GTK3).
- Honor `FileDialog::set_directory` and `AsyncFileDialog::set_directory` when using the zenity fallback backend on Linux.
- Fix `liblary` typo in docs
Expand Down
Loading
Loading