mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-06-23 22:31:16 +08:00
version bump
This commit is contained in:
parent
232b68b819
commit
80b6030996
7
Changes
7
Changes
@ -1,3 +1,10 @@
|
|||||||
|
feedgnuplot (1.37)
|
||||||
|
|
||||||
|
* At the end of a streaming plot, include the last chunk of data
|
||||||
|
* Added --equation to the completions
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Fri, 01 Jan 2016 08:09:43 -0800
|
||||||
|
|
||||||
feedgnuplot (1.36)
|
feedgnuplot (1.36)
|
||||||
|
|
||||||
* Added --equation to plot symbolic equations
|
* Added --equation to plot symbolic equations
|
||||||
|
@ -14,7 +14,7 @@ use Text::ParseWords; # for shellwords
|
|||||||
use Pod::Usage;
|
use Pod::Usage;
|
||||||
use Time::Piece;
|
use Time::Piece;
|
||||||
|
|
||||||
my $VERSION = 1.36;
|
my $VERSION = 1.37;
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user