0.5.0 setup

This commit is contained in:
veeso
2021-04-23 22:05:05 +02:00
parent 2214c1dee3
commit 84c36f1789
6 changed files with 17 additions and 12 deletions
+5
View File
@@ -1,6 +1,7 @@
# Changelog # Changelog
- [Changelog](#changelog) - [Changelog](#changelog)
- [0.5.0](#050)
- [0.4.2](#042) - [0.4.2](#042)
- [0.4.1](#041) - [0.4.1](#041)
- [0.4.0](#040) - [0.4.0](#040)
@@ -16,6 +17,10 @@
--- ---
## 0.5.0
Released on FIXME: ??
## 0.4.2 ## 0.4.2
Released on 13/04/2021 Released on 13/04/2021
Generated
+1 -1
View File
@@ -1322,7 +1322,7 @@ dependencies = [
[[package]] [[package]]
name = "termscp" name = "termscp"
version = "0.4.2" version = "0.5.0"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"bytesize", "bytesize",
+1 -1
View File
@@ -11,7 +11,7 @@ license = "MIT"
name = "termscp" name = "termscp"
readme = "README.md" readme = "README.md"
repository = "https://github.com/veeso/termscp" repository = "https://github.com/veeso/termscp"
version = "0.4.2" version = "0.5.0"
[package.metadata.rpm] [package.metadata.rpm]
package = "termscp" package = "termscp"
+7 -7
View File
@@ -1,12 +1,12 @@
# TermSCP # 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) [![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.5.0-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) [![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)
~ A feature rich terminal file transfer ~ ~ A feature rich terminal file transfer ~
Developed by Christian Visintin Developed by Christian Visintin
Current version: 0.4.2 (13/04/2021) Current version: 0.5.0 FIXME: (13/04/2021)
--- ---
@@ -100,8 +100,8 @@ Requirements:
### Deb package 📦 ### Deb package 📦
Get `deb` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp_0.4.2_amd64.deb) Get `deb` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp_0.5.0_amd64.deb)
or run `wget 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.5.0_amd64.deb`
then install through dpkg: then install through dpkg:
@@ -113,8 +113,8 @@ gdebi termscp_*.deb
### RPM package 📦 ### RPM package 📦
Get `rpm` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp-0.4.2-1.x86_64.rpm) Get `rpm` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp-0.5.0-1.x86_64.rpm)
or run `wget 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.5.0-1.x86_64.rpm`
then install through rpm: then install through rpm:
@@ -140,7 +140,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.4.2.nupkg) Alternatively you can download the ZIP file from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp.0.5.0.nupkg)
and then with PowerShell started with administrator previleges, run: and then with PowerShell started with administrator previleges, run:
+2 -2
View File
@@ -1,13 +1,13 @@
pkgbase = termscp 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. 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.2 pkgver = 0.5.0
pkgrel = 1 pkgrel = 1
url = https://github.com/veeso/termscp url = https://github.com/veeso/termscp
arch = x86_64 arch = x86_64
license = MIT license = MIT
provides = termscp provides = termscp
options = strip options = strip
source = https://github.com/veeso/termscp/releases/download/v0.4.2/termscp-0.4.2-x86_64.tar.gz source = https://github.com/veeso/termscp/releases/download/v0.5.0/termscp-0.5.0-x86_64.tar.gz
sha256sums = c72f78a4707402f7f970a883899f4f1583fd9eca6166cb7f7616be97cabf768a sha256sums = c72f78a4707402f7f970a883899f4f1583fd9eca6166cb7f7616be97cabf768a
pkgname = termscp pkgname = termscp
+1 -1
View File
@@ -1,6 +1,6 @@
# Maintainer: Christian Visintin # Maintainer: Christian Visintin
pkgname=termscp pkgname=termscp
pkgver=0.4.2 pkgver=0.5.0
pkgrel=1 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." 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" url="https://github.com/veeso/termscp"