summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-10-17 17:47:48 +0300
committerLars Wirzenius <liw@liw.fi>2015-10-17 18:17:22 +0300
commit83e425b995e43fb21585d23d5059b9bd734b7744 (patch)
tree16edcb6e604ecf432bfc4047449d01b6ca3e4841 /NEWS
parentf9de5bcc0cd0df360d7ff7e13ce284a89fde02a9 (diff)
downloadttystatus-83e425b995e43fb21585d23d5059b9bd734b7744.tar.gz
Don't update widgets if they're uninterested
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3365fab..be4d334 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,11 @@ Version 0.30, released UNRELEASED
* New method `ttystatus.TerminalStatus.get_terminal_size` returns
terminal width and height.
+* Speed up updates by not updating widgets if they aren't interested
+ in the variable that got changed. This only works for widgets added
+ with the `format` method, but that should be all of them for anyone
+ not liking verbose, tedious code.
+
Version 0.29, released 2015-10-10
---------------------------------