diff --git a/CHANGELOG.md b/CHANGELOG.md index d1fb530..0322f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ ## 0.6.0 -Released on FIXME: ?? +Released on 23/07/2021 > 🍹 Summer update 2021 🍨 @@ -29,8 +29,8 @@ Released on FIXME: ?? - Open file with default program for file type with `` - Open file with a specific program with `` - **Themes**: - - You can now set colors for 25 elements in the application - - Colors can be any RGB, also supports **CSS colors** syntax + - You can now set colors for 26 elements in the application + - Colors can be any RGB, also **CSS colors** syntax is supported (e.g. `aquamarine`) - Configure theme from settings or import from CLI using the `-t ` argument - You can find several themes in the `themes/` directory - **Keyring support for Linux** diff --git a/README.md b/README.md index 83b373c..506d8a7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@

Developed by @veeso

-

Current version: 0.6.0 FIXME: (21/06/2021)

+

Current version: 0.6.0 (23/07/2021)

[![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.1-orange.svg)](https://crates.io/crates/termscp) [![Docs](https://docs.rs/termscp/badge.svg)](https://docs.rs/termscp) @@ -32,7 +32,7 @@ Termscp is a feature rich terminal file transfer and explorer, with support for ## Features 🎁 -- 📁 Different communication protocols support +- 📁 Different communication protocols - SFTP - SCP - FTP and FTPS @@ -72,11 +72,13 @@ For more information or other platforms, please visit [veeso.github.io](https:// ### Requirements ❗ -- **Linux/BSD** users: +- **Linux** users: - libssh - libdbus-1 +- **BSD** users: + - libssh -### Soft Requirements ✔️ +### Optional Requirements ✔️ These requirements are not forcely required to run termscp, but to enjoy all of its features @@ -86,6 +88,7 @@ These requirements are not forcely required to run termscp, but to enjoy all of - *gio* - *gnome-open* - *kde-open* +- **Linux** users: - A keyring manager: read more in the [User manual](docs/man.md#linux-keyring) - **WSL** users - To **open** files via `V` (at least one of these) @@ -117,19 +120,17 @@ The developer documentation can be found on Rust Docs at