diff --git a/._README b/._README index ecf39ba..0d39ea2 100644 Binary files a/._README and b/._README differ diff --git a/README b/README index b4672d3..fea8bc9 100644 --- a/README +++ b/README @@ -56,15 +56,20 @@ Edit->Send Clipboard: Transfers the contents of the IIgs clipboard to the server VNC Server Interoperability VNCview GS should be able to connect with any VNC server that fully implements the RFB protocol as defined in RFC 6143 or earlier compatible specifications. Here is a list of some VNC servers; many others are also available. -Microsoft Windows, *nix (X11), and OS X: RealVNC, http://www.realvnc.com/ -OS X: Vine Server (OSXvnc), http://www.testplant.com/dlds/vine/ -*nix (X11) and OS X: x11vnc, http://www.karlrunge.com/x11vnc/ +Microsoft Windows, *nix (X11), and macOS: RealVNC, http://www.realvnc.com/ +macOS: Vine Server (OSXvnc), http://www.testplant.com/dlds/vine/ +*nix (X11) and macOS: x11vnc, http://www.karlrunge.com/x11vnc/ x11vnc is a good option, because it supports server-side display scaling, which is useful to fit more information on the IIgs screen. -VNCview GS does not work with the Screen Sharing functionality in OS X, because the Screen Sharing server does not support the pixel format that VNCview GS requires. The above servers can be used instead. +VNCview GS does not work with the Screen Sharing functionality in macOS, because the Screen Sharing server does not support the pixel format that VNCview GS requires. The above servers can be used instead. Version History +1.0.2 +Support for typing non-ASCII characters +Smoother transitions between 640 mode and 320 mode +Improved UI responsiveness during raw pixel decoding + 1.0.1 Improved clipboard transfer routines, with support for non-ASCII characters Improvements to help the display "catch up" when content is changing rapidly diff --git a/README.md b/README.md index 9303c0f..133971b 100644 --- a/README.md +++ b/README.md @@ -64,16 +64,21 @@ VNC Server Interoperability --------------------------- VNCview GS should be able to connect with any VNC server that fully implements the RFB protocol as defined in RFC 6143 or earlier compatible specifications. Here is a list of some VNC servers; many others are also available. -* Microsoft Windows, *nix (X11), and OS X: __RealVNC__, http://www.realvnc.com/ -* OS X: __Vine Server (OSXvnc)__, http://www.testplant.com/dlds/vine/ -* *nix (X11) and OS X: __x11vnc__, http://www.karlrunge.com/x11vnc/ +* Microsoft Windows, *nix (X11), and macOS: __RealVNC__, http://www.realvnc.com/ +* macOS: __Vine Server (OSXvnc)__, http://www.testplant.com/dlds/vine/ +* *nix (X11) and macOS: __x11vnc__, http://www.karlrunge.com/x11vnc/ x11vnc is a good option, because it supports server-side display scaling, which is useful to fit more information on the IIgs screen. -VNCview GS does not work with the Screen Sharing functionality in OS X, because the Screen Sharing server does not support the pixel format that VNCview GS requires. The above servers can be used instead. +VNCview GS does not work with the Screen Sharing functionality in macOS, because the Screen Sharing server does not support the pixel format that VNCview GS requires. The above servers can be used instead. Version History --------------- +##### 1.0.2 +* Support for typing non-ASCII characters +* Smoother transitions between 640 mode and 320 mode +* Improved UI responsiveness during raw pixel decoding + ##### 1.0.1 * Improved clipboard transfer routines, with support for non-ASCII characters * Improvements to help the display "catch up" when content is changing rapidly