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
ca61de7441
commit
69bd05eddb
8
Changes
8
Changes
@ -1,3 +1,11 @@
|
|||||||
|
feedgnuplot (1.46)
|
||||||
|
|
||||||
|
* Added --tuplesize and --tuplesizeall as alternatives to --rangesize
|
||||||
|
and --rangesizeall. Both forms are supported.
|
||||||
|
* Vnlog integration
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Thu, 22 Feb 2018 23:37:54 -0800
|
||||||
|
|
||||||
feedgnuplot (1.45)
|
feedgnuplot (1.45)
|
||||||
|
|
||||||
* zsh completion: --hardcopy, --image suggest filenames
|
* zsh completion: --hardcopy, --image suggest filenames
|
||||||
|
@ -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.45';
|
my $VERSION = '1.46';
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user