Releases: jgabaut/invil
Releases · jgabaut/invil
0.2.20 - Fix Command usage
What's Changed
Full Changelog: 0.2.19...0.2.20
0.2.19 - Rough support for custom kern, improve anvilPy, fixes
What's Changed
Added
- Add
-Z
to passCFLAGS
to single file build mode- Avoids reading
CFLAGS
from env
- Avoids reading
- Basic optional support for
AnvilCustom
kern- Improves #170
Changed
- Fix: avoid error on wrong tag for
-G
, mimicking amboso - Try reading
AMBOSO_CONFIG_ARG_ISFILE
to use-C
with flags directly- Setting it to
0
enables the new, backwards incompatible behaviour
- Setting it to
- Fix
anvilPy
build op not replacing dashes as expected- Closes #190
- Fix
anvilPy
build op going toautotools
prep when query>= ANVIL_AUTOMAKE_VERS
- Closes #191
- Fix
anvilPy
build op going to single-file C mode when query<= ANVIL_MAKE_VERS
- Closes #192
- Bump expected amboso version to
2.0.9
PR - feat: 0.2.19 Rough support for AnvilCustom, improve anvilPy, use HEAD again when -G receives invalid tag, add -Z, backcomp -C refactor by @jgabaut
Full Changelog: 0.2.18...0.2.19
0.2.18 - Improved -x flag, fixes
What's Changed
Changed
- Fix: avoid error on relative paths with no
./
for-x
,-Lx
- Closes #180
- Fix: don't try parsing global conf when file doesn't exist
- Closes #181
- Bump
EXPECTED_AMBOSO_API_LEVEL
to2.0.8
PR - feat: 0.2.18 Improved -x flag, fixes by @jgabaut
Full Changelog: 0.2.17...0.2.18
0.2.17 - Fix C header gen, add config file reading
What's Changed
Added
- Parse global conf from
$HOME/.anvil/anvil.toml
- Closes #109
- Uses
set_anvil_conf_info()
- Handle long options with
-:
getopt
trick- Improves compatibility with
invil
- Improves compatibility with
Changed
- Handle help flag earlier
- Improved help message
- Fix init subcommand bug
- Closes #116
- Fix shellcheck error in reporting unused arguments
- Compacted getopt code
- Compacted usage of
anvil_version
,anvil_kern
values fromtoml
parsing
PR - feat: 0.2.17 Fix C header gen, add config file reading by @jgabaut
Full Changelog: 0.2.16...0.2.17
0.2.16 - Bump deps
What's Changed
Full Changelog: 0.2.15...0.2.16
0.2.15 - Bump deps
0.2.14 - Ignore untracked files
What's Changed
Full Changelog: 0.2.13...0.2.14
0.2.13 - Fix test mode recording for stderr
What's Changed
Full Changelog: 0.2.12...0.2.13
0.2.12 - Allow 2.0.6 runs
0.2.11 - Handle --strict with init
What's Changed
Known issues
- This tag is borked since the binary won't accept
2.0.6
version.
Full Changelog: 0.2.10...0.2.11