module/clock: detect when we need to update every second

Closes #12
This commit is contained in:
Daniel Eklöf 2020-09-24 15:59:46 +02:00
parent 318965b715
commit 0cde404d2a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 27 additions and 0 deletions

View file

@ -18,6 +18,8 @@
* YAML parsing error messages being replaced with a generic _“unknown
error”_.
* Memory leak when a YAML parsing error was encountered.
* clock: update every second when necessary
(https://codeberg.org/dnkl/yambar/issues/12).
### Security