Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Releases: pykeio/vibe

v0.4.0

10 Jan 17:06
3c61074
Compare
Choose a tag to compare

Features

  • vibe will now build successfully on macOS and Linux
  • Theme functions combined into one
  • ntdll.dll is now only loaded once per thread
  • unified-acrylic and blurbehind effects for cross-version unity and Windows 7 support
  • New demo application

Internal

  • Refactored to use once_cell
  • Replaced Mutex with RwCell
  • Other minor cleanups

v0.3.0

06 Oct 20:42
Compare
Choose a tag to compare

Features

  • The acrylic effect can now be configured with a custom tint colour for the DWM blurbehind effect used on Windows 10 and below.
  • New functions are available for detecting the Windows version; this can be very useful for determining how to style your window(s).

Fixes

  • The window's client area is now reset when clearing or changing effects.

v0.2.1

02 Oct 19:28
Compare
Choose a tag to compare
  • Adds functions for forcing the theme of acrylic effects, as older versions of Electron may not have the nativeTheme module. (#3)

v0.2.0

30 Sep 20:42
Compare
Choose a tag to compare
  • Fixes the Windows 10 build 17763+ acrylic fallback not working properly.

v0.1.0

30 Sep 16:58
Compare
Choose a tag to compare
💫