Tags give the ability to mark specific points in history as being important
Release 0.2.0 Please see git commits for details. Adds a new error if a given deviceinfo file cannot be parsed as TOML. This does not require any changes to most existing deviceinfo files, only ones that e.g. define a duplicate variables.
Release 0.1.1 Please see git commits for details. Allows overriding the path to the deviceinfo schema using the DINT_SCHEMA_PATH environment variable. Also prints to stderr if the schema cannot be found instead of stdout.
Release 0.1.0 Please see git commits for details. Changes schema finder to only searching for it either in cwd or at the root of the current git repository. It will no longer be loaded from the former global path at /usr/share/dint.
Release 0.0.8 Please see git commits for details. Improves the generated documentation.
Release 0.0.7 Please see git commits for details. Updates the schema.
Release 0.0.6 Please see git commits for details. Updates the schema.
Release 0.0.5 Please see git commits for details. This release improves documentation generation capabilities.
Release 0.0.4 Please see git commits for details. Updates the schema and improve handling of device variant suffixes.
Release 0.0.3 Please see git commits for details. Headlining feature is documentation generation capabilities, but new linting rules have also been introduced.
Release 0.0.2 Please see git commits for details. This is mainly a bug fix and robustness release, adding more tests and updating the device schema. Unbundling the deviceinfo schema from dint will be done in a later release.
Release 0.0.1 Initial alpha release of dint.