blob: b3ded005562f045c13bbc20a8641ec2070a32ddf (
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
|
## 1.1.0
* somewhat better detection of the "file" scm
### 1.0.1
* Various small improvements
# 1.0.0
* big function rename to `<tool>`::`<file>`::`<function>` to make it easier to read hopefully
* improved parse of generic URLs
* added a hack to parse github releases/download archives a bit better
* somewhat more consistent handling of default scm during compose
* can now run with zsh, if bash is not available
### 0.0.1
* add hackish sourceforge plugin for tar.gz only
* added generic plugin, for non-github/gitlab URLS
* added --domain option to resolve
* split off mulle-domain from mulle-fetch
|