Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
47799
Reakcje/Polubienia
38022

Microsoft PowerToys 0.90.1

Highlights


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
47799
Reakcje/Polubienia
38022

Microsoft PowerToys 0.91

Highlights


  • We focused on greatly improving Command Palette's performance and fixing a large amount of bugs. Some new features we've added are:
  • Added the ability for Command Palette to search any file using a fallback command.
  • Added the ability to make the Command Palette global hotkey a low-level keyboard hook.
  • Added open URL fallback command for the WebSearch extension, enabling users to directly open URLs in the browser from Command Palette.
  • You can now define custom formats in the Date and Time plugins of PT Run and Command Palette. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Advanced Paste​


  • Fixed an issue where Advanced Paste failed to create the OCR engine for certain English language tags (e.g., en-CA) by initializing the OCR engine with the user profile language. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Color Picker​


  • Fixed an issue where a resource leak caused hangs or crashes by properly disposing of the Graphics object. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed an issue where Color Picker exited on Backspace keypress by ensuring it only closes when focused and aligning Escape/Backspace behavior. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Added support for Oklab and Oklch color formats in Color Picker. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Command Not Found​


  • Updated the WinGet Command Not Found script to only enable the experimental features if they actually exist.

Command Palette​


  • Updated bug template to include Command Palette module.
  • Fixed an issue where the toast window was not scaled for DPI, causing layout issues under display scaling.
  • Fixed an issue where Up/Down keyboard navigation didn't move selection when caret was at position 0, and add continuous navigation like PT Run v1. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Updated the Time and Date extension code to simplify it and improve clarity.
  • Fixed an issue where capitalization in the command causes failure when trying to go to the mouse pointer, resolved by adjusting the command to lowercase.
  • Added open URL fallback command for the WebSearch extension, enabling users to directly open URLs in the browser from Command Palette. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Added setting to enable/disable system tray icon in CmdPal and align terminology with Windows 11. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed an alias update issue by removing the old alias when a new one is set.
  • Resolved GitHub casing conflict by migrating Exts and exts into a new ext directory, ensuring consistent structure across platforms and preventing path fragmentation.
  • Fix an issue where the 'Create New Extension' command generated empty file names.
  • Added the ability to make the global hotkey a low-level keyboard hook.
  • Added support for JUMBO thumbnails, enabling access to high-resolution icons.
  • Fixed crashes when CmdPal auto-hid itself while an MSAL dialog was opened, by preventing CmdPal from hiding if it's disabled.
  • Added support for immediately selecting search text when a page is loaded.
  • Fixed a bug where extension settings pages failed to reload on reopen by updating the settings form when extension settings are saved.
  • Fixed an issue where the Command Palette failed to launch from the runner.
  • Refactored and ported the PowerToys Run v1 calculator logic into Command Palette, added settings support, and improved fallback behavior.
  • Re-added support for list item keyboard shortcuts.
  • Enhanced accessibility in Command Palette by adding proper labels, refining animations, improving localization, and fixed a11y related issues.
  • Ported custom format support to the Time and Date plugin, reordered and cleaned up settings, improved error messaging, and fixed edge-case crashes for more robust and user-friendly behavior. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Added fallback item for system command.
  • Fixed a bug in Windows System Command where the key prompt incorrectly displayed "Empty" for the "Open Recycle Bin" action. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed an issue where the 'more commands' list showed commands that shouldn't be visible. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed an issue where the details view in Command Palette displayed an oversized icon and misaligned text, aligning it with Windows Search behavior.
  • Fixed a bug where empty screen content and command bar commands were cut off when using long labels, ensuring proper layout and visibility.
  • Improved CmdPal’s WinGet integration by fixing version display for installed packages, enabling updates with icons, and migrating the preview winget API to a stable version.
  • Fixed a bug where commands for ContentPage didn't update until after exit, by ensuring context menus are fully initialized when they change.
  • Added fallback support to the TimeDate extension, enabling direct date/time queries without pre-selecting the command.
  • Added import of Common.Dotnet.AotCompatibility.props across multiple CmdPal project files to enhance AOT compilation support.
  • Fixed a crash in CmdPal settings caused by a null HotKey when settings.json is missing or lacks a defined hotkey. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Added support for filterable, nested context menus in CmdPal, including a search box to maintain focus behavior.
  • Refactored CmdPal classes to improve JSON serialization and introduced new serialization contexts for better performance and maintainability.
  • Added support for ahead-of-time (AoT) compilation.
  • Added retry mechanism for CmdPal launch.
  • Removed some unused files from CmdPal.Common to simplify codebase and facilitate marking it as AoT-compatible.
  • Fixed a bug where a race condition in the update of SearchText caused the cursor in the input box to automatically jump to the end of the line, ensuring SearchText is only updated after it has actually been changed.
  • Added support for searching any file in fallback command.
  • Cleaned up AoT-related code to prevent duplicate operations during testing.
  • Reduced CmdPal load time by parallelizing extension startup and adding timeouts to prevent misbehaving extensions from blocking others.
  • Enhanced UI behavior by dismissing the details pane when the list gets emptied, avoiding inconsistent visual states.
  • Added support to unset the fallback command in CmdPal when no matching command is found, ensuring cleaner reload behavior.
  • Fixed a leak in the CmdPal extension template by addressing improper ComServer use.
  • Prevented CmdPal window from maximizing on title bar double-click to maintain intended window behavior. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed an issue where the Settings UI launched too small by making window dimensions DPI-aware and enforcing minimum width and height using WinUIEx.
  • Fixed white flash and one-time animation issues in CmdPal by cloaking the window instead of hiding it.
  • Fixed a bug where all extension settings were fetched on startup by lazy-loading extension settings, reducing initialization overhead.
  • Added support for protecting CmdPal from crashes on Adaptive Card parse failure.
  • Replaced shell:AppsFolder with URI activation in CmdPal to improve reliability.
  • Added ability to open CmdPal settings from PowerToys Settings.
  • Added ability for CmdPal to observe and dynamically update extension details by tracking property changes on the selected item.
  • Bumped the toolkit version used in the CmdPal extension template to 0.2.0.

