From bc87de5007d8ec56f2830dab004c86647dc8a336 Mon Sep 17 00:00:00 2001 From: Kai Tao Date: Thu, 13 Nov 2025 11:06:30 +0800 Subject: [PATCH] add commit info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 482839c87e..2bf599bf08 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ For an in-depth look at the latest changes, visit the [Windows Command Line blog ### PowerToys Run - Added retry logic with exponential backoff to handle DWM composition errors during theme changes. Thanks [@jiripolasek](https://github.com/jiripolasek). + - Update OneNote png icons to new core10 design. Thanks [@trevorNgo](https://github.com/trevorNgo). ### Quick Accent - Added diameter symbol (⌀) for Shift+O in Special Characters mode, thanks to [@anselumjuju](https://github.com/anselumjuju). @@ -194,6 +195,7 @@ For an in-depth look at the latest changes, visit the [Windows Command Line blog ### Zoomit - Smooth out zoom-animation in ZoomIt by coalescing mouse-move and timer events, thanks to [@foxmsft](https://github.com/foxmsft). - Enable GIF support for ZoomIt, thanks to [@MarioHewardt](https://github.com/MarioHewardt). + - Fix spelling mistakes, and refactored some literal strings to string constants, thanks to [@lzandman](https://github.com/lzandman). ### Settings - Fixed title bar overlapping issue at smaller window sizes.