WinNotch v0.6.1
Hotfix
- Fixed the startup crash introduced in
v0.6.0when adaptive theming tried to update a read-only frozen WPF brush. - The adaptive palette now replaces frozen resource brushes safely instead of mutating them in place.
- This keeps the new Windows-aware theming system intact while preventing the
Cannot set a property on object ... because it is in a read-only stateexception.
Validation
dotnet build src\\WinNotch\\WinNotch.csproj -c Release -nodeReuse:falsedotnet test tests\\WinNotch.Tests\\WinNotch.Tests.csproj -c Release --no-builddotnet publish src\\WinNotch\\WinNotch.csproj -c Release -o publish -nodeReuse:falsedotnet pack src\\WinNotch.PluginSdk\\WinNotch.PluginSdk.csproj -c Release -p:RuntimeIdentifier=win-x64 -o artifacts\\packagesC:\Program Files (x86)\Inno Setup 6\ISCC.exe installer\\WinNotch.iss
SHA-256
WinNotch.exe:2A17B770A525F78528069459C96890D28063CB08A4B9209A352C7E5FC6F35764WinNotch-0.6.1-Setup.exe:E6E9BB5E6C2703C58DDC11AE0FD6B9ED576E02FE94F13B5ECFE2D12BFC6AC5FD
The matching WinNotch.PluginSdk package publish is triggered automatically by this release.