Image Resizer​


  • Fixed an issue where deleting an Image Resizer preset removed the wrong preset.

Keyboard Manager​


  • Fixed an issue where a modifier key, when set without specifying left or right, would get stuck due to incorrect key handling, by tracking the pressed keys and sending the correct key accordingly. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

PowerRename​


  • Enhanced PowerRename's time formatting capabilities by adding 12-hour time format patterns with AM/PM support. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

PowerToys Run​


  • Added support for custom formats ...
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
47799
Reakcje/Polubienia
38022

Microsoft PowerToys 0.92.0

Installer Hashes


DescriptionFilenamesha256 hash
Per user - x64
Zaloguj lub Zarejestruj się aby zobaczyć!
E2126F7C3BAEBEF8367D4702489654B13E211B5CCFA1E3AC437CAFC772B1A219
Per user - ARM64
Zaloguj lub Zarejestruj się aby zobaczyć!
5DC32A790F2B6D9C06CA3397E9ADCD382472BB2C9B45BC288D75DCB951A20FAF
Machine wide - x64
Zaloguj lub Zarejestruj się aby zobaczyć!
3419E846FB242D2B7DA8A4259E06DB8867770806159C665FA966E85669D258CA
Machine wide - ARM64
Zaloguj lub Zarejestruj się aby zobaczyć!
367DECED2EB112B0A2F4F4828D198EAFFB1E6CEA8F7716BF533145D572ABFD13

Highlights​


  • PowerToys settings now has a toggle for the system tray icon, giving users control over its visibility based on personal preference. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Command Palette now has Ahead-of-Time (
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ) compatibility for all first-party extensions, improved extensibility, and core UX fixes, resulting in better performance and stability across commands.
  • Color Picker now has customizable mouse button actions, enabling more personalized workflows by assigning functions to left, right, and middle clicks. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Bug Report Tool now has a faster and clearer reporting process, with progress indicators, improved compression, auto-cleanup of old trace logs, and inclusion of MSIX installer logs for more efficient diagnostics.
  • File Explorer add-ons now have improved rendering stability, resolving issues with PDF previews, blank thumbnails, and text file crashes during file browsing.

Color Picker​


  • Added mouse button actions so you can choose what left, right, or middle click does. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Crop & Lock​



