deepak1556

#46905: fix: xdg portal version detection for file dialogs on linux

Merged
Created: May 2, 2025, 1:06:46 PM
Merged: May 5, 2025, 3:57:20 AM
5 comments
Target: main

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
Merged
PR Number
#46936
Merged At
May 5, 2025, 3:34:01 PM
Released In
v35.3.0
Release Date
May 7, 2025, 12:02:45 PM
36-x-y
Merged
PR Number
#46923
Merged At
May 5, 2025, 6:50:21 AM
Released In
v36.2.0
Release Date
May 7, 2025, 12:02:14 PM
37-x-y
Merged
PR Number
#46922
Merged At
May 5, 2025, 7:59:34 AM
Released In
v37.0.0-alpha.3
Release 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