Skip to content

Commit 132d7b5

Browse files
committed
Update changelog
1 parent 8ee7c80 commit 132d7b5

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
11
# 0.2.1
22

3-
* Initial public alpha release
3+
* Initial public alpha release.
44

55
# 0.2.3
66

7-
* Initial support for git sync (still WIP)
7+
* Initial support for git sync (still WIP).
88

99
# 0.2.4
1010

11-
* Fix FileVar not working
12-
* Rewrote git sync support to use system git
11+
* Fix FileVar not working.
12+
* Rewrote git sync support to use system git.
1313

1414
# 0.3.0
1515

16-
* Added optional tenant field to ScriptInstance
16+
* Added optional tenant field to ScriptInstance.
1717

1818
# 0.3.1
1919

20-
* Added last_execution column to ScriptInstance table
21-
* Slight change in default columns for ScriptInstance table
20+
* Added last_execution column to ScriptInstance table.
21+
* Slight change in default columns for ScriptInstance table.
22+
23+
# 0.3.2
24+
25+
* Add scheduled/interval to script execution details
26+
* Fix duration being calculed by created time when not started yet.
27+
* Set new request id when scheduling the next task. Fixes exception when the next script was queued.

0 commit comments

Comments
 (0)