From 8851017e3611d1e86b472c8c964aa04ac95540cc Mon Sep 17 00:00:00 2001 From: cy384 Date: Sun, 25 Jul 2021 20:18:32 -0400 Subject: [PATCH] update readme, add new screenshot --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 84f7e6f..71fe789 100644 --- a/README.md +++ b/README.md @@ -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