Skip to content

Releases: Simnico99/MicaWPF

6.1.2

21 Jul 16:51
Compare
Choose a tag to compare

Ported MicaWindow styles to the MicaWPF.Core package, so MicaWPF and MicaWPF.Lite can receive the updated style automatically. I've broken down the MicaWindow into subclasses for better code readability and maintainability.

Optimized the WindowChrome code on Maximize and Minimize.

Full Changelog: 6.1.1...6.1.2

6.1.1

19 Jul 19:14
Compare
Choose a tag to compare

Fixed an issue on Windows 10 for the accent colors using the Windows 11 schema which is making the color look weird + Fixed the accent color not applying on MicaWPF (It was working on the lite version).

Full Changelog: 6.1.0...6.1.1

6.1.0

14 Jul 19:10
Compare
Choose a tag to compare

Non Breaking changes:
Added CustomWindowChrome property to MicaWindow so you can provide your own WindowChrome implementation.

Breaking changes:
Moved most helpers back to the core dll.
Decoupled the code more so things have moved or changed name.

Nothing should have been deleted.

Singletons has been moved to MicaWPFServiceUtility so:

AccentColorService.Current
ThemeService.Current
ThemeDictionaryService.Current

Is now:

MicaWPFServiceUtility.AccentColorService
MicaWPFServiceUtility.ThemeService
MicaWPFServiceUtility.ThemeDictionaryService

Full Changelog: 6.0.0...6.1.0

6.0.0

13 Jul 17:37
d042e0c
Compare
Choose a tag to compare

Breaking changes:
Helpers, Extensions, Etc.. has been moved to MicaWPF.Core

A new package is available MicaWPF.Lite

What is the difference?
MicaWPF.Lite is a small version that only include code to run a Mica Window, Also I had to strip down the Accent color code (Can't use WinRT)
So it makes the accent colors brush not as accurate as the full MicaWPF package.

What's Changed

  • 77 feature request standalone nuget package providing titlebarcontent functionality by @Simnico99 in #79

Full Changelog: 5.3.2...6.0.0

5.3.2

13 Jul 01:49
365c974
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.3.1...5.3.2

5.3.1

02 Jun 00:22
7a97c46
Compare
Choose a tag to compare

Fixed an issue with new Windows installations that snap layout wasn't enabled by default.

What's Changed

  • Fixed when the registry is not found to return true by @Simnico99 in #74

Full Changelog: 5.3.0...5.3.1

5.3.0

22 Mar 12:27
Compare
Choose a tag to compare

Removed my forgotten Debug.Writeline again.

Full Changelog: 5.2.9...5.3.0

5.2.9

22 Mar 12:09
Compare
Choose a tag to compare

Fixed an issue with 3 monitor setup were snap layout wouldn't work on the left monitor if you had your center monitor set as your main monitor.

Full Changelog: 5.2.8...5.2.9

5.2.8

22 Mar 11:40
Compare
Choose a tag to compare

Removed a forgotten Debug.Writeline in WndProc method.

5.2.7

22 Mar 11:27
70ebf5f
Compare
Choose a tag to compare

Fixed the maximize button color getting stuck when using snap layout.

What's Changed

  • Fixed issue with button color getting stuck by @Simnico99 in #68

Full Changelog: 5.2.6...5.2.7