working on 0.3.1...

This commit is contained in:
ChristianVisintin
2021-01-16 10:31:24 +01:00
parent 97656536d4
commit 69ece00ae2
4 changed files with 16 additions and 8 deletions

3
.gitignore vendored
View File

@@ -18,3 +18,6 @@
*.rpm *.rpm
*.deb *.deb
dist/pkgs/arch/*.tar.gz dist/pkgs/arch/*.tar.gz
# Macos
.DS_Store

View File

@@ -1,6 +1,7 @@
# Changelog # Changelog
- [Changelog](#changelog) - [Changelog](#changelog)
- [0.3.1](#031)
- [0.3.0](#030) - [0.3.0](#030)
- [0.2.0](#020) - [0.2.0](#020)
- [0.1.3](#013) - [0.1.3](#013)
@@ -10,6 +11,10 @@
--- ---
## 0.3.1
FIXME: Released on ???
## 0.3.0 ## 0.3.0
Released on 10/01/2021 Released on 10/01/2021

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "termscp" name = "termscp"
version = "0.3.0" version = "0.3.1"
authors = ["Christian Visintin"] authors = ["Christian Visintin"]
edition = "2018" edition = "2018"
license = "GPL-3.0" license = "GPL-3.0"

View File

@@ -1,12 +1,12 @@
# TermSCP # 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) [![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 ~ ~ Basically, WinSCP on a terminal ~
Developed by Christian Visintin 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 📦 ### Deb package 📦
Get `deb` package from [HERE](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.0_amd64.deb` or run `wget https://github.com/veeso/termscp/releases/latest/download/termscp_0.3.1_amd64.deb`
then install through dpkg: then install through dpkg:
@@ -106,8 +106,8 @@ gdebi termscp_*.deb
### RPM package 📦 ### RPM package 📦
Get `rpm` package from [HERE](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.0-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: then install through rpm:
@@ -133,7 +133,7 @@ Start PowerShell as administrator and run
choco install termscp 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: and then with PowerShell started with administrator previleges, run: