blob: 93330c2d012dcccc7d67162f8b177b45f14dbf73 (
plain)
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
|
### 1.0.2
* Various small improvements
### 1.0.1
* Various small improvements
# 1.0.0
* big function rename to `<tool>`::`<file>`::`<function>` to make it easier to read hopefully
* a footer comment can be passed in via the commandline, in addition to regular footer. The text is treated in a special way as \\n gets expanded into proper linefeeds
* uses mulle-bashfunctions 4 now
* can now run under zsh if bash is not available
### 0.0.4
* Various small improvements
### 0.0.3
* improve README.md with an example
### 0.0.2
* use env instead of printenv for compatibility
### 0.0.1
* split off from mulle-sde
|