diff --git a/Directory.Packages.props b/Directory.Packages.props index c56ffd4843..b2db3889f6 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -4,7 +4,7 @@ - + @@ -25,9 +25,9 @@ - + - + diff --git a/NOTICE.md b/NOTICE.md index bb2270aae9..d100759d35 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -1,4 +1,5 @@ # NOTICES AND INFORMATION + This software incorporates material from third parties. - Color Picker @@ -122,7 +123,7 @@ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -### Beta Tadele's Window Walker License +### Beta Tadele's Window Walker License **Source**: https://github.com/betsegaw/windowwalker @@ -167,11 +168,12 @@ SOFTWARE. ## PowerToy: Installer/Runner ### spdlog + **Source**: https://github.com/gabime/spdlog The MIT License (MIT) -Copyright (c) 2016 Gabi Melman. +Copyright (c) 2016 Gabi Melman. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -185,7 +187,7 @@ all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN @@ -195,8 +197,8 @@ THE SOFTWARE. This software depends on the fmt lib (MIT License), and users must comply to its license: https://github.com/fmtlib/fmt/blob/master/LICENSE.rst - ### expected-lite + **Source**: https://github.com/martinmoene/expected-lite Boost Software License - Version 1.0 - August 17th, 2003 @@ -224,6 +226,7 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ### zip + **Source**: https://github.com/kuba--/zip This is free and unencumbered software released into the public domain. @@ -254,6 +257,7 @@ For more information, please refer to ## Utility: Measure tool ### sse2neon + We adopted some functions from it. **Source**: https://github.com/DLTcollab/sse2neon @@ -277,7 +281,7 @@ SOFTWARE. ## NuGet Packages used by PowerToys -- CommunityToolkit.Labs.WinUI.SettingsControls 0.0.7 +- CommunityToolkit.Labs.WinUI.SettingsControls 0.0.17 - CommunityToolkit.Mvvm 8.0.0 - CommunityToolkit.WinUI.UI 7.1.2 - CommunityToolkit.WinUI.UI.Controls 7.1.2 @@ -296,9 +300,9 @@ SOFTWARE. - Microsoft.Toolkit.Uwp.Notifications 7.1.2 - Microsoft.Web.WebView2 1.0.1343.22 - Microsoft.Windows.CsWin32 0.2.46-beta -- Microsoft.Windows.CsWinRT 2.0.0 +- Microsoft.Windows.CsWinRT 2.0.1 - Microsoft.Windows.SDK.BuildTools 10.0.22621.755 -- Microsoft.WindowsAppSDK 1.2.221116.1 +- Microsoft.WindowsAppSDK 1.2.230217.4 - Microsoft.Xaml.Behaviors.WinUI.Managed 2.0.9 - Microsoft.Xaml.Behaviors.Wpf 1.1.39 - ModernWpfUI 0.9.4 diff --git a/installer/PowerToysSetup/Settings.wxs b/installer/PowerToysSetup/Settings.wxs index 013ffe9589..0d2f8a1e8d 100644 --- a/installer/PowerToysSetup/Settings.wxs +++ b/installer/PowerToysSetup/Settings.wxs @@ -7,7 +7,7 @@ - + diff --git a/src/modules/FileLocksmith/FileLocksmithUI/app.manifest b/src/modules/FileLocksmith/FileLocksmithUI/app.manifest new file mode 100644 index 0000000000..575aa4df9d --- /dev/null +++ b/src/modules/FileLocksmith/FileLocksmithUI/app.manifest @@ -0,0 +1,21 @@ + + + + + + + + true/PM + PerMonitorV2, PerMonitor + + + + + + + + + diff --git a/src/modules/Hosts/Hosts/app.manifest b/src/modules/Hosts/Hosts/app.manifest index 87a882d863..6417c11e2d 100644 --- a/src/modules/Hosts/Hosts/app.manifest +++ b/src/modules/Hosts/Hosts/app.manifest @@ -12,4 +12,10 @@ PerMonitorV2, PerMonitor + + + + + + diff --git a/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj b/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj index 047e418422..93f8a693d9 100644 --- a/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj +++ b/src/modules/MeasureTool/MeasureToolCore/PowerToys.MeasureToolCore.vcxproj @@ -1,8 +1,8 @@  + - true true @@ -143,21 +143,21 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + \ No newline at end of file diff --git a/src/modules/MeasureTool/MeasureToolCore/app.manifest b/src/modules/MeasureTool/MeasureToolCore/app.manifest index 4aedd37014..1292107c7f 100644 --- a/src/modules/MeasureTool/MeasureToolCore/app.manifest +++ b/src/modules/MeasureTool/MeasureToolCore/app.manifest @@ -12,4 +12,10 @@ PerMonitorV2, PerMonitor + + + + + + diff --git a/src/modules/MeasureTool/MeasureToolCore/packages.config b/src/modules/MeasureTool/MeasureToolCore/packages.config index 9322bb3315..e52f75ad83 100644 --- a/src/modules/MeasureTool/MeasureToolCore/packages.config +++ b/src/modules/MeasureTool/MeasureToolCore/packages.config @@ -3,4 +3,5 @@ + \ No newline at end of file diff --git a/src/modules/MeasureTool/MeasureToolUI/app.manifest b/src/modules/MeasureTool/MeasureToolUI/app.manifest index ba6d50bdd8..908d7af1a8 100644 --- a/src/modules/MeasureTool/MeasureToolUI/app.manifest +++ b/src/modules/MeasureTool/MeasureToolUI/app.manifest @@ -12,4 +12,10 @@ PerMonitorV2, PerMonitor + + + + + + diff --git a/src/modules/PowerOCR/PowerOCR/app.manifest b/src/modules/PowerOCR/PowerOCR/app.manifest index 5102e74135..8bd61651e3 100644 --- a/src/modules/PowerOCR/PowerOCR/app.manifest +++ b/src/modules/PowerOCR/PowerOCR/app.manifest @@ -45,7 +45,7 @@ - + diff --git a/src/modules/colorPicker/ColorPickerUI/App.manifest b/src/modules/colorPicker/ColorPickerUI/App.manifest index 2f83c659bd..94b792d3fe 100644 --- a/src/modules/colorPicker/ColorPickerUI/App.manifest +++ b/src/modules/colorPicker/ColorPickerUI/App.manifest @@ -40,7 +40,7 @@ - + diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/app.manifest b/src/modules/fancyzones/editor/FancyZonesEditor/app.manifest index a52bf87d3a..598c47dd41 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/app.manifest +++ b/src/modules/fancyzones/editor/FancyZonesEditor/app.manifest @@ -40,7 +40,7 @@ - + diff --git a/src/modules/powerrename/PowerRenameUILib/PowerRenameUI.vcxproj b/src/modules/powerrename/PowerRenameUILib/PowerRenameUI.vcxproj index 3b8b0c4697..3e6a47e706 100644 --- a/src/modules/powerrename/PowerRenameUILib/PowerRenameUI.vcxproj +++ b/src/modules/powerrename/PowerRenameUILib/PowerRenameUI.vcxproj @@ -1,7 +1,7 @@  + - true @@ -185,8 +185,8 @@ - + @@ -197,10 +197,10 @@ - - + + diff --git a/src/modules/powerrename/PowerRenameUILib/app.manifest b/src/modules/powerrename/PowerRenameUILib/app.manifest index 0066894996..8554f867e0 100644 --- a/src/modules/powerrename/PowerRenameUILib/app.manifest +++ b/src/modules/powerrename/PowerRenameUILib/app.manifest @@ -12,4 +12,10 @@ PerMonitorV2, PerMonitor + + + + + + diff --git a/src/modules/powerrename/PowerRenameUILib/packages.config b/src/modules/powerrename/PowerRenameUILib/packages.config index 485d1bab40..78191badcf 100644 --- a/src/modules/powerrename/PowerRenameUILib/packages.config +++ b/src/modules/powerrename/PowerRenameUILib/packages.config @@ -5,5 +5,5 @@ - + \ No newline at end of file diff --git a/src/settings-ui/Settings.UI/Assets/FluentIcons/FluentIconsExperimentation.png b/src/settings-ui/Settings.UI/Assets/FluentIcons/FluentIconsExperimentation.png deleted file mode 100644 index dc5e0c3169..0000000000 Binary files a/src/settings-ui/Settings.UI/Assets/FluentIcons/FluentIconsExperimentation.png and /dev/null differ diff --git a/src/settings-ui/Settings.UI/Views/GeneralPage.xaml b/src/settings-ui/Settings.UI/Views/GeneralPage.xaml index 33ee9cefe1..5f757a9491 100644 --- a/src/settings-ui/Settings.UI/Views/GeneralPage.xaml +++ b/src/settings-ui/Settings.UI/Views/GeneralPage.xaml @@ -16,18 +16,11 @@ - + - - - + + + @@ -47,9 +40,7 @@ Orientation="Horizontal" Spacing="18" Visibility="{Binding Mode=OneWay, Path=IsNewVersionDownloading, Converter={StaticResource BoolToVisibilityConverter}}"> - + - - + + - + - + - + - +