From aee7244d690da2b095c6fdb5488f28811ba55f22 Mon Sep 17 00:00:00 2001 From: Anton Filimonov Date: Sun, 20 Jun 2021 23:37:48 +0300 Subject: [PATCH] chore: add list of prominent features in dev builds --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3141a2618..4752f2fd5 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,16 @@ https://user-images.githubusercontent.com/1620716/117588567-bea39100-b12c-11eb-9 List of glogg issues that have been fixed/implemented in klogg can be found [here](https://github.com/variar/klogg/discussions/302). +### Prominent features of dev-builds compared to latest stable release: +* support for files with more than 2147483647 lines +* much faster regular expressions search (2-4 times) +* ability to combine regular expressions with boolean operators (AND, OR, NOT) +* configurable shortcuts +* list of configurable predefined regular expression patterns +* better dark mode +* build scripts allow to use more dependencies from OS packages instead of vendored versions + +List of all changes can be found [here](https://github.com/variar/klogg/milestone/8?closed=1). **[Back to top](#table-of-contents)**