working on 0.8.1

This commit is contained in:
veeso
2022-01-29 19:03:12 +01:00
parent d1457253c4
commit e8c6b8306f
11 changed files with 18 additions and 56 deletions

View File

@@ -1,6 +1,7 @@
# Changelog
- [Changelog](#changelog)
- [0.8.1](#081)
- [0.8.0](#080)
- [0.7.0](#070)
- [0.6.1](#061)
@@ -22,6 +23,10 @@
---
## 0.8.1
Released on ??
## 0.8.0
Released on 06/01/2022

View File

@@ -95,8 +95,6 @@ Said so, follow these steps:
- Open an issue using the `feature request` template describing with accuracy your suggestion
- Wait for the maintainer feedback on your idea
If you want to implement the feature by yourself and your suggestion gets approved, start writing the code. Remember that on [docs.rs](https://docs.rs/termscp) there is the documentation for the project. Open a PR related to your issue. See [Pull request process for more details](#pull-request-process)
It is very important to follow these steps, since it will prevent you from working on a feature that will be rejected and trust me, none of us wants to deal with this situation.
Always mind that your suggestion, may be rejected: I'll always provide a feedback on the reasons that brought me to reject your feature, just try not to get mad about that.

2
Cargo.lock generated
View File

@@ -2349,7 +2349,7 @@ dependencies = [
[[package]]
name = "termscp"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"argh",
"bitflags",

View File

@@ -2,7 +2,6 @@
authors = ["Christian Visintin"]
categories = ["command-line-utilities"]
description = "termscp is a feature rich terminal file transfer and explorer with support for SCP/SFTP/FTP/S3"
documentation = "https://docs.rs/termscp"
edition = "2021"
homepage = "https://veeso.github.io/termscp/"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
@@ -11,7 +10,7 @@ license = "MIT"
name = "termscp"
readme = "README.md"
repository = "https://github.com/veeso/termscp"
version = "0.8.0"
version = "0.8.1"
[package.metadata.rpm]
package = "termscp"

View File

@@ -63,7 +63,7 @@
</p>
<p align="center">Developed by <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Current version: 0.8.0 (06/01/2022)</p>
<p align="center">Current version: 0.8.1 (06/01/2022)</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT"
@@ -118,11 +118,6 @@
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
alt="Coveralls"
/></a>
<a href="https://docs.rs/termscp"
><img
src="https://docs.rs/termscp/badge.svg"
alt="Docs"
/></a>
</p>
---
@@ -223,12 +218,10 @@ You can make a donation with one of these platforms:
---
## User manual and Documentation 📚
## User manual 📚
The user manual can be found on the [termscp's website](https://veeso.github.io/termscp/#user-manual) or on [Github](docs/man.md).
The developer documentation can be found on Rust Docs at <https://docs.rs/termscp>
---
## Upcoming Features 🧪

View File

@@ -63,7 +63,7 @@
</p>
<p align="center">Entwickelt von <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Aktuelle Version: 0.8.0 (06/01/2022)</p>
<p align="center">Aktuelle Version: 0.8.1 (06/01/2022)</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT"
@@ -118,11 +118,6 @@
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
alt="Coveralls"
/></a>
<a href="https://docs.rs/termscp"
><img
src="https://docs.rs/termscp/badge.svg"
alt="Docs"
/></a>
</p>
---
@@ -223,12 +218,10 @@ Sie können mit einer dieser Plattformen spenden:
---
## User manual and Documentation 📚
## User manual 📚
Das Benutzerhandbuch finden Sie auf der [termscp-Website](https://veeso.github.io/termscp/#user-manual) oder auf [Github](man.md).
Die Entwicklerdokumentation finden Sie in Rust Docs unter <https://docs.rs/termscp>
---
## Contributing and issues 🤝🏻

View File

@@ -63,7 +63,7 @@
</p>
<p align="center">Desarrollado por <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Versión actual: 0.8.0 (06/01/2022)</p>
<p align="center">Versión actual: 0.8.1 (06/01/2022)</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT"
@@ -118,11 +118,6 @@
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
alt="Coveralls"
/></a>
<a href="https://docs.rs/termscp"
><img
src="https://docs.rs/termscp/badge.svg"
alt="Docs"
/></a>
</p>
---
@@ -227,8 +222,6 @@ Puedes hacer una donación con una de estas plataformas:
El manual del usuario se puede encontrar en el [sitio web de termscp](https://veeso.github.io/termscp/#user-manual) o en [Github](man.md).
La documentación para desarrolladores se puede encontrar en Rust Docs en <https://docs.rs/termscp>
---
## Contribuir y problemas 🤝🏻

View File

@@ -63,7 +63,7 @@
</p>
<p align="center">Développé par <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Version actuelle: 0.8.0 (06/01/2022)</p>
<p align="center">Version actuelle: 0.8.1 (06/01/2022)</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT"
@@ -118,11 +118,6 @@
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
alt="Coveralls"
/></a>
<a href="https://docs.rs/termscp"
><img
src="https://docs.rs/termscp/badge.svg"
alt="Docs"
/></a>
</p>
---

View File

@@ -63,7 +63,7 @@
</p>
<p align="center">Sviluppato da <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Versione corrente: 0.8.0 (06/01/2022)</p>
<p align="center">Versione corrente: 0.8.1 (06/01/2022)</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT"
@@ -118,11 +118,6 @@
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
alt="Coveralls"
/></a>
<a href="https://docs.rs/termscp"
><img
src="https://docs.rs/termscp/badge.svg"
alt="Docs"
/></a>
</p>
---
@@ -223,12 +218,10 @@ Puoi fare una donazione tramite una di queste piattaforme:
---
## Manuale e documentazione 📚
## Manuale utente 📚
Il manuale utente lo puoi trovare sul [sito di termscp](https://veeso.github.io/termscp/#user-manual) o su [Github](man.md).
La documentazione per sviluppatori la puoi trovare su Rust Docs <https://docs.rs/termscp>.
---
## Contributi e issues 🤝🏻

View File

@@ -63,7 +63,7 @@
</p>
<p align="center"><a href="https://veeso.github.io/" target="_blank">@veeso</a> 开发</p>
<p align="center">当前版本: 0.8.0 (06/01/2022)</p>
<p align="center">当前版本: 0.8.1 (06/01/2022)</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT"
@@ -118,11 +118,6 @@
src="https://coveralls.io/repos/github/veeso/termscp/badge.svg"
alt="Coveralls"
/></a>
<a href="https://docs.rs/termscp"
><img
src="https://docs.rs/termscp/badge.svg"
alt="Docs"
/></a>
</p>
---
@@ -227,9 +222,7 @@ choco install termscp
## 用户手册和文档 📚
用户手册可以在[termscp的网站](https://veeso.github.io/termscp/#user-manual)上找到 或者在[Github](man.md)上。
开发者文档可以在 <https://docs.rs/termscp> 的 Rust Docs 上找到。
用户手册可以在[termscp的网站](https://veeso.github.io/termscp/#user-manual)上找到 或者在[Github](man.md)上。s
---

View File

@@ -8,7 +8,7 @@
# -f, -y, --force, --yes
# Skip the confirmation prompt during installation
TERMSCP_VERSION="0.8.0"
TERMSCP_VERSION="0.8.1"
GITHUB_URL="https://github.com/veeso/termscp/releases/download/v${TERMSCP_VERSION}"
DEB_URL="${GITHUB_URL}/termscp_${TERMSCP_VERSION}_amd64.deb"
RPM_URL="${GITHUB_URL}/termscp-${TERMSCP_VERSION}-1.x86_64.rpm"