From 23c90cf998ce5e1711b73a746883ca3f0eaec3a0 Mon Sep 17 00:00:00 2001 From: "Eugenio Paolantonio (g7)" Date: Tue, 14 Jun 2022 23:23:08 +0200 Subject: [PATCH] Set default timeout to 5 minutes Signed-off-by: Eugenio Paolantonio (g7) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b70af..4cff215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - feat: Add config option to customise bullet character (#17) - fix: Use actual screen DPI value to compute sizes and spaces -- feat: Allow shutting down the device on inactivity +- feat: Allow shutting down the device on inactivity (defaults to 5 minutes) ## 0.2.0 (2022-05-27)