termscp 0.15.0
0.15.0
Released on 03/10/2024
- Issue 249: The old find command has been replaced with a brand new explorer with support to 🪄 Fuzzy search 🪄. The command is still
<F>
. - Issue 283: Find command can now be cancelled by pressing
<CTRL+C>
. While scanning the directory it will also display the current progress. - Issue 268: 📦 Pods and container explorer 🐳 for Kube protocol.
- BREAKING
‼️ Kube address argument has changed tonamespace[@<cluster_url>][$<path>]
- Pod and container argumets have been removed; from now on you will connect with the following syntax to the provided namespace:
/pod-name/container-name/path/to/file
- BREAKING
- Issue 279: do not clear screen
- Issue 277: Fix a bug in the configuration page, which caused being stuck if the added SSH key was empty
- Issue 272:
isolated-tests
feature to run tests for releasing on distributions which run in isolated environments - Issue 280: Autocompletion when pressing
<TAB>
on theGo to
popup.