mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
version bump
This commit is contained in:
parent
f8ed461571
commit
18994e68e1
8
Changes
8
Changes
@ -1,3 +1,11 @@
|
|||||||
|
feedgnuplot (1.38)
|
||||||
|
|
||||||
|
* hardcopy defaults:
|
||||||
|
- no enhanced text mode
|
||||||
|
- larger font size
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Wed, 27 Jul 2016 22:15:11 -0700
|
||||||
|
|
||||||
feedgnuplot (1.37)
|
feedgnuplot (1.37)
|
||||||
|
|
||||||
* At the end of a streaming plot, include the last chunk of data
|
* At the end of a streaming plot, include the last chunk of data
|
||||||
|
@ -14,7 +14,7 @@ use Text::ParseWords; # for shellwords
|
|||||||
use Pod::Usage;
|
use Pod::Usage;
|
||||||
use Time::Piece;
|
use Time::Piece;
|
||||||
|
|
||||||
my $VERSION = 1.37;
|
my $VERSION = 1.38;
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user