mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
version bump
This commit is contained in:
parent
ba0f2eee08
commit
350b2db022
11
Changes
11
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 <dkogan@debian.org> Fri, 24 Aug 2018 13:11:05 -0700
|
||||||
|
|
||||||
feedgnuplot (1.49)
|
feedgnuplot (1.49)
|
||||||
|
|
||||||
* --vnl now works with plots that have rangesize > 1
|
* --vnl now works with plots that have rangesize > 1
|
||||||
|
@ -16,7 +16,7 @@ use Pod::Usage;
|
|||||||
use Time::Piece;
|
use Time::Piece;
|
||||||
|
|
||||||
# Makefile.PL assumes this is in ''
|
# Makefile.PL assumes this is in ''
|
||||||
my $VERSION = '1.49';
|
my $VERSION = '1.50';
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user