diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit 4af25cfd754efd9a5622466483cfcba80478860a
parent 2ecfa7f4ab8e15a3eda28a645fecc27ef8fa89af
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 11 Dec 2021 23:31:47 +0100

add pty to changelog

Diffstat:
MCHANGELOG.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -8,6 +8,7 @@ * Import (#76, #77): i shortcut to import entries from .ics * Export (#78): E shortcut to export entries to .ics * External text format command (#68, #80) --fmt-cmd +* Pseudo-terminal to support ANSI escape characters (colors, font types, etc.) and --no-pty option (#6, #44, #5) * Mouse support for selecting dates (#60) * Documentation for build pipelines (CI/CD) and Open Build Service (OBS) jobs (`docs/CI.md` and `docs/OBS.md`) * Documentation of testing and debugging procedures (`docs/TESTING.md`)