From 2262cc20365aff9d9e3164fcb7fb50637da33695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Gimenez=20Bernad?= Date: Wed, 28 Jun 2023 13:38:51 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd318d4..ccc9bc4 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ This release include some QOL updates to the applications. LogicAnalyzer app: --Ammount of on-screen samples will be preserved if you repeat the last capture. --Added a new menu entry called "Repeat las analysis" to the protocol analyzers, it will execute the last analysis performed to speed up things. --Changed where config files are stored, they will use the %appData% folder now ($home/.config in Linux). --Changed horizontal scrollbar visibility. +* Ammount of on-screen samples will be preserved if you repeat the last capture. +* Added a new menu entry called "Repeat las analysis" to the protocol analyzers, it will execute the last analysis performed to speed up things. +* Changed where config files are stored, they will use the %appData% folder now ($home/.config in Linux). +* Changed horizontal scrollbar visibility. CLCapture app: --Now channel names can be provided from the command line. +* Now channel names can be provided from the command line. Have fun!