update readme, add new screenshot

This commit is contained in:
cy384 2021-07-25 20:18:32 -04:00
parent f6998e1c4f
commit 8851017e36
1 changed files with 10 additions and 10 deletions

View File

@ -6,38 +6,38 @@ A modern SSH client for Mac OS 7/8/9.
Project status: as of 0.8.0 ([see github releases](https://github.com/cy384/ssheven/releases)), fairly secure and usable, but without a polished UX or all planned features. Versions prior to 1.0.0 should be considered alpha/beta quality.
![ssheven screenshot](http://www.cy384.com/media/img/ssheven-0.6.1-screenshot.png)
![ssheven screenshot](http://www.cy384.com/media/img/ssheven-0.8.8.png)
system requirements
-------------------
* CPU: Any PPC processor, or at least a 68030 (68040 strongly recommended).
* RAM: 2MB.
* Disk space: 1MB for the fat binary.
* Disk space: fits on a floppy.
* System 7.1 or later. Versions below 7.5 require the Thread Manager extension.
* Open Transport networking required, latest version possible highly recommended.
roadmap
-------
0.9.0
* improve draw speed
* basic scp file transfer
* general code cleanup
1.0.0 (first "real" release)
* configurable terminal string
* configurable/auto-choosing SSH buffer size (improves feel for faster machines)
* nicer error presentation for more failure cases
* add `known_hosts` reset option
* read Apple HIG and clean up UI/UX
* license info in an about box type thing
* all license info in an about box type thing
* finish and upload papercraft box, floppy sticker artwork, icon/logo svg
* configurable terminal string
known problems
* drawing the screen is wildly slow
* input latency feels high because redrawing the screen is slow
* receiving a large amount of data breaks the channel (e.g. `cat /dev/zero`)
* non-US keyboard input has issues
* drawing the screen is somewhat slow
* input latency feels high because redrawing the screen is slow (along with all the encryption, which is also slow)
* receiving a large amount of data may break the channel or cause lockups (e.g. `cat /dev/zero`)
* non-US keyboard input may or may not have issues
possible upcoming features
* scp file transfer
* more complete color support (currently uses the default Mac 8 color palette)
* keyboard-interactive authentication