mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Working on 0.3.2
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
- [Changelog](#changelog)
|
- [Changelog](#changelog)
|
||||||
|
- [0.3.2](#032)
|
||||||
- [0.3.1](#031)
|
- [0.3.1](#031)
|
||||||
- [0.3.0](#030)
|
- [0.3.0](#030)
|
||||||
- [0.2.0](#020)
|
- [0.2.0](#020)
|
||||||
@@ -11,6 +12,13 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 0.3.2
|
||||||
|
|
||||||
|
FIXME: Released on
|
||||||
|
|
||||||
|
- Bugfix:
|
||||||
|
- Solved file index in explorer files at start of termscp, in case the first entry is an hidden file
|
||||||
|
|
||||||
## 0.3.1
|
## 0.3.1
|
||||||
|
|
||||||
Released on 18/01/2021
|
Released on 18/01/2021
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1236,7 +1236,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "termscp"
|
name = "termscp"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"bytesize",
|
"bytesize",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "termscp"
|
name = "termscp"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
authors = ["Christian Visintin"]
|
authors = ["Christian Visintin"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
|
|||||||
14
README.md
14
README.md
@@ -1,12 +1,12 @@
|
|||||||
# TermSCP
|
# TermSCP
|
||||||
|
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0) [](https://github.com/veeso/termscp) [](https://crates.io/crates/termscp) [](https://crates.io/crates/termscp) [](https://docs.rs/termscp)
|
[](https://www.gnu.org/licenses/gpl-3.0) [](https://github.com/veeso/termscp) [](https://crates.io/crates/termscp) [](https://crates.io/crates/termscp) [](https://docs.rs/termscp)
|
||||||
|
|
||||||
[](https://github.com/veeso/termscp/actions) [](https://github.com/veeso/termscp/actions) [](https://github.com/veeso/termscp/actions) [](https://codecov.io/gh/veeso/termscp)
|
[](https://github.com/veeso/termscp/actions) [](https://github.com/veeso/termscp/actions) [](https://github.com/veeso/termscp/actions) [](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.1 (18/01/2021)
|
FIXME: Current version: 0.3.2 (18/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.1_amd64.deb)
|
Get `deb` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp_0.3.2_amd64.deb)
|
||||||
or run `wget 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.2_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.1-1.x86_64.rpm)
|
Get `rpm` package from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp-0.3.2-1.x86_64.rpm)
|
||||||
or run `wget 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.2-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.1.nupkg)
|
Alternatively you can download the ZIP file from [HERE](https://github.com/veeso/termscp/releases/latest/download/termscp.0.3.2.nupkg)
|
||||||
|
|
||||||
and then with PowerShell started with administrator previleges, run:
|
and then with PowerShell started with administrator previleges, run:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user