Skip to content

v0.7.0

Compare
Choose a tag to compare
@sourcechord sourcechord released this 02 Jun 06:33
· 123 commits to master since this release

New Features ✨

  • AcrylicWindow.AcrylicWindowStyle property
AcrylicWindowStyle="Nomal" AcrylicWindowStyle="NoIcon" AcrylicWindowStyle="None"
image image image
  • AcrylicWindow.TitleBar property
    customize_titlebar2

Bug Fixes 🐛

  • Fix AcrylicWindow style
    • Now, AcrylicWindow is shown correctly in Windows10 1903(#42, #49)
    • Titlebar cropped when maximized(#38)
  • Support WPF on .NET Core 3.0(#39)
    • FluetntWPF 0.7.0 omit dependency for System.Management.
    • Allow FluentWPF to be installed on .NET Core3.0 projects

Breaking Changes 💥

  • AcrylicWindow
    • ShowTitleBar property is removed
      Use AcrylicWindowStyle instead of ShowTitleBar property