From 83e425b995e43fb21585d23d5059b9bd734b7744 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 17 Oct 2015 17:47:48 +0300 Subject: Don't update widgets if they're uninterested --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') 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 --------------------------------- -- cgit v1.2.1