summaryrefslogtreecommitdiff
path: root/NEWS
blob: 7e83708ceeac84b9d9f5982276ecbb468d84bfec (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
NEWS file for ttystatus
=======================


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.