diff --git a/Changes b/Changes index 0d5b5d3..883b4af 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +feedgnuplot (1.63) + + * bug fix: --image doesn't touch xrange,yrange if those are given in --set + + -- Dima Kogan Sat, 20 Dec 2025 12:11:05 -0800 + feedgnuplot (1.62) * I explicitly ignore all lines that have '-' values diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 70ba7c1..3509ccf 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -16,7 +16,7 @@ use Pod::Usage; use Time::Piece; # Makefile.PL assumes this is in '' -my $VERSION = '1.62'; +my $VERSION = '1.63'; my %options; interpretCommandline();