[Xfce4-commits] [apps/xfce4-screenshooter] 01/02: Updates for release
noreply at xfce.org
noreply at xfce.org
Sat Mar 9 03:32:48 CET 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/xfce4-screenshooter.
commit ed666323e68730414d38cb9a1a3695c0e3628274
Author: Andre Miranda <andreldm at xfce.org>
Date: Fri Mar 8 23:25:30 2019 -0300
Updates for release
---
NEWS | 14 +++++++++++++-
configure.ac.in | 4 ++--
xfce4-screenshooter.1 | 8 ++++----
3 files changed, 19 insertions(+), 7 deletions(-)
diff --git a/NEWS b/NEWS
index 8285f43..9014d90 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,22 @@
+=== Version 1.9.4 ===
+ * Enhancements:
+ - Extended save function to also take files (bug #14156, thanks to Arthur Jansen)
+ - Show width and height of selection area (bug #12664, thanks to Simon)
+ - Improved imgur dialog (bug #14973, thanks to Arthur Jansen)
+ - Don't save region/delay/show_mouse if region was specified from CLI
+
+ * Bugs fixed:
+ - React to core X input events when XInput is not available (bug #15166)
+ - Fix crash and properly handle cursors on HiDPI (thanks to Viktor Odintsev)
+ - Delay in panel plugin does not work (bug #14604)
+
=== Version 1.9.3 ===
* Enhancements:
- Allow user to move selection rectangle (bug #14365)
- Allow and remember 0sec delay for all regions (bug #13763)
* Bugs fixed:
- - Fix clipboard action handling (Bug #14513)
+ - Fix clipboard action handling (bug #14513)
=== Version 1.9.2 ===
* Remove zimagez support (bug #14283)
diff --git a/configure.ac.in b/configure.ac.in
index 1fc58c1..4bcdcb6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -5,10 +5,10 @@ dnl
m4_define([xfce4_screenshooter_version_major], [1])
m4_define([xfce4_screenshooter_version_minor], [9])
-m4_define([xfce4_screenshooter_version_micro], [3])
+m4_define([xfce4_screenshooter_version_micro], [4])
m4_define([xfce4_screenshooter_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_screenshooter_version_build], [@REVISION@])
-m4_define([xfce4_screenshooter_version_tag], [git])
+m4_define([xfce4_screenshooter_version_tag], [])
m4_define([xfce4_screenshooter_version], [xfce4_screenshooter_version_major().xfce4_screenshooter_version_minor().xfce4_screenshooter_version_micro()ifelse(xfce4_screenshooter_version_nano(), [], [], [.xfce4_screenshooter_version_nano()])ifelse(xfce4_screenshooter_version_tag(), [git], [xfce4_screenshooter_version_tag()-xfce4_screenshooter_version_build()], [xfce4_screenshooter_version_tag()])])
AC_INIT([xfce4-screenshooter], [xfce4_screenshooter_version], [http://bugzilla.xfce.org/], [xfce4-screenshooter])
diff --git a/xfce4-screenshooter.1 b/xfce4-screenshooter.1
index bb63f58..590f8c2 100644
--- a/xfce4-screenshooter.1
+++ b/xfce4-screenshooter.1
@@ -1,7 +1,7 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
-.TH XFCE4-SCREENSHOOTER "1" "August 2018" "xfce4-screenshooter 1.9.3git-d1d135c" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
+.TH XFCE4-SCREENSHOOTER "1" "March 2019" "xfce4-screenshooter 1.9.4" "User Commands"
.SH NAME
-xfce4-screenshooter \- manual page for xfce4-screenshooter 1.9.3git-d1d135c
+xfce4-screenshooter \- manual page for xfce4-screenshooter 1.9.4
.SH DESCRIPTION
.SS "Usage:"
.IP
@@ -37,7 +37,7 @@ Application to open the screenshot
Select a region to be captured by clicking a point of the screen without releasing the mouse button, dragging your mouse to the other corner of the region, and releasing the mouse button.
.TP
\fB\-s\fR, \fB\-\-save\fR
-Directory where the screenshot will be saved
+File path or directory where the screenshot will be saved
.TP
\fB\-i\fR, \fB\-\-imgur\fR
Host the screenshot on Imgur, a free online image hosting service
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list