Releases: jgabaut/invil
Releases · jgabaut/invil
0.0.8 - Add autotools prep support
What's Changed
Added
- Support for automake mode
- Naive command to prep autotools
Changed
- Permit run op for Gitmode
PR - feat: 0.0.8 Support autotools prep by @jgabaut
Full Changelog: 0.0.7...0.0.8
0.0.7 - Full base mode support, naive git mode
What's Changed
Added
- Support for make builds in Basemode
- Support for Gitmode
- Still not handling autotools
Changed
- Updated try_anvil_auto to use the proper version numbers for this repo for tests
- Added support_automakemode to AmbosoEnv
PR - 0.0.7 - Full base mode support, naive git mode by @jgabaut
Full Changelog: 0.0.6...0.0.7
0.0.6 - Add do_run(), do_delete()
What's Changed
Added
- Add do_run(), to try running the passed tag's binary
- Add do_delete(), to try deleting the passed tag's binary
- At the moment, only Basemode is supported
- Add functionality for -d, -p
Changed
- Updated changelog to 0.0.5
- Minor verbosity changes
PR - feat: 0.0.6 Add do_run(), do_delete() by @jgabaut
Full Changelog: 0.0.5...0.0.6
0.0.5 - Add do_build()
What's Changed
- Change
AmbosoEnv
maps toBTreeMap
- Add
do_build()
, currently very limited:- Only the basic
gcc
call is supported.
- Only the basic
-q
to lower verbose level-i
to try building tags (only forBasemode
)- Refuse
-tT
when run is missing support
PR - feat: 0.0.5 Add do_build() by @jgabaut
Full Changelog: 0.0.4...0.0.5
0.0.4 - Add do_query()
What's Changed
- Fixes panic on unwrapping
AmbosoEnv.run_mode
- Add stub op checks
- Add
do_query()
, checking if requested tag is in supported versions handle_amboso_env()
takesArgs
- Add
-l
and-L
functionality to print supported tags - Add
-V
functionality to set loglevel
PR - feat: 0.0.4 Add do_query() by @jgabaut
Full Changelog: 0.0.3...0.0.4
0.0.3 - AmbosoEnv prep
What's Changed
- Extend
AmbosoEnv
- Set
AmbosoEnv
field to return it fromcheck_passed_args()
- Add
AmbosoMode
- Stub
handle_amboso_env()
PR - feat: 0.0.3 - Prep AmbosoEnv by @jgabaut
Full Changelog: 0.0.2...0.0.3
0.0.2 - Basic parsing of stego.lock
What's Changed
- Add
AmbosoEnv
struct definition - Add basic logic to parse
stego.lock
astoml
- Add
is_git_repo_clean()
to check if working directory status when in git mode - Set
git
totrue
when not doinglinter
orgen_c_header
and no other mode was specified - Return early on calls with
-W
PR - feat: parse stego.lock to AmbosoEnv by @jgabaut
Full Changelog: 0.0.1...0.0.2
0.0.1 - First release
What's Changed
Added
- Basic argument parsing that mostly complies with the bash implementation
- Default for amboso directory ("./bin")
- chore: add feature request issue template by @jgabaut in #1
- feat: add try_anvil_auto by @jgabaut in #9
- chore: add try_anvil mention to README by @jgabaut in #10
- fix: check for -x and -G before other env args by @jgabaut in #11
- feat: -x parses argument as TOML by @jgabaut in #12
- feat: add dependabot.yml by @jgabaut in #13
- feat: update Cargo.toml by @jgabaut in #15
- feat: create rust.yml by @jgabaut in #16
- chore(deps): bump clap from 4.4.8 to 4.4.10 by @dependabot in #14
- chore: exclude .github contents from package by @jgabaut in #17
- chore: exclude more files, set min version by @jgabaut in #18
- chore: double star in exclude by @jgabaut in #19
New Contributors
- @jgabaut made their first contribution in #1
- @dependabot made their first contribution in #14
Full Changelog: https://github.com/jgabaut/invil/commits/0.0.1