]> git.donarmstrong.com Git - term-progressbar.git/blob - Changes
fix the license to match Term::ProgressBar
[term-progressbar.git] / Changes
1 Revision history for Perl extension Term-ProgressBar
2
3 2.15 UNRELEASED
4     - Add Term::ProgressBar::IO (DON)
5
6 2.14 2013-07-21 13:34:52
7     - Document the term_width argument to the constructor (OVID)
8     - Add a "silent" option to the constructor (OVID)
9
10 2.13 2012-05-18 06:24:42
11         - remove unused and invalid SIGNATURE file
12         - move content of BUGS to Changes
13         - Remove the INSTALL and configure files,
14           people should use the standard CPAN installation tools
15     - Add standard prerequisites to Makefile.PL
16     
17 2.12 2012-05-16 12:47:16
18         - use strict; use warnings; in examples
19         - remove bareword from POD (JBAKER)
20         - make lbrack and rbrack official.
21
22 2.11 2012-02-17 12:31:04
23         - skip the signature verification
24
25 2.10 2011-12-21 11:18:26
26         - remove Build.PL (keep the Makefile.PL only)
27         - Replace home-made testing tools with CPAN-ish tools
28         - Require Capture::Tiny for testing
29         - New co-maintainer: Gabor Szabo
30
31 2.09 2005-03-13 21:17 GMT
32         - Fix for incorrect formatting of 'D...' time done at end
33
34 2.08 2005-03-12 11:47 GMT
35         - Add remove option
36         - Add patch to account for weird terminal sizing under Windoze
37           (thanks to Andrew Peters for the patch).
38
39 2.07 2005-03-06 13:31 GMT
40         - Correct handling of non-term mode to output stats but no PB
41         - Print time taken to complete in ETA mode when Done
42         - Add use of 'name' to example in 'new' doc
43         - Add doc of use of minor characters to description
44         - Add doc. for name value to new
45
46 2.06 2004-03-14 10:46 GMT
47         - Add patch to cope when terminal size cannot be detected or is
48           too small.
49           Thanks to Ed Avis (<ed at membled dot com>) for the patch.
50         - Add patch to test to avoid failure on windoze due to unlinking open
51           files
52         - Add patch to cope when Term::ReadKey fails to initialize for some
53           reason.
54           Thanks to Scott Cain (<cain at cshl dot org>) for the patch.
55         - Add patch to suppress unnecessary terminal updates
56           Thanks to Ed Avis (<ed at membled dot com>) for the patch.
57
58 2.05 2003-08-30 16:23 GMT
59         - Fix test.pm to handle OS (e.g., Solaris) who refuse to delete the cwd
60
61 2.04 2003-08-14 16:38 GMT
62         - Change build system to accomodate CPAN & automated tests
63
64 2.03 2003-01-11 15:47 GMT
65         - Fix incorrect reset of progress bar in message method
66           Thanks to Frank Maas (<frank dot maas at cheiron-it dot nl>) for
67           the patch.
68         - Improve documentation of ETA display formats.
69
70 2.02 2002-11-19 10:08 GMT
71         - Fix behaviour in terminals where GetTerminalSize fails (e.g.,
72           resized Emacs term windows).  Thanks to Ed Avis for the patch.
73
74 2.01 2002-10-07 21:12 GMT
75         - Make it 5.005_03-compatible, with thanks to Ed Avis
76
77 2.00 2002-03-10 05:26 GMT
78         - New API added; now takes one hashref as argument (see docs)
79         - v1 API remains, but is deprecated
80         - Add message method to Term::ProgressBar
81         - Add v2 tests
82
83 1.51 2001-12-02 12:22 GMT
84         - Correct Bug #001
85           Wrong minor character (= should be *) selected by default.
86
87 1.50 2001-12-01 13:11 GMT
88         - Merged with Utility::Progress by Martyn J. Pearce
89
90 1.00 2001-10-30
91         - original version
92         - by Edward Avis, <epa98 at sync32>
93