Releases: comonicon/Comonicon.jl
Releases · comonicon/Comonicon.jl
v0.12.6
Comonicon v0.12.6
Closed issues:
- Docstring parsing is truncated by the first
.
(period) (#149)
Merged pull requests:
- allow auto displaysize (#167) (@Roger-luo)
- support intro section (#169) (@Roger-luo)
- make sure we run precompile when Comonicon.toml changes (#170) (@Roger-luo)
- allow config dash parsing (#171) (@Roger-luo)
- support plugin (#172) (@Roger-luo)
v0.12.5
v0.12.4
Comonicon v0.12.4
Closed issues:
- Error with 0.12.3 (#163)
Merged pull requests:
- fix build on 1.7.1 (#164) (@Roger-luo)
v0.12.3
Comonicon v0.12.3
Closed issues:
- "Bad substitution error" when using other shell than bash (#161)
Merged pull requests:
- use bash instead of sh (#162) (@Roger-luo)
v0.12.2
Comonicon v0.12.2
Closed issues:
- Unknown command app when compiling (#159)
Merged pull requests:
- fix app builder (#160) (@Roger-luo)
v0.12.1
v0.12.0
Comonicon v0.12.0
Move all the components back into the same repo, given Comonicon
itself only needs 0.01s to load,
Move ComoniconTestUtils to the same repo for convenience, future extensions will be in the lib
folder
too.
Rewrite the build system to make use of PackageCompiler 2.0 and a few other bug fixs
Closed issues:
- Error when building (#150)
Merged pull requests:
- rework the package (#152) (@Roger-luo)
- CompatHelper: add new compat entry for "Scratch" at version "1.1" (#155) (@github-actions[bot])
- support shell installation (#156) (@Roger-luo)
v0.11.7
Comonicon v0.11.7
Closed issues:
- Errors and incorrect results using variable numbers of inputs (#141)
- in correct markdown flag and argument parsing (#144)
Merged pull requests:
- Update README.md (#145) (@KwatME)
- support reverse markdown order (#146) (@Roger-luo)
v0.11.6
Comonicon v0.11.6
Closed issues:
Merged pull requests:
v0.11.5
Comonicon v0.11.5
Closed issues:
- String input with
-
doesn't get parsed correctly (even if it is quoted) (#114) - cast_args cant handle zero length args (#135)
Merged pull requests:
- resolves #135, zero-length args input to cast_args (#136) (@SamRodkey)