update readme
[fanfix.git] / README.md
index 3251a27583695dbed7830a42e6a25ee26bb19e05..3e11f3356e4b1a4036f6c204c9c4766d6985a9ee 100644 (file)
--- a/README.md
+++ b/README.md
@@ -47,6 +47,16 @@ The Jexer source code is hosted at: https://gitlab.com/klamonte/jexer
 
 
 
+1.0.0 Release
+-------------
+
+
+Jexer's original list of features for its 1.0.0 release are undergoing
+final testing.  Issues and merge requests are disabled until that
+release is out.
+
+
+
 Documentation
 -------------
 
@@ -56,6 +66,8 @@ Documentation
 
 * [Jexer web page](https://jexer.sourceforge.io/)
 
+* [Development Standards](https://gitlab.com/klamonte/jexer/wikis/dev-standards)
+
 
 
 Programming Examples
@@ -139,13 +151,15 @@ The table below lists terminals tested against Jexer's Xterm backend:
 | xterm          | X11                | yes         | yes          | yes    |
 | jexer          | CLI, X11, Windows  | yes         | yes          | yes    |
 | mlterm         | X11                | yes         | yes          | yes    |
+| RLogin         | Windows            | yes         | yes          | yes    |
 | alacritty(3)   | X11                | yes         | yes          | no     |
 | gnome-terminal | X11                | yes         | yes          | no     |
+| iTerm2         | Mac                | yes         | yes          | no(5)  |
+| kitty(3)       | X11                | yes         | yes          | no     |
 | lcxterm(3)     | CLI, Linux console | yes         | yes          | no     |
+| mintty         | Windows            | yes         | yes          | no(5)  |
 | rxvt-unicode   | X11                | yes         | yes          | no(2)  |
 | xfce4-terminal | X11                | yes         | yes          | no     |
-| kitty(3)       | X11                | yes         | yes          | no     |
-| mintty         | Windows            | yes         | yes          | no(5)  |
 | aminal(3)      | X11                | yes         | no           | no     |
 | konsole        | X11                | yes         | no           | no     |
 | yakuake        | X11                | yes         | no           | no     |
@@ -166,9 +180,9 @@ The table below lists terminals tested against Jexer's Xterm backend:
 
 4 - Requires TERM=xterm-1003 before starting.
 
-5 - Images can crash terminal.
+5 - Sixel images can crash terminal.
 
-6 - Version 0.4.2382.0, on Windows 10.0.18362.30.  Tested against
+6 - Version 0.7.3291.0, on Windows 10.0.18362.30.  Tested against
     WSL-1 Debian instance.