revert merge
[nikiroo-utils.git] / README.md
index 4a06a55f60486e6e9ea077ef13075d5818e897cc..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,16 +151,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     |
 | 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,6 +180,11 @@ The table below lists terminals tested against Jexer's Xterm backend:
 
 4 - Requires TERM=xterm-1003 before starting.
 
+5 - Sixel images can crash terminal.
+
+6 - Version 0.7.3291.0, on Windows 10.0.18362.30.  Tested against
+    WSL-1 Debian instance.
+
 
 
 See Also