From ed666323e68730414d38cb9a1a3695c0e3628274 Mon Sep 17 00:00:00 2001 From: Andre Miranda <andreldm@xfce.org> Date: Fri, 8 Mar 2019 23:25:30 -0300 Subject: [PATCH] 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 8285f437..9014d901 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 1fc58c18..4bcdcb66 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 bb63f58a..590f8c2b 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 -- GitLab