Skip to content

WinNotch v0.6.1

Choose a tag to compare

@N3uralCreativity N3uralCreativity released this 26 Apr 17:15

Hotfix

  • Fixed the startup crash introduced in v0.6.0 when 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 state exception.

Validation

  • dotnet build src\\WinNotch\\WinNotch.csproj -c Release -nodeReuse:false
  • dotnet test tests\\WinNotch.Tests\\WinNotch.Tests.csproj -c Release --no-build
  • dotnet publish src\\WinNotch\\WinNotch.csproj -c Release -o publish -nodeReuse:false
  • dotnet pack src\\WinNotch.PluginSdk\\WinNotch.PluginSdk.csproj -c Release -p:RuntimeIdentifier=win-x64 -o artifacts\\packages
  • C:\Program Files (x86)\Inno Setup 6\ISCC.exe installer\\WinNotch.iss

SHA-256

  • WinNotch.exe: 2A17B770A525F78528069459C96890D28063CB08A4B9209A352C7E5FC6F35764
  • WinNotch-0.6.1-Setup.exe: E6E9BB5E6C2703C58DDC11AE0FD6B9ED576E02FE94F13B5ECFE2D12BFC6AC5FD

The matching WinNotch.PluginSdk package publish is triggered automatically by this release.