Bump version to 0.0.8
This commit is contained in:
parent
743b84af67
commit
49fdf54f49
4 changed files with 7 additions and 7 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -365,7 +365,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ffsend"
|
name = "ffsend"
|
||||||
version = "0.0.7"
|
version = "0.0.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chbs 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"chbs 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"chrono 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"chrono 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ffsend"
|
name = "ffsend"
|
||||||
version = "0.0.7"
|
version = "0.0.8"
|
||||||
authors = ["Tim Visee <timvisee@gmail.com>"]
|
authors = ["Tim Visee <timvisee@gmail.com>"]
|
||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -52,7 +52,7 @@ _Note: this tool is currently in the alpha phase_
|
||||||
- Fully featured and friendly command line tool
|
- Fully featured and friendly command line tool
|
||||||
- Upload and download files and directories securely
|
- Upload and download files and directories securely
|
||||||
- Always encrypted on the client
|
- Always encrypted on the client
|
||||||
- Additional password protection and configurable download limits
|
- Additional password protection, generation and configurable download limits
|
||||||
- Built-in file and directory archiving and extraction
|
- Built-in file and directory archiving and extraction
|
||||||
- History tracking your files for easy management
|
- History tracking your files for easy management
|
||||||
- Ability to use your own Send host
|
- Ability to use your own Send host
|
||||||
|
@ -325,8 +325,8 @@ documentation [here][send-encryption].
|
||||||
```
|
```
|
||||||
$ ffsend help
|
$ ffsend help
|
||||||
|
|
||||||
ffsend 0.0.7
|
ffsend 0.0.8
|
||||||
Tim Visee <https://timvisee.com/>
|
Tim Visee <timvisee@gmail.com>
|
||||||
Easily and securely share files from the command line.
|
Easily and securely share files from the command line.
|
||||||
A fully featured Firefox Send client.
|
A fully featured Firefox Send client.
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"height": 19,
|
"height": 19,
|
||||||
"duration": 78.431135,
|
"duration": 78.431135,
|
||||||
"command": null,
|
"command": null,
|
||||||
"title": "ffsend v0.0.1 demo",
|
"title": "ffsend v0.0.8 demo",
|
||||||
"env": {
|
"env": {
|
||||||
"TERM": "xterm-256color",
|
"TERM": "xterm-256color",
|
||||||
"SHELL": "/bin/bash"
|
"SHELL": "/bin/bash"
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
0.004048,
|
0.004048,
|
||||||
"ffsend 0.0.1\r\nUsage: ffsend [FLAGS] <SUBCOMMAND> ...\r\n\r\nSecurely and easily share files from the command line.\r\nA fully featured Firefox Send client.\r\n\r\nMissing subcommand. Here are the most used:\r\n"
|
"ffsend 0.0.7\r\nUsage: ffsend [FLAGS] <SUBCOMMAND> ...\r\n\r\nSecurely and easily share files from the command line.\r\nA fully featured Firefox Send client.\r\n\r\nMissing subcommand. Here are the most used:\r\n"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
0.000148,
|
0.000148,
|
||||||
|
|
Loading…
Reference in a new issue