X-Git-Url: https://wylark.com/src/munter.git/blobdiff_plain/7e8fc5c06b563ef64b745aabaa7f1e5c969f9b7a..907420b3d4e3cab64e49acc3c2591996527b6278:/README.md diff --git a/README.md b/README.md index d3b685d..37c92aa 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,14 @@ Future plans 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).