From 69ece00ae23a834311d1ac9edaa0088d7f9fef97 Mon Sep 17 00:00:00 2001 From: ChristianVisintin Date: Sat, 16 Jan 2021 10:31:24 +0100 Subject: [PATCH 01/16] working on 0.3.1... --- .gitignore | 3 +++ CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- README.md | 14 +++++++------- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 39218fd..ab19753 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ *.rpm *.deb dist/pkgs/arch/*.tar.gz + +# Macos +.DS_Store diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e53daf..eb11ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog - [Changelog](#changelog) + - [0.3.1](#031) - [0.3.0](#030) - [0.2.0](#020) - [0.1.3](#013) @@ -10,6 +11,10 @@ --- +## 0.3.1 + +FIXME: Released on ??? + ## 0.3.0 Released on 10/01/2021 diff --git a/Cargo.toml b/Cargo.toml index 37cb4ec..9e1578a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "termscp" -version = "0.3.0" +version = "0.3.1" authors = ["Christian Visintin"] edition = "2018" license = "GPL-3.0" diff --git a/README.md b/README.md index c41286c..ab59bcc 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # TermSCP -[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![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.3.0-orange.svg)](https://crates.io/crates/termscp) [![Docs](https://docs.rs/termscp/badge.svg)](https://docs.rs/termscp) +[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![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.3.1-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) [![codecov](https://codecov.io/gh/veeso/termscp/branch/main/graph/badge.svg?token=au67l7nQah)](https://codecov.io/gh/veeso/termscp) ~ Basically, WinSCP on a terminal ~ Developed by Christian Visintin -Current version: 0.3.0 (10/01/2021) +FIXME: Current version: 0.3.1 (17/01/2021) --- @@ -93,8 +93,8 @@ Requirements: ### Deb package 📦 -Get `deb` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp_0.3.0_amd64.deb) -or run `wget https://github.com/veeso/termscp/releases/latest/download/termscp_0.3.0_amd64.deb` +Get `deb` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp_0.3.1_amd64.deb) +or run `wget https://github.com/veeso/termscp/releases/latest/download/termscp_0.3.1_amd64.deb` then install through dpkg: @@ -106,8 +106,8 @@ gdebi termscp_*.deb ### RPM package 📦 -Get `rpm` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp-0.3.0-1.x86_64.rpm) -or run `wget https://github.com/veeso/termscp/releases/latest/download/termscp-0.3.0-1.x86_64.rpm` +Get `rpm` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp-0.3.1-1.x86_64.rpm) +or run `wget https://github.com/veeso/termscp/releases/latest/download/termscp-0.3.1-1.x86_64.rpm` then install through rpm: @@ -133,7 +133,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.3.0.nupkg) +Alternatively you can download the ZIP file from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp.0.3.1.nupkg) and then with PowerShell started with administrator previleges, run: From 0393c1a8505dcfdbfc87c286fec026e01ecc4daa Mon Sep 17 00:00:00 2001 From: ChristianVisintin Date: Sat, 16 Jan 2021 10:33:34 +0100 Subject: [PATCH 02/16] working on 0.3.1... --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 3e30123..c1169a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1046,7 +1046,7 @@ dependencies = [ [[package]] name = "termscp" -version = "0.3.0" +version = "0.3.1" dependencies = [ "bitflags", "bytesize", From bf56a269e0e52fa24e6a1b11a9bf7a5ddf2195aa Mon Sep 17 00:00:00 2001 From: ChristianVisintin Date: Sat, 16 Jan 2021 10:37:53 +0100 Subject: [PATCH 03/16] Replaced Box