From 840077e67760109f715960dbfd00c0564a71928b Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sat, 20 Dec 2025 12:11:30 -0800 Subject: [PATCH] new release --- Changes | 6 ++++++ bin/feedgnuplot | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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();