Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 19:33

🎉 New features

  • Adjust widget position for monitor DPI (#119).
    • Fixes issues where the widget window was getting positioned/sized incorrectly.
  • Account for window width and height in anchor position (#122).
    • e.g. "anchor": "bottom_left" would previously place the top left corner of the window at the bottom left of the monitor and would then have to be manually offset. Now, it places the bottom-left corner of the window in the bottom-left of the monitor.

🐛 Bug fixes

  • Fix incorrect casing in query monitors CLI command response.
  • Hide scrollbar on overflow in example templates (#120).

🛠️️ Internal changes

  • Bump glazewm package to latest.

Big thanks to @JonasWischeropp, @adriankarlen, and @lars-berger for contributing to this release 💛