From da792f9b7bf10f8d0480845f231fe575db35212d Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Sun, 26 Jan 2020 13:59:11 +0100 Subject: [PATCH] [doc] Update notes Add more stuff that needs to be considered for backwards compatibility --- doc/NOTES.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/doc/NOTES.md b/doc/NOTES.md index cd8da5e..819d17e 100644 --- a/doc/NOTES.md +++ b/doc/NOTES.md @@ -1,15 +1,17 @@ # Design - -* core: only PSL -* pass if modules are missing -* minimize dependencies, code -* test everything +- core: only PSL +- pass if modules are missing +- minimize dependencies, code +- test everything # Features ## Backwards-compatibility -* aliases -* charts (hbar, vbar, braille) +- aliases +- charts (hbar, vbar, braille) +- minimize modules +- hide modules if not in warning/error state (-a) +- WAL support ## Improvements -* pango output (improve - maybe autodetect? see #531) +- pango output (improve - maybe autodetect? see #531)