Configuration menu Browse the repository at this point in the history
Commits on Apr 28, 2026
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Commits on Apr 29, 2026
Configuration menu Browse the repository at this point in the history
Commits on Apr 30, 2026
Integrate Pinget for WinGet operations (#4665) Replace the bundled WinGet CLI path with a bundled Pinget CLI fallback and use Devolutions.Pinget.Core for structured package metadata. Add settings and environment controls for WinGet COM usage and command-line tool selection, wire the new UI options, and update WinGet manager tests for the new behavior. Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Fix navigation bar accessibility for screen readers Added AutomationProperties.SetName to the CustomNavViewItem control to ensure screen readers correctly announce the localized names for navigation options like 'Software Updates' and 'Installed Packages'.
Fix comprehensive screen reader accessibility issues This commit resolves several UX issues to significantly improve the keyboard and screen reader navigation flow:
Added AutomationProperties.Name to the loading screen grid, operation list resizers, and the ExpandCollapseOpList button.
Disabled IsTabStop on the custom TitleBar so it doesn't get focused unnecessarily.
Fixed accessibility for view mode and filter options by assigning them grouping roles.
Added descriptive labels to the ToggleFiltersButton and MainToolbarButtonDropdown ('More actions').
Bound AutomationProperties.Name to the dynamic text of MainToolbarButton so it correctly reads 'Install selected packages', etc.
Added AutomationProperties.Name to the BackButton on the package preferences dialog.
Added AutomationProperties.Name to the search mode radio buttons.
Removed 'ghost' tab stops following the Help button by explicitly setting IsTabStop='False' and OverflowButtonVisibility='Collapsed' on the CommandBar and surrounding layout containers.
Fixed CheckboxHeader by setting IsTabStop='False' and AccessibilityView='Raw'.
Improved package list item accessibility by building a custom AutomationPeer for PackageItemContainer that implements IToggleProvider and acts natively as a CheckBox role, allowing direct selection and status announcement without an extra tab stop.
Added AutomationProperties.Name and ToolTip labels ('User profile') to the dynamic GitHub login/cloud backup avatar UserControl in the main title bar.
Hide FiltersResizer from screen readers Set IsTabStop='False' and AccessibilityView='Raw' on the FiltersResizer to completely remove it from the keyboard navigation flow and accessibility tree, as it is purely visual and does not need to be focused by screen reader users. Configuration menu Browse the repository at this point in the history
Fix navigation bar accessibility for screen readers Added AutomationProperties.SetName to the CustomNavViewItem control to ensure screen readers correctly announce the localized names for navigation options like 'Software Updates' and 'Installed Packages'.
Fix comprehensive screen reader accessibility issues This commit resolves several UX issues to significantly improve the keyboard and screen reader navigation flow:
Added AutomationProperties.Name to the loading screen grid, operation list resizers, and the ExpandCollapseOpList button.
Disabled IsTabStop on the custom TitleBar so it doesn't get focused unnecessarily.
Fixed accessibility for view mode and filter options by assigning them grouping roles.
Added descriptive labels to the ToggleFiltersButton and MainToolbarButtonDropdown ('More actions').
Bound AutomationProperties.Name to the dynamic text of MainToolbarButton so it correctly reads 'Install selected packages', etc.
Added AutomationProperties.Name to the BackButton on the package preferences dialog.
Added AutomationProperties.Name to the search mode radio buttons.
Removed 'ghost' tab stops following the Help button by explicitly setting IsTabStop='False' and OverflowButtonVisibility='Collapsed' on the CommandBar and surrounding layout containers.
Fixed CheckboxHeader by setting IsTabStop='False' and AccessibilityView='Raw'.
Improved package list item accessibility by building a custom AutomationPeer for PackageItemContainer that implements IToggleProvider and acts natively as a CheckBox role, allowing direct selection and status announcement without an extra tab stop.
Added AutomationProperties.Name and ToolTip labels ('User profile') to the dynamic GitHub login/cloud backup avatar UserControl in the main title bar.
Hide FiltersResizer from screen readers Set IsTabStop='False' and AccessibilityView='Raw' on the FiltersResizer to completely remove it from the keyboard navigation flow and accessibility tree, as it is purely visual and does not need to be focused by screen reader users.
Fix accessibility for Settings toggles and hyperlinks This commit improves the Settings screen accessibility:
Fixed an issue where toggle switches (e.g., 'Install prerelease versions') only announced their state ('Enabled'/'Disabled') by properly binding their AutomationProperties.Name to the setting's descriptive text across CheckboxCard, CheckboxButtonCard, and SecureCheckboxCard.
Fixed an issue where hyperlinks (e.g., 'Become a translator') announced strictly as 'link' without text by properly exposing the internal text of TranslatedTextBlock user controls to UI Automation.
Enforce SettingsCard accessibility groupings on load This commit adds a Loaded event handler to the custom SettingsCard widgets (ButtonCard, CheckboxButtonCard, CheckboxCard, SecureCheckboxCard) to strictly enforce their AutomationProperties.Name and LocalizedControlType='grouping'. This prevents the underlying Windows Community Toolkit logic from overriding the grouping name with the internal button's face text upon rendering.
Fix whitespace formatting This commit resolves trailing whitespace formatting issues reported by CI.
Fix description labels on main SettingsPageButtons This commit applies AutomationProperties.Name and AutomationProperties.HelpText to the SettingsPageButton custom widget and enforces them on the Loaded event, ensuring that screen readers properly announce the button text alongside its descriptive subtext. Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Fix Avalonia startup responsiveness and maximize (#4673) Move package icon lookup work off the UI thread and throttle concurrent loads to keep Avalonia startup responsive. Use monitor-aware Windows bounds for the custom maximize button so negative-coordinate displays stay visible and fill the screen. Configuration menu Browse the repository at this point in the history
Commits on May 2, 2026
Configuration menu Browse the repository at this point in the history
Commits on May 4, 2026
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history
Configuration menu Browse the repository at this point in the history