mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-06-24 06:41:13 +08:00
changelog bump
This commit is contained in:
parent
feb33326a7
commit
09802f4248
11
Changes
11
Changes
@ -1,4 +1,11 @@
|
|||||||
feedgnuplot (1.57) unstable; urgency=medium
|
feedgnuplot (1.58)
|
||||||
|
|
||||||
|
* Added --using, --usingall
|
||||||
|
* Added --cmds as a synonym for --extracmds
|
||||||
|
|
||||||
|
-- Dima Kogan <dkogan@debian.org> Thu, 11 Mar 2021 16:24:46 -0800
|
||||||
|
|
||||||
|
feedgnuplot (1.57)
|
||||||
|
|
||||||
* Added --xticlabels to label the x-axis tics from the data
|
* Added --xticlabels to label the x-axis tics from the data
|
||||||
* Added --equation-above and --equation-below to control the equation
|
* Added --equation-above and --equation-below to control the equation
|
||||||
@ -6,7 +13,7 @@ feedgnuplot (1.57) unstable; urgency=medium
|
|||||||
|
|
||||||
-- Dima Kogan <dkogan@debian.org> Sun, 21 Feb 2021 13:56:23 -0800
|
-- Dima Kogan <dkogan@debian.org> Sun, 21 Feb 2021 13:56:23 -0800
|
||||||
|
|
||||||
feedgnuplot (1.56) unstable; urgency=medium
|
feedgnuplot (1.56)
|
||||||
|
|
||||||
* Updated default hardcopy settings
|
* Updated default hardcopy settings
|
||||||
|
|
||||||
|
@ -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.57';
|
my $VERSION = '1.58';
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user