Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 1.1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[v2.8.1-beta.1] - 2024-08-24

Changed

  • Removes ControlzEx NuGet package reference
  • References Microsoft.Xaml.Behaviors.Wpf to fix issues related to XAML behaviors

Fixed

  • Calculates correct system menu position (takes DPI scaling into account)

[v2.8.0-beta.1] - 2024-07-25

Changed

  • Converts all project files to the new SDK format
    • Updates AssemblyInfo.cs files (removes attributes that get generated during the build)
  • Upgrades all referenced NuGet packages
  • Fixes all build errors related to API changes
    • Fixes impersonation helpers in Interop code
    • Removes exception constructors for binary serialization (no longer needed)
    • Removes app.config files (cleans static binding redirects)
  • Removes functionality that downloads update installers (due to dead infrastructure)

[v2.7.0-beta.1] - 2024-03-24

  • Initial release