Update documentation

This commit is contained in:
Aaron Heise 2023-05-20 06:34:14 -05:00
parent 2e9419f889
commit 9ebf8147a0
No known key found for this signature in database
GPG Key ID: 6BA54088C41DE8BF

View File

@ -19,13 +19,21 @@ aims to provide a similar experience to SSH.
- [Roadmap](#roadmap) - [Roadmap](#roadmap)
- [Active TODO](#todo) - [Active TODO](#todo)
### Reminder: Alpha Software ### Reminder: Beta Software
These early versions will be buggy. There will sometimes be major The interface is starting to firm up, but some bug fixes at this
breaking changes to the command line parameters between releases. point still may introduce breaking changes, especially in the
There will sometimes be breaking changes in the protocol between protocol layers of the software.
releases. Use at your own peril!
## Recent Changes ## Recent Changes
### v0.1.1
- Fix issue with intermittent data corruption
### v0.1.0
- First beta! Includes peformance improvements.
### v0.0.13, v0.0.14
- Bug fixes
### v0.0.12 ### v0.0.12
- Remove service name from RNS destination aspects. Service name - Remove service name from RNS destination aspects. Service name
now selects a suffix for the identity file and should only be now selects a suffix for the identity file and should only be
@ -262,10 +270,10 @@ Process messages received from listener.
- [X] ~~Documentation improvements~~ - [X] ~~Documentation improvements~~
- [X] ~~Fix issues with running `rnsh` in a binary pipeline, i.e. - [X] ~~Fix issues with running `rnsh` in a binary pipeline, i.e.
piping the output of `tar` over `rsh`.~~ piping the output of `tar` over `rsh`.~~
- [ ] Test on several platforms - [X] ~~Test on several platforms~~
- [ ] Fix issues that come up with testing - [X] ~~Fix issues that come up with testing~~
- [ ] v0.1.0 beta - [X] ~~v0.1.0 beta~~
- [ ] Test and fix more issues - [X] ~~Test and fix more issues~~
- [ ] More betas - [ ] More betas
- [ ] Enhancement Ideas - [ ] Enhancement Ideas
- [ ] `authorized_keys` mode similar to SSH to allow one listener - [ ] `authorized_keys` mode similar to SSH to allow one listener