Command Palette​


  • Enhanced performance by resolving a regression in page loading.
  • Applied consistent hotkey handling across all Command Palette commands for a smoother user experience.
  • Improved graceful closing of Command Palette. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed consistency issue for extensions' alias with "Direct" setting and enabled localization for "Direct" and "Indirect" for better user understanding. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Improved visual clarity by styling critical context items correctly.
  • Automatically focused the field when only one is present on the content page.
  • Improved stability and efficiency when loading file icons in SDK ThumbnailHelper.cs by removing unnecessary operations. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Enhanced details view with commands implementation. (See
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )

Command Palette extensions​


  • Added "Copy Path" command to App search results for convenience. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Improved Calculator input experience by ignoring leading equal signs. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Corrected input handling in the Calculator extension to avoid showing errors for input with only leading whitespace.
  • Improved New Extension wizard by validating names to prevent namespace errors.
  • Ensured consistent context items display for the Run extension between fallback and top-level results.
  • Fixed missing Time & Date commands in fallback results. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed outdated results in the Time & Date extension. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed an issue where Web Search always opened Microsoft Edge instead of the user's default browser on Windows 11 24H2 and later. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Improved ordering of Windows Settings extension search results from alphabetical to relevance-based for quicker access.
  • Added "Restart Windows Explorer" command to the Windows System Commands provider for gracefully terminate and relaunch explorer.exe. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Command Palette Ahead-of-Time (AOT) readiness​


  • We’ve made foundational changes to prepare the Command Palette for future Ahead-of-Time (AOT) publishing. This includes replacing the calculator library with ExprTk, improving COM object handling, refining Win32 interop, and correcting trimming behavior—all to ensure compatibility, performance, and reliability under AOT constraints. All first-party extensions are now AOT-compatible. These improvements lay the groundwork for publishing Command Palette as an AOT application in the next release.
  • Special thanks to
    Zaloguj lub Zarejestruj się aby zobaczyć!
    for guidance on making COM APIs AOT-compatible,
    Zaloguj lub Zarejestruj się aby zobaczyć!
    for fixing COM object handling,
    Zaloguj lub Zarejestruj się aby zobaczyć!
    from ExprTk for integration suggestions, and
    Zaloguj lub Zarejestruj się aby zobaczyć!
    from the Windows Calculator team for valuable suggestion throughout the migration journey and review.
  • As part of the upcoming release, we’re also enabling AOT compatibility for key dependencies, including markdown rendering, Adaptive Cards, internal logging and telemetry library, and the core Command Palette UX.

FancyZones​


  • Fixed DPI-scaling issues to ensure FancyZones Editor displays crisply on high-resolution monitors. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ! This inspired us a broader review across other PowerToys modules, leading to DPI display optimizations in Awake, Color Picker, PowerAccent, and more.

File Explorer add-ons​


  • Fixed potential failures in PDF previewer and thumbnail generation, improving reliability when browsing PDF files. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Prevented Monaco Preview Handler crash when opening UTF-8-BOM text files.

Hosts File Editor​


  • Added an in-app “Learn more” link to warning dialogs for quick guidance. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Mouse Without Borders​


  • Fixed firewall rule so MWB now accepts connections from IPs outside your local subnet.
  • Cleaned legacy logs to reduce disk usage and noise.

Peek​


  • Updated QOI reader so 3-channel QOI images preview correctly in Peek and File Explorer. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Added codec detection with a clear warning when a video can’t be previewed, along with a link to the Microsoft Store to download the required codec.

PowerRename​


  • Added support for $YY-$MM-$DD in ModificationTime and AccessTime to enable flexible date-based renaming.

PowerToys Run​


  • Suppressed error UI for known WPF-related crashes to reduce user confusion, while retaining diagnostic logging for analysis. This targets COMException 0xD0000701 and 0x80263001 caused by temporary DWM unavailability.

Registry Preview​


  • Added "Extended data preview" via magnifier icon and context menu in the Data Grid, enabled easier inspection of complex registry types like REG_BINARY, REG_EXPAND_SZ, and REG_MULTI_SZ, etc. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Improved file-saving experience in Registry Preview by aligning with Notepad-like behavior, enhancing user prompts, error handling, and preventing crashes during unsaved or interrupted actions. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Settings​


  • Added an option to hide or show the PowerToys system tray icon. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Improved settings to show progress while a bug report package is being generated.

