diff --git a/Changes b/Changes index ca25466..16f82cd 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,13 @@ +feedgnuplot (1.61) + + * #! line uses /usr/bin/env to work with nonstandard installations + * Added --cblabel to label the color bar + * Added --cbmin, --cbmax + * --zmin,--zmax,--zlabel are always sent, if requested + * Plotting with no STDIN data works + + -- Dima Kogan Fri, 04 Mar 2022 14:45:36 -0800 + feedgnuplot (1.60) * Test suite fix: we have the right number of tests diff --git a/bin/feedgnuplot b/bin/feedgnuplot index ffc3a66..37002ab 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.60'; +my $VERSION = '1.61'; my %options; interpretCommandline();