Skip to content

Releases: hkxs/xml-cli-module

v1.0.1

21 Oct 19:56

Choose a tag to compare

Same as v1.0.0 but with the version number updated

Full Changelog: v1.0.0...v1.0.1

v1.0.0

21 Oct 19:54
141a03d

Choose a tag to compare

This release formats the code with MyPy and Flake8, we also analyzed it using bandit. Several global variables that were used on xmlclilib were removed with the usage of a dedicated class. We also added an entry point to enable execution of the module as an application, this can be used to generate BIOS xml data directly without using a python console/script to generate it manually

What's Changed

  • fix: flake8 by @hkxs in #8
  • fix: format with MyPy and remove black by @hkxs in #10
  • fix: Add bandit scan by @hkxs in #11
  • fix: don't rename compiled libraries by @hkxs in #12
  • test: add UT for xmlcli and xmlclilib by @hkxs in #13
  • fix: Remove xmlclilib global variables by @hkxs in #14
  • fix: recursion by @hkxs in #15
  • feat: Add entry point to use it as an app by @hkxs in #16

Full Changelog: v0.1.3...v1.0.0

v0.1.3

16 Sep 03:19

Choose a tag to compare

This release is a cleans Linux access and removes the included binaries, now these files will be compiled when the package is installed with pip, this also includes a fix to save the xml file with comments

v0.1.2

09 Sep 03:05

Choose a tag to compare

Same as release v0.1.1 but with the proper version for the package

v0.1.1

09 Sep 03:01
cffd80a

Choose a tag to compare

Removed several modules that are not needed and a lot of code that was running during import. This help us have less code and also remove several artifacts that we weren't really using. This should be a "cleaner" python package compared to the previous release

Warning

This package doesn't have the version updated

Release 0.1.0

02 Sep 23:35

Choose a tag to compare

Initial release, this is the bare minimum things needed to read the BIOS knobs on a Linux system