Browse Source

Update CHANGELOG

Leo 8 years ago
parent
commit
620f03eb4f
1 changed files with 4 additions and 1 deletions
  1. 4 1
      CHANGELOG.md

+ 4 - 1
CHANGELOG.md

@@ -11,12 +11,15 @@ This version introduce major changes in the tmp and rc file.
 
 #### Major
 
- + Changed tmp file format, the new one would allow to do more things: (See #6)
+ + Changed tmp file structure, the new one would allow to do more things: (See #6)
     + Restart edited command (reset number of launch).
     + Support multiple configuration file.
     + More natural behavior when starting from an empty file. (Don't increment
      number of launch when nothing is actually launched).
     + For the future : Running infinite, daemon mode...
+ + New format and structure for the rc file, using **serial expression**: (see #5)
+    + Allows to add tags to command
+    + Allow to contain setting
  + Beautified rc file:
     + Remove doubled entries before each write of the rc file. Trailing spaces
       are remove too. Empty entries are dropped.