[PR #86] [MERGED] Update rfd requirement from 0.14 to 0.15 #194

Closed
opened 2026-03-03 13:46:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/86
Author: @dependabot[bot]
Created: 10/18/2024
Status: Merged
Merged: 10/18/2024
Merged by: @loganmc10

Base: mainHead: dependabot/cargo/rfd-0.15


📝 Commits (1)

  • b11dccd Update rfd requirement from 0.14 to 0.15

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Cargo.toml (+1 -1)

📄 Description

Updates the requirements on rfd to permit the latest version.

Release notes

Sourced from rfd's releases.

0.15.0

  • Move from objc crates to objc2 crates.
  • Fix AsyncFileDialog blocking the executor on Windows (#191)
  • Add TDF_SIZE_TO_CONTENT to TaskDialogIndirect config so that it can display longer text without truncating/wrapping (80 characters instead of 55) (#202)
  • Fix xdg-portal backend not accepting special characters in message dialogs
  • Make set_parent require HasWindowHandle + HasDisplayHandle
  • Add support for set_parent in XDG Portals
  • Update ashpd to 0.9.
  • Add support for files without an extension in XDG Portal filters
  • Derive Clone for FileHandle
Changelog

Sourced from rfd's changelog.

0.15.0

  • Move from objc crates to objc2 crates.
  • Fix AsyncFileDialog blocking the executor on Windows (#191)
  • Add TDF_SIZE_TO_CONTENT to TaskDialogIndirect config so that it can display longer text without truncating/wrapping (80 characters instead of 55) (#202)
  • Fix xdg-portal backend not accepting special characters in message dialogs
  • Make set_parent require HasWindowHandle + HasDisplayHandle
  • Add support for set_parent in XDG Portals
  • Update ashpd to 0.9.
  • Add support for files without an extension in XDG Portal filters
  • Derive Clone for FileHandle

0.14.0

  • i18n for GTK and XDG Portal
  • Use XDG Portal as default
  • Use zenity as a fallback for XDG Portal
  • Update raw-window-handle to 0.6.
  • Update winit in example to 0.29.
  • Update ashpd to 0.8.
  • Update wasm CSS to respect the color scheme (including dark mode)
  • Fix macOS sync backend incorrectly setting the parent window
  • Add FileDialog/AsyncFileDialog::set_can_create_directories, supported on macOS only.

0.13.0

  • [Breaking] Users of the xdg-portal feature must now also select the tokio or async-std feature
  • [macOS] Use NSOpenPanel.message instead of title #166

0.12.1

  • Fix FileHandle::inner (under feature file-handle-inner) on wasm

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

0.10.1

  • Update gtk-sys to 0.16 and windows-rs to 0.44

0.10.0

  • fix(FileDialog::set_directory): fallback to default if path is empty

... (truncated)

Commits

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/86 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/18/2024 **Status:** ✅ Merged **Merged:** 10/18/2024 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `dependabot/cargo/rfd-0.15` --- ### 📝 Commits (1) - [`b11dccd`](https://github.com/gopher64/gopher64/commit/b11dccd01df618028cb975a46f4d2c0bf759cc0f) Update rfd requirement from 0.14 to 0.15 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Updates the requirements on [rfd](https://github.com/PolyMeilex/rfd) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PolyMeilex/rfd/releases">rfd's releases</a>.</em></p> <blockquote> <h2>0.15.0</h2> <ul> <li>Move from <code>objc</code> crates to <code>objc2</code> crates.</li> <li>Fix <code>AsyncFileDialog</code> blocking the executor on Windows (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/191">#191</a>)</li> <li>Add <code>TDF_SIZE_TO_CONTENT</code> to <code>TaskDialogIndirect</code> config so that it can display longer text without truncating/wrapping (80 characters instead of 55) (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/202">#202</a>)</li> <li>Fix <code>xdg-portal</code> backend not accepting special characters in message dialogs</li> <li>Make <code>set_parent</code> require <code>HasWindowHandle + HasDisplayHandle</code></li> <li>Add support for <code>set_parent</code> in XDG Portals</li> <li>Update <code>ashpd</code> to 0.9.</li> <li>Add support for files without an extension in XDG Portal filters</li> <li>Derive <code>Clone</code> for <code>FileHandle</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md">rfd's changelog</a>.</em></p> <blockquote> <h2>0.15.0</h2> <ul> <li>Move from <code>objc</code> crates to <code>objc2</code> crates.</li> <li>Fix <code>AsyncFileDialog</code> blocking the executor on Windows (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/191">#191</a>)</li> <li>Add <code>TDF_SIZE_TO_CONTENT</code> to <code>TaskDialogIndirect</code> config so that it can display longer text without truncating/wrapping (80 characters instead of 55) (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/202">#202</a>)</li> <li>Fix <code>xdg-portal</code> backend not accepting special characters in message dialogs</li> <li>Make <code>set_parent</code> require <code>HasWindowHandle + HasDisplayHandle</code></li> <li>Add support for <code>set_parent</code> in XDG Portals</li> <li>Update <code>ashpd</code> to 0.9.</li> <li>Add support for files without an extension in XDG Portal filters</li> <li>Derive <code>Clone</code> for <code>FileHandle</code></li> </ul> <h2>0.14.0</h2> <ul> <li>i18n for GTK and XDG Portal</li> <li>Use XDG Portal as default</li> <li>Use zenity as a fallback for XDG Portal</li> <li>Update <code>raw-window-handle</code> to 0.6.</li> <li>Update <code>winit</code> in example to 0.29.</li> <li>Update <code>ashpd</code> to 0.8.</li> <li>Update wasm CSS to respect the color scheme (including dark mode)</li> <li>Fix macOS sync backend incorrectly setting the parent window</li> <li>Add <code>FileDialog/AsyncFileDialog::set_can_create_directories</code>, supported on macOS only.</li> </ul> <h2>0.13.0</h2> <ul> <li><strong>[Breaking]</strong> Users of the <code>xdg-portal</code> feature must now also select the <code>tokio</code> or <code>async-std</code> feature</li> <li>[macOS] Use NSOpenPanel.message instead of title <a href="https://redirect.github.com/PolyMeilex/rfd/issues/166">#166</a></li> </ul> <h2>0.12.1</h2> <ul> <li>Fix <code>FileHandle::inner</code> (under feature <code>file-handle-inner</code>) on wasm</li> </ul> <h2>0.12.0</h2> <ul> <li>Add title support for WASM (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/132">#132</a>)</li> <li>Add Create folder button to <code>pick_folder</code> on macOS (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/127">#127</a>)</li> <li>Add support for Yes/No/Cancel buttons (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/123">#123</a>)</li> <li>Change a string method signatures <a href="https://redirect.github.com/PolyMeilex/rfd/issues/117">#117</a></li> <li>WASM <code>save_file</code> (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/134">#134</a>)</li> <li>Update <code>gtk-sys</code> to <code>0.18</code> (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/143">#143</a>)</li> <li>Update <code>ashpd</code> to <code>0.6</code> (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/133">#133</a>)</li> <li>Replace windows with <code>windows-sys</code> (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/118">#118</a>)</li> <li>Make zenity related deps optional (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/141">#141</a>)</li> </ul> <h2>0.11.3</h2> <ul> <li>Zenity message dialogs for xdg portal backend</li> </ul> <h2>0.10.1</h2> <ul> <li>Update <code>gtk-sys</code> to <code>0.16</code> and <code>windows-rs</code> to <code>0.44</code></li> </ul> <h2>0.10.0</h2> <ul> <li>fix(FileDialog::set_directory): fallback to default if path is empty</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PolyMeilex/rfd/commit/11b96518823e2e5ed9ca2907814b3b53f4415d76"><code>11b9651</code></a> Version bump 0.15.0</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/634d14888d4e0e9bfe737776ad323f3848cf8339"><code>634d148</code></a> Derive clone for FileHandle (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/216">#216</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/e0e725ec9a426acf7c93d9877c41e230fcee3fac"><code>e0e725e</code></a> Support files without an extension in XDG portal filters (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/215">#215</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/665230c5ebec9a67661405fa335d63b28ecf58be"><code>665230c</code></a> deps: Update ashpd to 0.9 (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/212">#212</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/42dcc7d61fc5e278b4ed76bb9720ba4d89266f01"><code>42dcc7d</code></a> Add support for <code>set_parent</code> in XDG portals (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/209">#209</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/a57dfad52f838715c361fbee1d32630e54000cc2"><code>a57dfad</code></a> updated documentation to reflect default features (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/208">#208</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/1791c981de8559c16f353416048d7e6e3a3098f9"><code>1791c98</code></a> Pass <code>--no-markup</code> to zenity (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/205">#205</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/fa240880d1e0e04c5db0eb678faad21c539e1521"><code>fa24088</code></a> Add <code>TDF_SIZE_TO_CONTENT</code> to Windows message dialog (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/202">#202</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/6f9062ee533f931500f5aeeae82b1efbe8e26b30"><code>6f9062e</code></a> Fix AsyncFileDialog blocking on Windows (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/191">#191</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/c1b2c853c1b6c48509da7eca3c9fc494d8e910ab"><code>c1b2c85</code></a> macOS: Use <code>objc2</code> crates (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/188">#188</a>)</li> <li>Additional commits viewable in <a href="https://github.com/PolyMeilex/rfd/compare/0.14.0...0.15.0">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:46:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#194
No description provided.