Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.05 KB

File metadata and controls

39 lines (21 loc) · 1.05 KB

Changelog

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.

Unreleased

Added

Changed

Removed

[0.1.1] 2026-08-13

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

[0.1.0] 2026-08-13

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