From 0511526d97cb6a74282c5f4dd334be1f5f355ea0 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 25 Jan 2017 15:52:58 -0800 Subject: Implement a hook that runs periodically This creates a deferred that runs on a user configurable timer and is provided the ui. This deferred will re-fire after the number of seconds specified by the timer are eclipsed. By default this is 300 seconds. Fixes #522 --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index b5774584..ae67e361 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ next release: * enable variable interpolation in config file * Add encryption to CC addresses * Add bufferlist, tablist and pyshell subcommands to the command line interface +* Add hook that runs periodically. 0.4: * signal: refresh current buffer on SIGUSR1 -- cgit v1.2.3