update roadmap
[nikiroo-utils.git] / README.md
index 3392cd8a5d071152f2df3e05984e51a3c03d3436..cc1d44cb9c412703bc065b7587e301912c623a4c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -60,18 +60,25 @@ version 1.0:
 0.0.1:
 
 - Base classes:
-  - EMCA48Terminal read thread
-  - TApplication loop
+  - TWidget
+  - TWindow
+- package-info's
 - Incorporate checkstyle ant task
+  - Fix all noted issues except use of tabs
 
 0.0.2:
 
-- Get modal messagebox running without fibers
+- Get modal messagebox running without fibers (use two reader threads
+  with syncronization, don't bother with coroutines)
 - Port remaining d-tui functionality over
   - All widgets
 
 0.0.3:
 
+- TEditor, fixup keyboard movement
+
+0.0.4:
+
 - ECMATerminal
   - Mouse 1006 mode parsing
 - Bugs