From 61045fa548cde2639320252dd848fd8083c11cb2 Mon Sep 17 00:00:00 2001 From: veeso Date: Sun, 28 Feb 2021 13:10:59 +0100 Subject: [PATCH] Check for updates OK --- CHANGELOG.md | 5 ++++- README.md | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a7c94d..3635b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,12 @@ Released on 28/02/2021 -- Format key attributes: +- **Format key attributes**: - Added `EXTRA` and `LENGTH` parameters to format keys. - Now keys are provided with this syntax `{KEY_NAME[:LEN[:EXTRA]}` +- **Check for updates**: + - TermSCP will now check for updates on startup and will show in the main page if there is a new version available + - This feature may be disabled from setup (Check for updates => No) - Enhancements: - Default choice for deleting file set to "NO" (way too easy to delete files by mistake) - Added CLI options to set starting workind directory on both local and remote hosts diff --git a/README.md b/README.md index 13808ba..3fd658e 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ These parameters can be changed: - **Default Protocol**: the default protocol is the default value for the file transfer protocol to be used in termscp. This applies for the login page and for the address CLI argument. - **Text Editor**: the text editor to use. By default termscp will find the default editor for you; with this option you can force an editor to be used (e.g. `vim`). **Also GUI editors are supported**, unless they `nohup` from the parent process so if you ask: yes, you can use `notepad.exe`, and no: **Visual Studio Code doesn't work**. - **Show Hidden Files**: select whether hidden files shall be displayed by default. You will be able to decide whether to show or not hidden files at runtime pressing `A` anyway. +- **Check for updates**: if set to `yes`, termscp will fetch the Github API to check if there is a new version of termscp available. - **Group Dirs**: select whether directories should be groupped or not in file explorers. If `Display first` is selected, directories will be sorted using the configured method but displayed before files, viceversa if `Display last` is selected. ### SSH Key Storage 🔐