From 42b9d94a0b9a1e411286edc1f07197cdfddca8bd Mon Sep 17 00:00:00 2001 From: FujiApple Date: Fri, 15 Nov 2024 18:59:56 +0800 Subject: [PATCH] doc: updated `CHANGELOG.md` for #1382 and #1375 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 205efa541..7ccf76547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Added - Highlight lost probes in sample history ([#1247](https://github.com/fujiapple852/trippy/issues/1247)) +- Added `quit-preserve-screen` (default: `shift+q`) key binding to quit Tui without clearing the + screen ([#1382](https://github.com/fujiapple852/trippy/issues/1382)) ### Changed @@ -26,6 +28,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Reverse dns enqueued multiple times when dns-ttl expires ([#1290](https://github.com/fujiapple852/trippy/issues/1290)) - Fixed panic for icmp extensions with malformed length ([#1287](https://github.com/fujiapple852/trippy/issues/1287)) +- Cursor not moved to the bottom on exit when using + `--tui-preserve-screen` ([#1375](https://github.com/fujiapple852/trippy/issues/1375)) ## [0.11.0] - 2024-08-11