From 1ffcc42a93c229ca08fc440b67c803e1b3fe912d Mon Sep 17 00:00:00 2001 From: storm64 Date: Wed, 16 Feb 2022 12:54:40 +0100 Subject: [PATCH] Update ChangeLog Remove commit description --- apps/sleeplog/ChangeLog | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/apps/sleeplog/ChangeLog b/apps/sleeplog/ChangeLog index 0b7f686ee..d12c565ac 100644 --- a/apps/sleeplog/ChangeLog +++ b/apps/sleeplog/ChangeLog @@ -2,17 +2,3 @@ 0.02: Fix crash on start #1423 0.03: Added power saving mode, move all read/write log actions into lib/module 0.04: Fix #1445, display loading info, add icons to display service states - -Update app.js - - adjust label position to improve readability on light themes - - add icons to display service states -Update ChangeLog - - compact old and add new changes -Update lib.js - - fix logfile correction in `setEnabled(...)` to make disable logging possible - - simplify logfile checks -Update README.md - - add icons of the service states -Update settings.js - - fix error on reading a non string logfile value -Add icons: disabled.png, nolog.png and powersaving.png