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
2e6c9d6ea3
commit
4e85f991c4
7
Changes
7
Changes
@ -1,3 +1,10 @@
|
|||||||
|
feedgnuplot (1.54)
|
||||||
|
|
||||||
|
* Added --every and --everyall to decimate the input data
|
||||||
|
* --timefmt can be used with --histogram
|
||||||
|
|
||||||
|
-- Dima Kogan <dkogan@debian.org> Fri, 17 Apr 2020 14:06:55 -0700
|
||||||
|
|
||||||
feedgnuplot (1.53)
|
feedgnuplot (1.53)
|
||||||
|
|
||||||
* Full support for all 4 axes. Added --x2...
|
* Full support for all 4 axes. Added --x2...
|
||||||
|
@ -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.53';
|
my $VERSION = '1.54';
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user