Skip to content

Bump egui-file-dialog from 0.9.0 to 0.10.0#38

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/egui-file-dialog-0.10.0
Open

Bump egui-file-dialog from 0.9.0 to 0.10.0#38
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/egui-file-dialog-0.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps egui-file-dialog from 0.9.0 to 0.10.0.

Release notes

Sourced from egui-file-dialog's releases.

v0.10.0 - File extension filter for save dialog and QoL changes

✨ Some of the highlights included in this release:

  • File extension filter for the save file dialog
  • Ability to change the display name of pinned folders
  • Shortcut to open the current working directory

Release stats: 24 changed files with 1.076 additions and 468 deletions.

🚨 Breaking Changes

  • Moved FileDialogStorage out of FileDialogConfig #259

Breaking changes due to new features and updated configuration

  • Added save_extensions and default_save_extension to FileDialogConfig #248
  • Added save_extension_any to FileDialogLabels #248
  • Added rename_pinned_folder to FileDialogLabels #258
  • Changed FileDialogStorage::pinned_folders from Vec<DirectoryEntry> to Vec<PinnedFolder> #258

✨ Features

  • Added shortcut to open current working directory to hamburger menu #246
  • Added file extensions and filters when saving a file using FileDialog::add_save_extension, FileDialogConfig::add_save_extension and FileDialog::default_save_extension #248
  • Added ability to open path context menu from a segment inside the navigation bar #253
  • Added FileDialog::set_operation_id to set the ID of the operation for which the dialog is currently being used after opening it #257
  • Added ability to rename a pinnend folder via its context menu #258
  • Added shortcut methods FileDialog::add_file_filter_extensions and FileDialogConfig::add_file_filter_extensions which allow adding a filter matching specific file extensions #263

☢️ Deprecated

  • Deprecate FileDialog::open. Use FileDialog::pick_file / FileDialog::pick_directory / FileDialog::pick_multiple in combination with FileDialog::set_operation_id instead #257

🔧 Changes

  • Excluded media files from package to reduce size #244
  • Fixed triggering branches in CI #247
  • Changed default file name from an empty string to Untitled #248
  • Fixed new clippy errors added in the latest rust version #262
  • Updated sysinfo from version 0.33 to version 0.35 #265, #266

📚 Documentation

  • Fixed preview of readme images on crates.io #254
  • Updated license copyright year and copyright holder #255
  • Cleanup package documentation and documentation files #256
Changelog

Sourced from egui-file-dialog's changelog.

2025-05-12 - v0.10.0 - File extension filter for save dialog and QoL changes

🚨 Breaking Changes

  • Moved FileDialogStorage out of FileDialogConfig #259

Breaking changes due to new features and updated configuration

  • Added save_extensions and default_save_extension to FileDialogConfig #248
  • Added save_extension_any to FileDialogLabels #248
  • Added rename_pinned_folder to FileDialogLabels #258
  • Changed FileDialogStorage::pinned_folders from Vec<DirectoryEntry> to Vec<PinnedFolder> #258

✨ Features

  • Added shortcut to open current working directory to hamburger menu #246
  • Added file extensions and filters when saving a file using FileDialog::add_save_extension, FileDialogConfig::add_save_extension and FileDialog::default_save_extension #248
  • Added ability to open path context menu from a segment inside the navigation bar #253
  • Added FileDialog::set_operation_id to set the ID of the operation for which the dialog is currently being used after opening it #257
  • Added ability to rename a pinnend folder via its context menu #258
  • Added shortcut methods FileDialog::add_file_filter_extensions and FileDialogConfig::add_file_filter_extensions which allow adding a filter matching specific file extensions #263

☢️ Deprecated

  • Deprecate FileDialog::open. Use FileDialog::pick_file / FileDialog::pick_directory / FileDialog::pick_multiple in combination with FileDialog::set_operation_id instead #257

🔧 Changes

  • Excluded media files from package to reduce size #244
  • Fixed triggering branches in CI #247
  • Changed default file name from an empty string to Untitled #248
  • Fixed new clippy errors added in the latest rust version #262
  • Updated sysinfo from version 0.33 to version 0.35 #265, #266

📚 Documentation

  • Fixed preview of readme images on crates.io #254
  • Updated license copyright year and copyright holder #255
  • Cleanup package documentation and documentation files #256
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [egui-file-dialog](https://github.com/jannistpl/egui-file-dialog) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/jannistpl/egui-file-dialog/releases)
- [Changelog](https://github.com/jannistpl/egui-file-dialog/blob/main/CHANGELOG.md)
- [Commits](jannistpl/egui-file-dialog@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: egui-file-dialog
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants