diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cc7d8..4ffc807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ ## 0.0.1 -* TODO: Describe initial release. +- Added `Acrylic` class to use aero or acrylic blur effects on Flutter Windows. +- Added following effects to the plugin: + - `AcrylicEffect.disabled`. + - `AcrylicEffect.solid`. + - `AcrylicEffect.transparent`. + - `AcrylicEffect.aero`. + - `AcrylicEffect.acrylic`. +- Other features. + - Added `Window.enterFullscreen` & `Window.exitFullscreen` methods to make Flutter Window fullscreen.