Skip to content

Releases: jgabaut/invil

0.0.8 - Add autotools prep support

06 Dec 17:35
f1400bc
Compare
Choose a tag to compare
Pre-release

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

06 Dec 14:04
2f30ef7
Compare
Choose a tag to compare

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()

03 Dec 09:51
ee15237
Compare
Choose a tag to compare
Pre-release

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()

02 Dec 20:04
5a228e7
Compare
Choose a tag to compare

What's Changed

  • Change AmbosoEnv maps to BTreeMap
  • Add do_build(), currently very limited:
    • Only the basic gcc call is supported.
  • -q to lower verbose level
  • -i to try building tags (only for Basemode)
  • 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()

30 Nov 05:51
023ec2e
Compare
Choose a tag to compare

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() takes Args
  • 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

30 Nov 02:56
933641d
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Extend AmbosoEnv
  • Set AmbosoEnv field to return it from check_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

28 Nov 22:53
c7c0399
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Add AmbosoEnv struct definition
  • Add basic logic to parse stego.lock as toml
  • Add is_git_repo_clean() to check if working directory status when in git mode
  • Set git to true when not doing linter or gen_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

28 Nov 05:41
0971f20
Compare
Choose a tag to compare
0.0.1 - First release Pre-release
Pre-release

What's Changed

Added

  • Basic argument parsing that mostly complies with the bash implementation
  • Default for amboso directory ("./bin")

New Contributors

Full Changelog: https://github.com/jgabaut/invil/commits/0.0.1