From e6d442f9e963471372eadd7138add5d09d4eccc6 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Fri, 8 Feb 2019 05:53:17 +0900 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a3d1dc9..9f9ac24 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, fe - In progress - Redesign of the config + - Redesign of the GUI notifications - Improve modifing badness via matching with regular expressions: - Adding the ability to set many different `badness_adj` for processes depending on the matching `name`, `cmdline` and `euid` with the specified regular expressions - Fix: replace `re.fullmatch()` by `re.search()` @@ -209,6 +210,7 @@ Please create [issues](https://github.com/hakavlad/nohang/issues). Use cases, fe - Remove self-defense options from config, use systemd unit scheduling instead - Add the ability to send any signal instead of SIGTERM for processes with certain names - Handle `UnicodeDecodeError` if victim name consists of many unicode characters + - Improve user input validation - [v0.1](https://github.com/hakavlad/nohang/releases/tag/v0.1), 2018-11-23 - 1st release