Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 4.53 KB

CHANGELOG.md

File metadata and controls

68 lines (42 loc) · 4.53 KB

Changelog

[0.5.0]

  • 19cdde3(#121) Breaking change Update raw-window-handle crate to 0.6. Now APIs require HasWindowHandle trait boundary instead of HasRawWindowHandle.

[0.4.3]

[0.4.2]

[0.4.1]

  • d7520d5(#101) On Windows, add apply_tabbed and clear_tabbed

[0.4.0]

  • a0f4712(#90) On Windows, Add option to specify dark for mica effect.

[0.3.2]

  • Fix apply_acrylic on Windows 11 22H2.
    • d05ef14 fix: fix acrylic on windows 11 22523, closes #45 (#69) on 2022-10-25
    • aab46e3 publish new versions (#70) on 2022-10-25
    • d20161f fix: fix acrylic on win11 22h2 on 2022-11-18

[0.3.1]

  • Fix acrylic effect on Windows 11 build 22523 and higher
    • d05ef14 fix: fix acrylic on windows 11 22523, closes #45 (#69) on 2022-10-25

[0.3.0]

  • Add a 3rd argument to apply_vibrancy() to control the vibrancy state, follows window active state by default.
    • 0a566c6 feat: (macos) add vibrancy state parameter (#63) on 2022-09-19
  • Add a 4th argument to apply_vibrancy() to control the corner radius of the effect view.
    • bffac24 feat: add rounded corner support on MacOS (#26) on 2022-09-19

[0.2.0]

  • Update raw-window-handle dependency to 0.5
    • aef927b chore(deps): update raw-window-handle to 0.5 on 2022-07-25

[0.1.3]

  • Fix apply_acrylic effect on Windows 11.
    • 7f4e28f fix(acrylic): pass correct AccentFlags to swca on 2022-04-29
    • 92ef268 chore: add screenshots (#37) on 2022-05-23
  • Add screenshots
    • 92ef268 chore: add screenshots (#37) on 2022-05-23

[0.1.2]

  • Update examples and documentation about macOS NSVisualEffectMaterial.
    • e3e2cc7 docs: update examples and macos NSVisualEffectMaterial on 2022-04-15

[0.1.1]

  • Update crate docs.
    • 2764ca3 chore: update crate docs on 2022-03-29

[0.1.0]

  • Initial Release.
    • 78acb98 chore(readme): remove installation section on 2022-03-05