From 30410e80eb6716837021dd31c143709a108e43a3 Mon Sep 17 00:00:00 2001 From: derailed Date: Fri, 15 Mar 2019 18:05:18 -0600 Subject: [PATCH] updated release notes --- change_logs/release_0.2.5.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/change_logs/release_0.2.5.md b/change_logs/release_0.2.5.md index 2de9e711..b34c420b 100644 --- a/change_logs/release_0.2.5.md +++ b/change_logs/release_0.2.5.md @@ -14,10 +14,10 @@ Thank you so much for your support!! ## Change Logs -+ Added an actual help view to show available key bindings. Use `` to access it. -+ Changed alias view to now be accessible via key `` ++ Added a help view to show available key bindings. Use `` to access it. ++ Alias view is now accessible via key `` + Pressing `` while on the namespace/context views will navigate directly to the pods view. -+ Added resource view breadcrumbs to easily navigate back in history. Use key `

` to navigate back. ++ Added resource view breadcrumbs to easily navigate in history. Use key `

` to navigate back. + Added configuration `logBufferSize` to limit the size of the log view while viewing chatty or big logs. ---