mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-12-28 00:21:06 +08:00
new release
This commit is contained in:
6
Changes
6
Changes
@@ -1,3 +1,9 @@
|
|||||||
|
feedgnuplot (1.63)
|
||||||
|
|
||||||
|
* bug fix: --image doesn't touch xrange,yrange if those are given in --set
|
||||||
|
|
||||||
|
-- Dima Kogan <dkogan@debian.org> Sat, 20 Dec 2025 12:11:05 -0800
|
||||||
|
|
||||||
feedgnuplot (1.62)
|
feedgnuplot (1.62)
|
||||||
|
|
||||||
* I explicitly ignore all lines that have '-' values
|
* I explicitly ignore all lines that have '-' values
|
||||||
|
|||||||
@@ -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.62';
|
my $VERSION = '1.63';
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
|||||||
Reference in New Issue
Block a user