|
@@ -25,14 +25,14 @@ This version introduce major changes in the tmp and rc file.
|
|
|
rc file.
|
|
|
+ Summary of edit command was improved.
|
|
|
+ Rewrite command line parsing, in a cleaner and safer way. It now handles
|
|
|
- `exit`, would be able to deal with auto completion and display more accurate
|
|
|
+ `exit`, would be able to deal with *auto completion* and display more accurate
|
|
|
help messages. Though, for backward compatibility reasons, a hack has been
|
|
|
setted up, allowing to call the program with a number as first argument or
|
|
|
without any argument. This way, the program tries to launch the corresponding
|
|
|
command or the next one. The problem is that you can't call it with an
|
|
|
- option. To do this, use the `run` subcommand.
|
|
|
- + Improve list subcommand, now using Textutils library, displaying in an array.
|
|
|
- + Improve editing command (explain how to use to add commands, improve
|
|
|
+ option. To do this, use the **`run` subcommand**.
|
|
|
+ + Improve **list subcommand**, now using Textutils library, displaying in an array.
|
|
|
+ + Improve **edit subcommand** (explain how to use to add commands, improve
|
|
|
messages, offer to reedit when nothing was done).
|
|
|
|
|
|
#### Minor
|
|
@@ -56,8 +56,8 @@ This version introduce major changes in the tmp and rc file.
|
|
|
|
|
|
#### Community
|
|
|
|
|
|
- + Improve release script, to enhance contributing experience (making easier to
|
|
|
- release source-code, binaries, signing…). Add indentation script too.
|
|
|
+ + Improve *release script*, to enhance contributing experience (making easier to
|
|
|
+ release source-code, binaries, signing…). Add *indentation script* too.
|
|
|
+ Improve README.md file, using special code in \_oasis Description field.
|
|
|
|
|
|
## 0.2.x
|