From d9507301fdf8daa8b7d26563c338ab4ba04d8efd Mon Sep 17 00:00:00 2001 From: Graham Clark Date: Sun, 3 Jul 2022 15:05:39 -0400 Subject: [PATCH] Add profile suppport to the ChangeLog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c9822f..0bfe533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ - You can now search for information in packets, in similar fashion to Wireshark's packet search. Hit `ctrl-f` to open the search bar. +- Termshark now supports Wireshark-like profiles. Access via the new minibuffer profile commands: create to + make a new profile; use to switch profile. A profile can be "linked" to a Wireshark profile to make use + of Wireshark color profiles in termshark. ### Changed