diff --git a/CHANGELOG.md b/CHANGELOG.md index dd64bd0..59026f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog - [Changelog](#changelog) + - [0.4.2](#042) - [0.4.1](#041) - [0.4.0](#040) - [0.3.3](#033) @@ -15,6 +16,13 @@ --- +## 0.4.2 + +Released on 13/04/2021 + +- Bugfix: + - removed `eprintln!` in ftp transfer causing UI to break in Windows + ## 0.4.1 Released on 07/04/2021 diff --git a/Cargo.toml b/Cargo.toml index b0bebf0..86be254 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" name = "termscp" readme = "README.md" repository = "https://github.com/veeso/termscp" -version = "0.4.1" +version = "0.4.2" [package.metadata.rpm] package = "termscp" diff --git a/README.md b/README.md index 1f934f8..d60b6a9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # TermSCP -[![License: MIT](https://img.shields.io/badge/License-MIT-teal.svg)](https://opensource.org/licenses/MIT) [![Stars](https://img.shields.io/github/stars/veeso/termscp.svg)](https://github.com/veeso/termscp) [![Downloads](https://img.shields.io/crates/d/termscp.svg)](https://crates.io/crates/termscp) [![Crates.io](https://img.shields.io/badge/crates.io-v0.4.1-orange.svg)](https://crates.io/crates/termscp) [![Docs](https://docs.rs/termscp/badge.svg)](https://docs.rs/termscp) +[![License: MIT](https://img.shields.io/badge/License-MIT-teal.svg)](https://opensource.org/licenses/MIT) [![Stars](https://img.shields.io/github/stars/veeso/termscp.svg)](https://github.com/veeso/termscp) [![Downloads](https://img.shields.io/crates/d/termscp.svg)](https://crates.io/crates/termscp) [![Crates.io](https://img.shields.io/badge/crates.io-v0.4.2-orange.svg)](https://crates.io/crates/termscp) [![Docs](https://docs.rs/termscp/badge.svg)](https://docs.rs/termscp) [![Build](https://github.com/veeso/termscp/workflows/Linux/badge.svg)](https://github.com/veeso/termscp/actions) [![Build](https://github.com/veeso/termscp/workflows/MacOS/badge.svg)](https://github.com/veeso/termscp/actions) [![Build](https://github.com/veeso/termscp/workflows/Windows/badge.svg)](https://github.com/veeso/termscp/actions) ~ Basically, WinSCP on a terminal ~ Developed by Christian Visintin -Current version: 0.4.1 (07/04/2021) +Current version: 0.4.2 (13/04/2021) --- @@ -100,8 +100,8 @@ Requirements: ### Deb package 📦 -Get `deb` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp_0.4.1_amd64.deb) -or run `wget https://github.com/veeso/termscp/releases/latest/download/termscp_0.4.1_amd64.deb` +Get `deb` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp_0.4.2_amd64.deb) +or run `wget https://github.com/veeso/termscp/releases/latest/download/termscp_0.4.2_amd64.deb` then install through dpkg: @@ -113,8 +113,8 @@ gdebi termscp_*.deb ### RPM package 📦 -Get `rpm` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp-0.4.1-1.x86_64.rpm) -or run `wget https://github.com/veeso/termscp/releases/latest/download/termscp-0.4.1-1.x86_64.rpm` +Get `rpm` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp-0.4.2-1.x86_64.rpm) +or run `wget https://github.com/veeso/termscp/releases/latest/download/termscp-0.4.2-1.x86_64.rpm` then install through rpm: @@ -140,7 +140,7 @@ Start PowerShell as administrator and run choco install termscp ``` -Alternatively you can download the ZIP file from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp.0.4.1.nupkg) +Alternatively you can download the ZIP file from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp.0.4.2.nupkg) and then with PowerShell started with administrator previleges, run: diff --git a/dist/pkgs/arch/.SRCINFO b/dist/pkgs/arch/.SRCINFO index 910ccf1..610bd65 100644 --- a/dist/pkgs/arch/.SRCINFO +++ b/dist/pkgs/arch/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = termscp pkgdesc = TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal. - pkgver = 0.4.1 + pkgver = 0.4.2 pkgrel = 1 url = https://github.com/veeso/termscp arch = x86_64 license = MIT provides = termscp options = strip - source = https://github.com/veeso/termscp/releases/download/v0.4.1/termscp-0.4.1-x86_64.tar.gz + source = https://github.com/veeso/termscp/releases/download/v0.4.2/termscp-0.4.2-x86_64.tar.gz sha256sums = 0862fafbeb957a657db14dc5954bb73350c1675ba30a01580b96cb044f1443fe pkgname = termscp diff --git a/dist/pkgs/arch/PKGBUILD b/dist/pkgs/arch/PKGBUILD index b5c6153..cc31ff7 100644 --- a/dist/pkgs/arch/PKGBUILD +++ b/dist/pkgs/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Christian Visintin pkgname=termscp -pkgver=0.4.1 +pkgver=0.4.2 pkgrel=1 pkgdesc="TermSCP is a SCP/SFTP/FTPS client for command line with an integrated UI to explore the remote file system. Basically WinSCP on a terminal." url="https://github.com/veeso/termscp"