mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
changelog update
This commit is contained in:
parent
1744aeb6d2
commit
7d7511e62e
8
Changes
8
Changes
@ -1,4 +1,10 @@
|
|||||||
feedgnuplot (1.42) unstable; urgency=medium
|
feedgnuplot (1.43)
|
||||||
|
|
||||||
|
* Added --image
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Mon, 19 Jun 2017 13:12:38 -0700
|
||||||
|
|
||||||
|
feedgnuplot (1.42)
|
||||||
|
|
||||||
* Data can now come from STDIN or files on the cmdline.
|
* Data can now come from STDIN or files on the cmdline.
|
||||||
This fixes a regression. Self-plotting data files work again
|
This fixes a regression. Self-plotting data files work again
|
||||||
|
@ -15,7 +15,7 @@ use Text::ParseWords; # for shellwords
|
|||||||
use Pod::Usage;
|
use Pod::Usage;
|
||||||
use Time::Piece;
|
use Time::Piece;
|
||||||
|
|
||||||
my $VERSION = 1.42;
|
my $VERSION = 1.43;
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user