mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
changelog bump
This commit is contained in:
parent
0f85110a38
commit
e865871492
7
Changes
7
Changes
@ -1,3 +1,10 @@
|
|||||||
|
feedgnuplot (1.49)
|
||||||
|
|
||||||
|
* --vnl now works with plots that have rangesize > 1
|
||||||
|
* zsh completion: --xlen argument isn't optional
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Fri, 16 Mar 2018 13:52:28 -0700
|
||||||
|
|
||||||
feedgnuplot (1.48)
|
feedgnuplot (1.48)
|
||||||
|
|
||||||
* --vnlog works properly with --domain
|
* --vnlog works properly with --domain
|
||||||
|
@ -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.48';
|
my $VERSION = '1.49';
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user