mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
new release
This commit is contained in:
parent
07a109b09a
commit
9cc67cdaeb
11
Changes
11
Changes
@ -1,3 +1,14 @@
|
|||||||
|
feedgnuplot (1.45)
|
||||||
|
|
||||||
|
* zsh completion: --hardcopy, --image suggest filenames
|
||||||
|
* --image now produces a nicer legend: just the filename
|
||||||
|
* --curvestyle now overrides --curvestyleall
|
||||||
|
- This is a bug fix
|
||||||
|
* The version is now treated as a string not as a number
|
||||||
|
- So "1.40" is distinct from "1.4"
|
||||||
|
|
||||||
|
-- Dima Kogan <dima@secretsauce.net> Sun, 29 Oct 2017 13:56:28 -0700
|
||||||
|
|
||||||
feedgnuplot (1.44)
|
feedgnuplot (1.44)
|
||||||
|
|
||||||
* --image draws its output beneath everything else
|
* --image draws its output beneath everything else
|
||||||
|
@ -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.44';
|
my $VERSION = '1.45';
|
||||||
|
|
||||||
my %options;
|
my %options;
|
||||||
interpretCommandline();
|
interpretCommandline();
|
||||||
|
Loading…
Reference in New Issue
Block a user