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