retrofit
[fanfix.git] / README.md
index 288723b5f28cfd797bf1ab8c582251f02efd1709..4e24d8cf54916d06933bf68878c9e941ccf218ce 100644 (file)
--- a/README.md
+++ b/README.md
@@ -47,6 +47,17 @@ The Jexer source code is hosted at: https://gitlab.com/klamonte/jexer
 
 
 
+1.0.0 Release Coming Soon
+--------------------------
+
+
+Jexer's original list of features for its 1.0.0 release are undergoing
+final testing.  If you know of a bug or key feature missing, please
+consider opening an issue
+[here.](https://gitlab.com/klamonte/jexer/issues)
+
+
+
 Documentation
 -------------
 
@@ -139,16 +150,19 @@ 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     |
+| Windows Terminal(6) | Windows       | no          | no           | no(2)  |
 | screen         | CLI                | yes(1)      | yes(1)       | no(2)  |
 | tmux           | CLI                | yes(1)      | yes(1)       | no     |
 | putty          | X11, Windows       | yes         | no           | no(2)  |
@@ -165,7 +179,10 @@ 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.7.3291.0, on Windows 10.0.18362.30.  Tested against
+    WSL-1 Debian instance.