Releases: hyprwm/hyprpicker
Releases · hyprwm/hyprpicker
v0.4.1
v0.4.0
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
- @alcubierre-drive made their first contribution in #76
- @melentan made their first contribution in #78
- @dylad made their first contribution in #81
- @svin24 made their first contribution in #86
- @vaxerski made their first contribution in #88
Full Changelog: v0.3.0...v0.4.0
v0.3.0
A long while without any updates :)
Fixes
- core: more safety around cursor themes
- core: switch to server-side cursors
MRs
- fix: nixos build, missing ligblvnd by @eviefp in #53
- Fix CMYK output on black by @felixdorn in #69
- output: colorize BG instead of FG by @bvr-yr in #70
- nix: don't need wlroots as build input by @wineee in #71
- Fixed getconf command in build instructions by @pebble-24 in #72
New Contributors
- @eviefp made their first contribution in #53
- @felixdorn made their first contribution in #69
- @bvr-yr made their first contribution in #70
- @wineee made their first contribution in #71
- @pebble-24 made their first contribution in #72
Full Changelog: v0.2.0...v0.3.0
v0.2.0
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
- Use crosshair instead of left pointer as cursor by @eclairevoyant in #37
- Use xkbcommon for keyboard event handling by @TheOnlyMrCat in #43
New Contributors
- @eclairevoyant made their first contribution in #37
- @TheOnlyMrCat made their first contribution in #43
Full Changelog: v0.1.1...v0.2.0