All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Changed
discover_source_bundlesto skip folders that contain none ofcode.py,icon.pngandmetadata.json, so a build target inside the source directory no longer breaks the build.
- Added
build_componentsandcreate_ghuser_component, to build.ghusercomponents out of source bundles from Python. - Added the
ghpython-componentizercommand line, also runnable aspython -m ghpython_componentizer. - Added support for macOS: the command line relaunches itself with the environment Mono needs to find
libgdiplus. - Added
componentizer_envandrun_componentizer, to build components from a process that is already running.