mirror of
https://github.com/markqvist/rnsh.git
synced 2025-01-24 05:01:03 -05:00
Version bump
This commit is contained in:
parent
a3bd1f20fb
commit
21b80819c6
14
README.md
14
README.md
@ -17,8 +17,18 @@ out.
|
||||
|
||||
Anyway, there's a lot of room for improvement.
|
||||
|
||||
## New in v0.0.5
|
||||
### Remote command line and pipe compatibility
|
||||
## Alpha Software
|
||||
These early versions will be buggy. There will sometimes be major
|
||||
breaking changes to the command line parameters between releases.
|
||||
There will sometimes be breaking changes in the protocol between
|
||||
releases. Use at your own peril!
|
||||
|
||||
## Recent Changes
|
||||
### v0.0.6
|
||||
Minor improvements in transport efficiency
|
||||
|
||||
### v0.0.5
|
||||
#### Remote command line and pipe compatibility
|
||||
Command line options have changed somewhat to allow the initiator
|
||||
to supply a command line. This allows `rnsh` to function similarly
|
||||
to SSH. You can pipe into or out of `rnsh` to send input through
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "rnsh"
|
||||
version = "0.0.5"
|
||||
version = "0.0.6"
|
||||
description = "Shell over Reticulum"
|
||||
authors = ["acehoss <acehoss@acehoss.net>"]
|
||||
license = "MIT"
|
||||
|
Loading…
Reference in New Issue
Block a user