OSDN Git Service

Documents have changed
[stew/Stew4.git] / FEATURE.md
index c6db83b..620857f 100644 (file)
@@ -5,16 +5,21 @@
 
 The new features in version 4 are listed below:
 
-special command "?" - display environment info (not OS ENV).
-:   Display System Properties. (System.getProperty)
-    By defauts, displays JRE, OS and Locale.
-
+Special command "-s" - Executing file as script
+:   Execute a file as script (JavaScript).
+    This feature can be used instead of a command class.
 
-xxx
-:   xxx
+Special command "?" - display environment info (not OS ENV)
+:   Display System Properties. (System.getProperty)
+    By defauts, it displays JRE, OS and Locale.
 
+Auto-expanding nodes in the database info tree (GUI)
+:   This feature automatically expands nodes in the database info tree
+    when connecting a database.
+    If you use this feature, make a "autoexpansion.tsv" file
+    in system directory.
 
-For more details, see MANUAL.html.
+For more details, see MANUAL.html file.
 
 
 ## Changes
@@ -27,8 +32,10 @@ Requires Java6 and later
 
 Implementation
 :   Improved implementation with Java6.
-    Specifically, Unnecessary classes was removed, and some codes ared replaced with more fitting APIs.
+    Specifically, Unnecessary classes was removed, and some codes ared
+    replaced with more fitting APIs.
 
 
-## Others
+## Other Notes
 
+A connector config file (connector.properties) is compatible to version 3.