0.014 release master
authorTony Cook <tony@develop-help.com>
Thu, 5 Dec 2019 10:27:08 +0000 (10:27 +0000)
committerTony Cook <tony@develop-help.com>
Thu, 5 Dec 2019 10:27:08 +0000 (10:27 +0000)
Changes
Screenshot.pm

diff --git a/Changes b/Changes
index f01650f278f33c49ff5c40e87480c0f601afeafb..f6fee1a17cff0f10f240ea631d1b59fc4cde06be 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+0.014 5 Dec 2019
+
+ - for X11 fetch the window image from the root window instead of
+   trying to fetch from the specified window, clipping to the window.
+   This fixes black images in some cases.
+
 0.013 11 Jan 2013
 
  - use Imager::Probe to find libraries instead of custom code
index dd5bb263447c0e30cc07433a60d204bac55b45fb..9963de66b4ff0e77e1d9719e50df7fba5a678cd8 100644 (file)
@@ -10,7 +10,7 @@ push @ISA, 'Exporter';
 BEGIN {
   require Exporter;
   @ISA = qw(Exporter);
-  $VERSION = '0.013';
+  $VERSION = '0.014';
 
   require XSLoader;
   XSLoader::load('Imager::Screenshot' => $VERSION);