Skip to content

Releases: MayakaApps/ComposeWindowStyler

v0.4.0

26 Feb 14:37
ee3bdcb
Compare
Choose a tag to compare

What's Changed

New Contributors

Known Issues

  • Colored Acrylic is not supported on new Windows 11 builds. Future library API change would be done to clarify this.
  • On new Windows 11 builds the titlebar is always set to black color when not using Acrylic, Mica, or Tabbed. This is to workaround an issue that makes the titlebar content color white.

Full Changelog: v0.3.2...v0.4.0

Compose Window Styler v0.3.2

22 Jun 03:11
a478d95
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

Compose Window Styler v0.3.1

16 Jun 21:27
Compare
Choose a tag to compare

What's Changed

  • Apply a fix for window buttons not changing color in Mica after theming by @MSDarwish2000 in #24

Full Changelog: v0.3.0...v0.3.1

Compose Window Styler v0.3.0

16 Jun 14:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

Compose Window Styler v0.2.0

14 Jun 02:00
Compare
Choose a tag to compare

Breaking Changes

  • Renamed the library to Compose Window Styler for wider scope of styling
  • Renamed package name to com.mayakapps.compose.windowstyler
  • Changed the published artifact to com.mayakapps.compose:window-styler and it is now available on the Maven Central
    Note: the old artifact that is available on GitHub Packages will be deleted soon
  • Renamed ApplyEffect & WindowEffect to WindowStyle & WindowBackdrop respectively

What's Changed

  • Reworked most of the internal code for more organized code base
  • Converted the project to be multi-module and added demo application to test the library conveniently
  • Separated isDarkTheme parameter from Mica effect to be a separate window style as it can be used to theme the title bar
  • Fixed an issue that caused colors to render incorrectly and updated the effects to use Compose Color by @MSDarwish2000 in #6
  • Reworked transparent effect to allow colors and semitransparency by @MSDarwish2000 in #8
  • Make default backdrop black in dark theme by @MSDarwish2000 in #9
  • Implement fallback strategy for modern backdrops by @MSDarwish2000 in #11

Full Changelog: v0.1.0...v0.2.0

Compose Backdrop v0.1.0

11 Jun 03:41
8f525d2
Compare
Choose a tag to compare

Initial Release