diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index f61d2e8..9dfddb5 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -19,5 +19,5 @@ jobs: run: sudo apt update && sudo apt install -y curl wget libsmbclient - name: Install termscp from script run: | - ./install.sh -v=0.12.0 -f + ./install.sh -v=0.12.1 -f which termscp || exit 1 diff --git a/CHANGELOG.md b/CHANGELOG.md index aa101d1..2aa43be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog - [Changelog](#changelog) + - [0.12.1](#0121) - [0.12.0](#0120) - [0.11.3](#0113) - [0.11.2](#0112) @@ -31,6 +32,15 @@ --- +## 0.12.1 + +Released on 06/07/2023 + +- [Issue 169](https://github.com/veeso/termscp/issues/169): Local working directory can now be specified in connection form and be saved into bookmarks. +- [Issue 188](https://github.com/veeso/termscp/issues/188): The breadcrumbs path is not fallbacked after a failed enter into the directory +- SMB support is now a feature (you can build rust without default features to disable smb). +- If SSH connection timeout is 0, the connection won't timeout. + ## 0.12.0 Released on 16/05/2023 diff --git a/Cargo.lock b/Cargo.lock index 83ac7f5..8de3f0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2949,7 +2949,7 @@ dependencies = [ [[package]] name = "termscp" -version = "0.12.0" +version = "0.12.1" dependencies = [ "argh", "bitflags 2.3.3", diff --git a/Cargo.toml b/Cargo.toml index c63f944..38149ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ license = "MIT" name = "termscp" readme = "README.md" repository = "https://github.com/veeso/termscp" -version = "0.12.0" +version = "0.12.1" [package.metadata.rpm] package = "termscp" diff --git a/README.md b/README.md index c90b8b4..73c3bec 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@
Developed by @veeso
-Current version: 0.12.0 (16/05/2023)
+Current version: 0.12.1 (06/07/2023)
Entwickelt von @veeso Aktuelle Version: 0.12.0 (16/05/2023) Aktuelle Version: 0.12.1 (06/07/2023)
Desarrollado por @veeso Versión actual: 0.12.0 (16/05/2023) Versión actual: 0.12.1 (06/07/2023)
Développé par @veeso Version actuelle: 0.12.0 (16/05/2023) Version actuelle: 0.12.1 (06/07/2023)
Sviluppato da @veeso Versione corrente: 0.12.0 (16/05/2023) Versione corrente: 0.12.1 (06/07/2023)
由 @veeso 开发 当前版本: 0.12.0 (16/05/2023) 当前版本: 0.12.1 (06/07/2023)
Consider that Chocolatey moderation can take up to a few weeks
since last release, so if the latest version is not available yet,
you can install it downloading the ZIP file from
- Github
and then, from the ZIP directory, install it via
- termscp 0.12.0 is NOW out! Download it from
+ termscp 0.12.1 is NOW out! Download it from
here!
wget -O termscp.deb https://github.com/veeso/termscp/releases/latest/download/termscp_0.12.0_amd64.deb
+
wget -O termscp.deb https://github.com/veeso/termscp/releases/latest/download/termscp_0.12.1_amd64.deb
sudo dpkg -i termscp.deb
@@ -87,7 +87,7 @@ sudo dpkg -i termscp.deb
-
wget -O termscp.rpm https://github.com/veeso/termscp/releases/latest/download/termscp-0.12.0-1.x86_64.rpm
+
wget -O termscp.rpm https://github.com/veeso/termscp/releases/latest/download/termscp-0.12.1-1.x86_64.rpm
sudo rpm -U termscp.rpm
diff --git a/site/html/home.html b/site/html/home.html
index b6735cc..df09e6d 100644
--- a/site/html/home.html
+++ b/site/html/home.html
@@ -11,7 +11,7 @@