mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-23 14:58:07 +08:00
changelog update
This commit is contained in:
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.
|
||||
This fixes a regression. Self-plotting data files work again
|
||||
|
@@ -15,7 +15,7 @@ use Text::ParseWords; # for shellwords
|
||||
use Pod::Usage;
|
||||
use Time::Piece;
|
||||
|
||||
my $VERSION = 1.42;
|
||||
my $VERSION = 1.43;
|
||||
|
||||
my %options;
|
||||
interpretCommandline();
|
||||
|
Reference in New Issue
Block a user