Skip to content

Releases: yss-ef/devctl

Release list

v1.1.0

Choose a tag to compare

@yss-ef yss-ef released this 14 Jul 12:45

Added

  • Cross-platform support: Added full Windows operating system compatibility.
  • Platform abstraction layer: Introduced BasePlatform, WindowsPlatform, and UnixPlatform to cleanly encapsulate OS-specific pathing, shell flags, and execution commands.
  • Unit testing: Added test coverage for the platform helper module (test_platform.py).

Changed

  • Refactored orchestrator runner (runner.py) and all framework generators to consume the platform abstraction factory instead of executing platform-specific checks inline.

v1.0.0

Choose a tag to compare

@yss-ef yss-ef released this 24 Jun 20:17

Initial release of devctl