Package Release Info

slurp-1.3.2-bp154.1.26

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

slurp

Change Logs

* Mon Apr 19 2021 Michael Vetter <mvetter@suse.com>
- Update to 1.3.2:
  * Fix incorrect anchor when output has negative position
  * Fix loss of selection when pointer moves between outputs
* Thu Nov 05 2020 Michael Vetter <mvetter@suse.com>
- Update to 1.3.1:
  * Fix off-by-one error in in_box function
  * Print output into buffer, print result late
  * Safe printf usage
  * readme: simplify "select output" example
  * readme: clarify that -f "%o" prints the output name
* Fri Oct 16 2020 Michael Vetter <mvetter@suse.com>
- Update to 1.3.0:
  * Touch input is now supported
  * The current selection can now be moved by holding the Space key
  * Choice boxes specified on stdin can now be labelled
  * A new format option prints the name of the output
  * The new -o option allows to add all outputs as choice boxes
  * The new -r option forces the user to select one of the choice boxes
Version: 1.2.0-bp152.1.13
* Tue Jun 04 2019 mvetter@suse.com
- Update to 1.2.0:
  * It's now possible to provide a list of predefined
    regions to choose from
  * A single-pixel selection mode has been added
  * Check out the README for some examples:
    https://github.com/emersion/slurp#example-usage
* Mon Feb 25 2019 mvetter@suse.com
- Update to 1.1.0:
  * Add man-pages option like swaywm/sway@ba16f16e4d5a
  * Display alpha in usage
  * Add user-defined output formatting (#33)
  * Abort on escape (#25)
  * Support selection across multiple outputs (#27)
* Wed Feb 13 2019 mvetter@suse.com
- Update to 1.0.1:
  * Mention scdoc as optional dependency
  * Remove erronous endif
  * Fix frame callback running after output free
  * Use linux/input-event-codes.h on FreeBSD
* Wed Feb 06 2019 mvetter@suse.com
- Initial package of slurp 1.0 for openSUSE