mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-06-14 00:11:08 -05:00
- Error display: moved error UI from PromptBox to MainPage with Show Details button that opens a ContentDialog with the full error traceback - Python scripts: added @advancedpaste:enabled header tag to control script visibility in the paste menu (default: true) - Settings page: added Discovered Scripts section with Refresh/Apply buttons, per-script enable toggle, and edit dialog for name, description, platform, supported formats, and dependency detection mode (auto/manual) - Model: extended AdvancedPastePythonScriptAction with IsEnabled, Platform, Formats, Requires, and RequiresAutoDetect properties - ViewModel: added RefreshPythonScripts() to scan folder and read headers, ApplyPythonScriptChanges() to write metadata back to script files - Build: added vswhere -all fallback in build-common.ps1 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>