Conversation
Release notes covering 67 PRs merged since v0.98.0, excluding v0.98.1 and v0.98.2 hotfix PRs. Includes highlights, per-module sections, and development changes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
| - **Image Resizer**: Migrated from WPF to WinUI 3, enabling future AOT compilation for 1.5-3x performance improvements and aligning with Windows 11 design language | ||
| - **Command Palette**: Made the Dock window stay on top of all other windows by default, automatically yielding when a full-screen app is detected | ||
| - **Command Palette**: Improved full-screen detection for the activation shortcut, adding rapid-press breakthrough to bypass suppression and live diagnostics in Settings | ||
| - **Command Palette**: Added plain text viewer and image viewer content types for extensions, enabling safe display of raw text and zoomable images directly in the content pane |
|
|
||
| ## Command Palette | ||
|
|
||
| - Added plain text viewer and image viewer content types for extensions, enabling safe display of raw text and zoomable images directly in the content pane in [#43964](https://github.com/microsoft/PowerToys/pull/43964). Thanks [@jiripolasek](https://github.com/jiripolasek)! |
| - Prevented PgUp/PgDown keyboard navigation from selecting non-interactive items such as separators or section headers in [#46439](https://github.com/microsoft/PowerToys/pull/46439). Thanks [@jiripolasek](https://github.com/jiripolasek)! | ||
| - Added a guard to prevent a crash when navigating back with an empty navigation stack in [#46493](https://github.com/microsoft/PowerToys/pull/46493). Thanks [@jiripolasek](https://github.com/jiripolasek)! | ||
| - Moved each built-in extension to its own settings file, preventing the shared settings file from being silently overwritten, with transparent migration from the legacy file in [#46685](https://github.com/microsoft/PowerToys/pull/46685) | ||
| - Hardened ListViewModel fetch synchronization to handle overlapping refreshes, cancellation, and re-entrant ItemsChanged scenarios in [#46429](https://github.com/microsoft/PowerToys/pull/46429). Thanks [@jiripolasek](https://github.com/jiripolasek)! |
|
|
||
| - Updated the Windows Implementation Library (WIL) to version 1.0.250325.1, now managed centrally via Directory.Packages.props in [#43503](https://github.com/microsoft/PowerToys/pull/43503) | ||
| - Upgraded the check-spelling CI action to v0.0.26, fixing spell-check failures on fork PRs and updating exclusion patterns in [#46851](https://github.com/microsoft/PowerToys/pull/46851). Thanks [@jsoref](https://github.com/jsoref)! | ||
| - Added contributor names from a recent PR to the spellchecker allow-list to prevent CI spelling errors in [#46765](https://github.com/microsoft/PowerToys/pull/46765). Thanks [@jiripolasek](https://github.com/jiripolasek)! |
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, 👼 SARIF report, or 📝 job summary for details.Unrecognized words (2)spellchecker These words are not needed and should be removeddiu IPREVIEW ITHUMBNAIL LPCFHOOKPROC LUMA MAXDWORD MRT suntimes timespan traies udit VSyncTo accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands... in a clone of the git@github.com:microsoft/PowerToys.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/cfb6f7e75bbfc89c71eaa30366d0c166f1bd9c8c/apply.pl' |
perl - 'https://github.com/microsoft/PowerToys/actions/runs/24445622640/attempts/1' &&
git commit -m 'Update check-spelling metadata'OR To have the bot accept them for you, comment in the PR quoting the following line: Forbidden patterns 🙅 (1)In order to address this, you could change the content to not match the forbidden patterns (comments before forbidden patterns may help explain why they're forbidden), add patterns for acceptable instances, or adjust the forbidden patterns themselves. These forbidden patterns matched content: Should be
|
| ❌ Errors | Count |
|---|---|
| ❌ forbidden-pattern | 1 |
See ❌ Event descriptions for more information.
If the flagged items are 🤯 false positives
If items relate to a ...
-
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using). -
well-formed pattern.
If you can write a pattern that would match it,
try adding it to thepatterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.
Summary
Notes for reviewers
doc/release-notes/for nowTest plan
🤖 Generated with Claude Code