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