Skip to content

Releases: compas-dev/ghpython_componentizer

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Aug 15:15
3ef41d4

Added

Changed

  • Changed discover_source_bundles to skip folders that contain none of code.py, icon.png and metadata.json, so a build target inside the source directory no longer breaks the build.

Removed

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 14:55
7f8e7c2

Added

  • Added build_components and create_ghuser_component, to build .ghuser components out of source bundles from Python.
  • Added the ghpython-componentizer command line, also runnable as python -m ghpython_componentizer.
  • Added support for macOS: the command line relaunches itself with the environment Mono needs to find libgdiplus.
  • Added componentizer_env and run_componentizer, to build components from a process that is already running.

Changed

Removed