-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCHANGELOG
More file actions
32 lines (23 loc) · 642 Bytes
/
CHANGELOG
File metadata and controls
32 lines (23 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
1.4.0
-----
* Forward exit code
1.3.0
-----
* Allow to change the hostname used to send emails (via `MAILHOST` env var)
* Allow to set email sender (via `MAILFROM` env var)
* Fix timeout support when the command starts sub-processes
* Add go.mod
1.2.0
-----
* added --version flag
1.1.0
-----
* remove the -e flag (use the MAILTO environment variable instead)
* added support for MAILTO as the preferred way to configure croncape
* disabled the timeout by default
* added a way to disable the timeout
* removed the -c flag (pass the command directly)
* fixed environment variables handling
1.0.0
-----
* Initial release