Workspaces​


  • Stored Workspaces icons in user AppData to ensure profile portability and prevent loss during temporary folder cleanup.
  • Enabled capture and launch of PWAs on non-default Edge or Chrome profiles, ensuring consistent behavior during creation and execution.

Documentation​



Development​


  • Updated .NET libraries to 9.0.6 for performance and security. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Updated WinAppSDK to 1.7.2 for better stability and Windows support.
  • Introduced a one-step local build script that generates a signed installer, enhancing developer productivity.
  • Generated portable PDBs so cross-platform debuggers can read symbol files, improving debugging experience in VSCode and other tools...
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
47799
Reakcje/Polubienia
38022

Microsoft PowerToys 0.92.1

This is a patch release to fix issues in v0.92 we deemed important for stability based on incoming rates. See
Zaloguj lub Zarejestruj się aby zobaczyć!
for full release notes.

Installer Packages

DescriptionFilename
Per user - x64
Zaloguj lub Zarejestruj się aby zobaczyć!
Per user - ARM64
Zaloguj lub Zarejestruj się aby zobaczyć!
Machine wide - x64
Zaloguj lub Zarejestruj się aby zobaczyć!
Machine wide - ARM64
Zaloguj lub Zarejestruj się aby zobaczyć!

Highlights

  • Zaloguj lub Zarejestruj się aby zobaczyć!
    - File Explorer add-ons: Fixed bug where Preview didn't work with per-user installation
  • Zaloguj lub Zarejestruj się aby zobaczyć!
    - Command Palette: Fixed regression where the apps extension was missing all Win32 applications
  • Zaloguj lub Zarejestruj się aby zobaczyć!
    - Command Palette: Fixed regression where we reset the app state every time it was loaded
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
47799
Reakcje/Polubienia
38022

Microsoft PowerToys 0.93.0

Highlights


  • PowerToys settings debuts a modern, card-based dashboard with clearer descriptions and faster navigation for a streamlined user experience.
  • Command Palette had over 99 issues resolved, including bringing back Clipboard History, adding context menu shortcuts, pinning favorite apps, and supporting history in Run.
  • Command Palette reduced its startup memory usage by ~15%, load time by ~40%, built-in extensions loading time by ~70%, and installation size by ~55%—all due to using the full Ahead-of-Time (AOT) compilation mode in Windows App SDK.
  • Peek now supports instant previews and embedded thumbnails for Binary G-code (.bgcode) 3D printing files, making it easy to inspect models at a glance. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Mouse Utilities introduces a new spotlight highlighting mode that dims the screen and draws attention to your cursor, perfect for presentations.
  • Test coverage improvements for multiple PowerToys modules including Command Palette, Advanced Paste, Peek, Text Extractor, and PowerRename — ensuring better reliability and quality, with over 600 new unit tests (mostly for Command Palette) and doubled UI automation coverage.

