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
fce128aa14
commit
db4fdcb933
10
Changes
10
Changes
@ -1,3 +1,13 @@
|
|||||||
|
feedgnuplot (1.61)
|
||||||
|
|
||||||
|
* #! line uses /usr/bin/env to work with nonstandard installations
|
||||||
|
* Added --cblabel to label the color bar
|
||||||
|
* Added --cbmin, --cbmax
|
||||||
|
* --zmin,--zmax,--zlabel are always sent, if requested
|
||||||
|
* Plotting with no STDIN data works
|
||||||
|
|
||||||
|
-- Dima Kogan <dkogan@debian.org> Fri, 04 Mar 2022 14:45:36 -0800
|
||||||
|
|
||||||
feedgnuplot (1.60)
|
feedgnuplot (1.60)
|
||||||
|
|
||||||
* Test suite fix: we have the right number of tests
|
* Test suite fix: we have the right number of tests
|
||||||
|
@ -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.60';
|
my $VERSION = '1.61';
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user