diff --git a/Changes b/Changes index cde2892..3ecbf94 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,14 @@ +feedgnuplot (1.50) + + * Script waits for the plot window to close before exiting + Instead of sleeping forever. This is really nice! I no longer need + to quit the plot window AND then C-c. Quitting the plot window is + now sufficient + * by default --image sets range noextend + * tab-completion knows about the fnormal distribution + + -- Dima Kogan Fri, 24 Aug 2018 13:11:05 -0700 + feedgnuplot (1.49) * --vnl now works with plots that have rangesize > 1 diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 47eaf23..ed6a33b 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.49'; +my $VERSION = '1.50'; my %options; interpretCommandline();