Skip to content

Releases: hyprwm/hyprpicker

v0.4.1

30 Sep 14:07
Compare
Choose a tag to compare

A small update to fix crashes in some edge cases :)

Fixes

  • core: avoid crash in done callbacks

Full Changelog: v0.4.0...v0.4.1

v0.4.0

29 Sep 17:28
Compare
Choose a tag to compare

After a while, a new hyprpicker update!
This update comes with a bunch of fixes, moves to hw-s, and adds fractional scaling support!

New stuff

  • fractional scaling is now supported and on by default. No more blur :)
  • --version, --verbose and --quiet have been added

Notes for packagers

  • new deps: hyprwayland-scanner>0.4.2, hyprutils>=0.2.0

Fixes

  • core: minor log cleanups
  • cmake: use CXX_STANDARD instead of a flag
  • events: use enter coords

MRs

  • fix segmentation fault when cursor_shape_manager_v1 is not supported by @alcubierre-drive in #76
  • README: add required Debian packages to build by @melentan in #78
  • cmake: remove unneeded dependencies by @dylad in #81
  • remove unneeded GLES headers by @dylad in #82
  • Ensure the manpage location is correct. by @svin24 in #86
  • core: move to hyprwayland-scanner by @vaxerski in #88

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

06 Jun 09:20
bff005a
Compare
Choose a tag to compare

A long while without any updates :)

Fixes

  • core: more safety around cursor themes
  • core: switch to server-side cursors

MRs

New Contributors

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

v0.2.0

28 Oct 16:34
Compare
Choose a tag to compare

A quite major update with fixes for transformed displays, 10-bit formats and more.

Fixes

  • internal: include sys/types
  • internal: transform received screencopy buffer
  • internal: use newBuf data for storage of the bitmap
  • internal: fix usage of execlp in clipboard::copy
  • core: support conversions from 10-bit formats

MRs

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

29 May 17:12
Compare
Choose a tag to compare

Minor update fixing some memory leaks if hyprpicker was killed instead of shutdown.

Fixes

  • core: avoid leaving garbage buffers on exit

v0.1.0

04 Apr 22:03
Compare
Choose a tag to compare

First release of hyprpicker :)