Command Palette​


  • Ensured screen readers are notified when the selected item in the list changes for better accessibility.
  • Fixed command title changes not being properly notified to screen readers. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Made icon controls excluded from keyboard navigation by default for better accessibility. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Improved UI design with better text sizing and alignment.
  • Fixed keyboard shortcuts to work better in text boxes and context menus.
  • Added right-click context menus with critical command styling and separators.
  • Improved various context menu issues, improving item selection, handling of long titles, search bar text scaling, initial item behavior, and primary button functionality.
  • Fixed context menu crashes with better type handling.
  • Fixed "Reload" command to work with both uppercase and lowercase letters.
  • Added mouse back button support for easier navigation. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed Alt+Left Arrow navigation not working when search box contains text. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Updated back button tooltip to show keyboard shortcut information. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed Command Palette window not appearing properly when activated. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed Command Palette window staying hidden from taskbar after File Explorer restarts. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed window focus not returning to previous app properly.
  • Fixed Command Palette window to always appear on top when shown and move to bottom when hidden. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed window hiding to properly work on UI thread. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed crashes and improved stability with better synchronization of Command list updates. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Improved extension disposal with better error handling to prevent crashes. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Improved stability by fixing a UI threading issue when loading more results, preventing possible crashes and ensuring the loading state resets if loading fails. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Enhanced icon loading stability with better exception handling. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Added thread safety to recent commands to prevent crashes. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed acrylic (frosted glass) system backdrop display issues by ensuring proper UI thread handling. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Command Palette extensions​


  • Added settings to each provider to control which fallback commands are enabled. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    ! for fixing a regression in this feature.
  • Added sample code showing how Command Palette extensions can track when their pages are loaded or unloaded.
    Zaloguj lub Zarejestruj się aby zobaczyć!
    .
  • Fixed Calculator to accept regular spaces in numbers that use space separators. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Added a new setting to Calculator to make "Copy" the primary button (replacing “Save”) and enable "Close on Enter", streamlining the workflow. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Improved Apps indexing error handling and removed obsolete code. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Prevented apps from showing in search when the Apps extension is disabled. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Added ability to pin/unpin Apps using Ctrl+P shortcut.
  • Added keyboard shortcuts to the Apps context menu items for faster access.
  • Added all file context menu options to the Apps items context menu, making all file actions available there for better functionality.
  • Streamlined All Apps extension settings by removing redundant descriptions, making the UI clearer.
  • Added command history to the Run page for easier access to previous commands.
  • Fixed directory path handling in Run fallback for better file navigation.
  • Fixed URL fallback item hiding properly in Web Search extension when search query becomes invalid. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Added proper empty state message for Web Search extension when no results found. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Added fallback command to Windows Settings extension for better search results.
  • Re-enabled Clipboard History feature with proper window handling.
  • Improved Add Bookmark extension to automatically detect file, folder, or URL types without manual input.
  • Updated terminology from "Kill process" to "End task" in Window Walker for consistency with Windows.
  • Fixed minor grammar error in SamplePagesExtension code comments. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Mouse Utilities​


  • Added a new spotlight highlighting mode that creates a large transparent circle around your cursor with a backdrop effect, providing an alternative to the traditional circle highlight. Perfect for presentations where you want to focus attention on a specific area while dimming the rest of the screen.

Peek​


  • Added preview and thumbnail support for Binary G-code (.bgcode) files used in 3D printing. You can now see embedded thumbnails and preview these compressed 3D printing files directly in Peek and File Explorer. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Quick Accent​


  • Added Vietnamese language support to Quick Accent, mappings for Vietnamese vowels (a, e, i, o, u, y) and the letter d. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Settings​


  • Completely redesigned the Settings dashboard with a modern card-based layout featuring organized sections for quick actions and shortcuts overview, replacing the old module list.
  • Rewrote setting descriptions to be more concise and follow Windows writing style guidelines, making them easier to understand.
  • Improved formatting and readability of release notes in the "What's New" section with better typography and spacing.
  • Added missing deep link support for various settings pages (Peek, Quick Accent, PowerToys Run, etc.) so you can jump directly to specific settings.
  • Resolved an issue where the settings page header would drift away from its position when resizing the settings window.
  • Resolved a settings crash related to incompatible property names in ZoomIt configuration.

Documentation​


  • Added detailed step-by-step instructions for first-time developers building the Command Palette module, including prerequisites and Visual Studio setup guidance. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed Broken SDK Link: Corrected a broken markdown link in the Command Palette S...
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
47799
Reakcje/Polubienia
38022

Microsoft PowerToys 0.94.0

Highlights


