summaryrefslogtreecommitdiff
path: root/NEWS
blob: 821c26f3d8626ef36da541397ecf8ca373b56e2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
NEWS file for ttystatus
=======================

Version 0.15, released UNRELEASED
---------------------------------

* Bugfix: the String widget now handles non-string values.

Version 0.14, released 2011-08-31
---------------------------------

* Notifications are written to the standard output, not the terminal.
* A method for printing error messages is provided. They are printed to
  the standard error.
* The `PercentDone` class handles zero total amounts better now.
* Widgets may now be added using a simple format string. See
  `ttystatus.TerminalStatus.format` method.

Version 0.13, released 2011-08-18
---------------------------------

* No upstream changes, but released with a new upstream version so that
  Debian packaging does not need to get convoluted.

Version 0.12, released 2011-07-24
---------------------------------

* API documentation is now done with Sphinx.
* The SIGWINCH signal is now marked as a re-starting one, so that socket I/O
  is not interrupted when an application uses ttystatus and the terminal is
  resized.

Version 0.11, released 2011-04-23
---------------------------------

* `pydoc ttystatus` now works better: you no longer need to access 
  modules to see the exported classes. Instead, see all of them directly.
* A final newline is no longer written out if there has been no output
  otherwise.


Version 0.10, released 2011-03-23
---------------------------------

* Fix handling of /dev/tty not being avilable. This can happen, e.g., when
  things are run from cron.


Version 0.9, released 2011-02-13
--------------------------------

* Add ttystatus.Integer.


Version 0.8.1, released 2011-01-30
--------------------------------

* Do not write notifications if output is disabled.


Version 0.8, released 2011-01-30
--------------------------------

* Write status output to /dev/tty by default.


Version 0.7, released 2010-10-09
--------------------------------

* Fix bug that failed to show the last few updates when .finish() was called.


Version 0.6, released 2010-07-13
--------------------------------

* Add ByteSpeed widget.


Version 0.5, released 2010-07-07
--------------------------------

* Speed optimization: widgets are now only updated when the values they're
  interested are updated, and widgets are now only formatted when the result
  is actually going to be printed. For long-running processes with 
  frequent updates, this saves a lot of unnecessary computation.
* Debian packaging fix: Add Python-Version headers.


Version 0.4, released 2010-07-05
--------------------------------

* Bugfix: when the output won't fit, and the last widget is a `Pathname`,
  the last character is no longer chopped off.