Skip to content

Release 0.0.6

Compare
Choose a tag to compare
@mhucka mhucka released this 20 Apr 01:00
· 548 commits to develop since this release

This release fixes some bugs and adds a few more features.

What's new

  • CodeMeta's downloadUrl and installUrl as well as CITATION.cff's repository-artifact fields are now supported.
  • New repository branch develop is where new development takes place. Previously, the lazy maintainer didn't create a branch and instead worked out of main.

What's changed

  • Fix issue #3: IGA would previously incorrectly always get the latest version of files like codemeta.json from the repo, even if the release requested was not the latest release.
  • Fix issue #4: improve name splitting algorithm to handle a situation where it failed to produce a result before.
  • The list of programming languages associated with the GitHub repo is only added to the subjects field of the metadata record if IGA is invoked with the --all-metadata option. This is to make the behavior more consistent with the conditions under which other metadata fields get values from the GitHub repo.
  • The name splitting algorithm has been further enhanced to handle more test cases.
  • Internally, some data loading steps are much faster.