For an in-depth look at the latest changes, visit the
Zaloguj lub Zarejestruj się aby zobaczyć!
.


  • PowerToys Settings added a Settings search with fuzzy matching, suggestions, a results page, and UX polish to make finding options faster.
  • A comprehensive hotkey conflict detection system was introduced in Settings to surface and help resolve conflicting shortcuts. Note that the default hotkey settings (Win+Ctrl+Shift+T, Win+Ctrl+V, Win+Ctrl+T, Win+Shift+T) may overlap with existing Windows system shortcuts. This is expected. You can resolve the conflict by assigning different hotkeys.
  • Mouse Utilities added a “Gliding cursor” accessibility feature to Mouse Pointer Crosshairs for single‑button cursor movement and clicking. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • The installer was upgraded to WiX 5 after WiX 3 reached end-of-life; this move improved installer security, reliability, and community support.
  • Tons of bug fixes and improvements for Command Palette, including visual updates and new support for filters on ListPages (handy for extension developers).
  • Hosts Editor now has a “No leading spaces” option so active host entries can start at column 0 even if others are disabled. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Context menu registration was moved from the installer to runtime to avoid loading disabled modules (runtime registrations).
  • Quick Accent now supports Maltese, and frequently used accents appear first (and are remembered across sessions). Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Always On Top


  • Fixed the border hover cursor so it shows the arrow instead of the wait cursor. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Command Palette


  • Applied single-click activation only to pointer input; keyboard always activates immediately. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Let context menus open at the cursor by removing window-bound constraints. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Made error messages clearer with timestamps, HRESULTs, and full details for easier diagnosis. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Prevented crashes and improved robustness when updating providers without commands. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Ensured the Settings window reliably comes to the front when opened. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Replaced the Clipboard History icon with a colorful Fluent icon. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Hardened ContentIcon to avoid duplicate parenting and improve diagnostics. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Standardized null checks using C# pattern matching for safer behavior.
  • Improved accessibility by focusing the activation shortcut dialog and making text reachable. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Moved the extension SDK to a stable Windows SDK and cleaned up message namespaces.
  • Added path shortcuts: ~ to home, and / or \ to system root, plus UNC support. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixed a race in cancellation handling to avoid InvalidOperationException. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Aligned separator styling with WinUI 3 for consistent visuals. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Added ARM64 PDBs to the Extensions SDK NuGet for better debugging.
  • Added single-select filters to DynamicListPage and updated Windows Services sample.
  • Updated main page placeholder text to better describe what can be searched. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Removed explicit WinAppSDK/WebView2 dependencies from toolkit and API. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Added a local keyboard hook to handle the GoBack key reliably. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Propagated alias changes safely and resolved conflicts across view models.
  • Allowed providers to override Dispose with a virtual method.
  • Fixed memory leaks by cleaning up removed or cancelled list items.
  • Sorted DateTime extension results by relevance for better usability.
  • Reduced search text “jiggling” by avoiding redundant change notifications.
  • Centralized automation notifications in a UIHelper for better accessibility. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Preserved Adaptive Card action types during trimming via DynamicDependency.
  • Added an acrylic backdrop and refined styling to the context menu. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Prevented disposed pages and Settings windows from handling stale messages. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Made the extension API easier to evolve without breaking clients.
  • Added “evil” sample pages to help reproduce tricky bugs.
  • Fixed WinGet trim-safety issues by replacing LINQ with manual iteration.
  • Cancelled stale list fetches to avoid older results overwriting newer ones in CmdPal.

Command Palette extensions


  • Improved empty states and ranking logic for multiple extensions. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Added app icons to the All Apps "Run" context command when available.
  • Restored missing builtin icons by standardizing extension dependencies.
  • Unblocked local deployment by adding WinAppSDK to two sample extensions.

Hosts File Editor


  • Added a "No leading spaces" option so active hosts entries can start at column 0 even when others are disabled. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Image Resizer


  • Fixed Image Resizer localization by installing satellite resources under the WinUI 3 apps culture path.

Mouse Utilities


  • Introduced "Gliding cursor" to control the pointer and click with a single hotkey for better accessibility. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Mouse Without Borders


  • Blocked Easy Mouse from switching machines during fullscreen apps, with an allow-list for exceptions. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Peek​


  • Added Visual Studio shared project file types to XML preview and fixed bgcode handler registration. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Fixes bgcode preview handler registration and events for reliable previews. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

PowerRename​


  • Changed the Explorer accelerator key to PowErRename to avoid clashing with the New menu. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Quick Accent​


  • Remembered character usage across sessions so frequently used accents appear first. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Added Maltese language support with specific characters and the Euro symbol. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Reduced GPU usage issues by making the window Topmost only when the picker is visible. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !

Settings​


  • Added telemetry to track usage of the new shortcut conflict detection workflow.
  • Moved the shutdown action from the title bar to a footer menu item with confirmation. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Implemented comprehensive hotkey conflict detection with a dedicated resolution dialog.
  • Added branded visuals for Office and Copilot keys in the KeyVisual control.
  • Introduced Settings search with fuzzy matching and navigation to specific controls.
  • Corrected Spanish localization so product names like Awake remain in English across Settings and OOBE.
  • Simplified the Advanced Paste description in Settings for quicker reading and consistent capitalization. Thanks
    Zaloguj lub Zarejestruj się aby zobaczyć!
    !
  • Localized conflict messages in the conflict window and dialog.
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Podobne tematy:

Do góry