X-Git-Url: https://wylark.com/src/munter.git/blobdiff_plain/b953b8e9460ee33a3997846fb1bc7dacf712ff48..HEAD:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 0e03ac1..37c92aa 100644 --- a/README.md +++ b/README.md @@ -63,12 +63,23 @@ own personal format (e.g. RitR No. 471). Future plans ------------ -* Lint it (e.g. therapist) -* Sphinx/autodoc? +* Better documentation Version History --------------- +- 2.3.0 (Jul 2020) + + Implement 'auto-start in GUI' feature. + + The program tries to detect whether it was invoked from a terminal or + not, and if not, it will automatically switch to GUI mode. Useful for + invocation via e.g. dmenu(1). + +- 2.2.1 (Jun 2020) + + Complete fixes recommended by pylint(1). + - 2.2.0 (Jun 2020) Implement GUI mode.