#46905: fix: xdg portal version detection for file dialogs on linux
Merged
Description of Change
Fixes #46652
Context #46652 (comment)
Release Notes
Notes: fix xdg portal version detection for file dialogs on linux
Backports
35-x-y
MergedPR Number
#46936Merged At
May 5, 2025, 3:34:01 PM
Released In
v35.3.0Release Date
May 7, 2025, 12:02:45 PM
36-x-y
MergedPR Number
#46923Merged At
May 5, 2025, 6:50:21 AM
Released In
v36.2.0Release Date
May 7, 2025, 12:02:14 PM
37-x-y
MergedPR Number
#46922Merged At
May 5, 2025, 7:59:34 AM
Released In
v37.0.0-alpha.3Release Date
May 5, 2025, 9:31:31 AM
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron