-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.2.7 | ||
0.2.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Release 0.2.8 | ||
================================== | ||
|
||
Command-line Changes | ||
------------------ | ||
|
||
* Run command stores sessions state files at ``digadg.status`` directory by default. | ||
|
||
* Run command uses today's 00:00:00 as the default session_time by default. With this, run command almost always utilize session state files. More likely tasks will be skipped. | ||
|
||
* Run command supports ``-a, --all``, ``-s, --start``, ``-S, -start-stop``, ``-e, --end`` to control session states. | ||
|
||
* Run command supports ``--hour`` option in addition to ``-t, session_time`` option for ease of config. | ||
|
||
* ``-e, --show-params`` is renamed to ``-E, --show-params``. | ||
|
||
* ``-s, --status`` is renamed to ``-o, --save``. | ||
|
||
General Changes | ||
------------------ | ||
|
||
* Added ``loop`` operator. To support it, ``${...}`` varaibles in ``_do`` key will not be evaluated. | ||
|
||
Release Date | ||
------------------ | ||
2016-02-29 |