slurp v1.6.0
This release adds the following new features:
- Make a single click equivalent to point selection
- Add support for crosshairs with the -x option
- Prevent multiple instances of slurp running for the same wayland session at once
- Only use shift to lock aspect ratio when resizing current selection
What's Changed
- Add example how to select windows without border under Sway by @wentasah in #150
- fix handling cursor_shape_manager by @sewnie in #151
- Fix weird
:;code style by @xnuk in #158 - slurp.1.scd: add missing documentation for the default values by @danielfrrrr in #168
- Update link to grim in README by @code-IM-perfect in #172
- Enable Shift key only while resizing current selection by @mkrasnitski in #132
- feat: Use a lockfile to prevent multiple instances by @tmccombs in #174
- Crosshairs by @tmccombs in #95
- Add documentation of how to use backslash escapes. by @tmccombs in #103
- Fix wl_callback use-after-free in send_frame() by @ndren in #180
- Makes a single click equivalent to a point selection by @fuyarovh in #129
New Contributors
- @wentasah made their first contribution in #150
- @sewnie made their first contribution in #151
- @danielfrrrr made their first contribution in #168
- @code-IM-perfect made their first contribution in #172
- @mkrasnitski made their first contribution in #132
- @ndren made their first contribution in #180
- @fuyarovh made their first contribution in #129
Full Changelog: v1.5.0...v1.6.0