Skip to content

Releases: visiongeist/coolifycli

Release v2.0.1

23 Jan 12:27

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2026-01-23)

2.0.0 (2026-01-23)

⚠ BREAKING CHANGES

  • Build output format changed from multiple TypeScript files to single bundled CommonJS file

Features

  • add single-file bundling and enhance release workflow (f9c237b)

1.1.0 (2026-01-22)

Features

  • api: create axios client with Bearer auth (d440b68)
  • applications: add environment variable management (dd3de85)
  • applications: implement core application management operations (95a7f7a)
  • config: implement configuration loader with defaults (2b5caa2)
  • databases: implement complete database management (bb773ff)
  • deployments: implement deployment management operations (cfbf7aa)
  • errors: implement typed error hierarchy with hints (f89168a)
  • main: add complete Phase 3 command routing (75328b2)
  • main: add Phase 2 command routing for databases and services (dc5b148)
  • main: implement Phase 1 command routing (f5e921b)
  • output: implement structured JSON output formatting (951f9b2)
  • phase3: implement all Phase 3 command modules (f315487)
  • polish the project (1c78b97)
  • services: implement service management operations (11aef86)

Bug Fixes

Release v2.0.0

23 Jan 11:59

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2026-01-23)

⚠ BREAKING CHANGES

  • Build output format changed from multiple TypeScript files to single bundled CommonJS file

Features

  • add single-file bundling and enhance release workflow (f9c237b)

1.1.0 (2026-01-22)

Features

  • api: create axios client with Bearer auth (d440b68)
  • applications: add environment variable management (dd3de85)
  • applications: implement core application management operations (95a7f7a)
  • config: implement configuration loader with defaults (2b5caa2)
  • databases: implement complete database management (bb773ff)
  • deployments: implement deployment management operations (cfbf7aa)
  • errors: implement typed error hierarchy with hints (f89168a)
  • main: add complete Phase 3 command routing (75328b2)
  • main: add Phase 2 command routing for databases and services (dc5b148)
  • main: implement Phase 1 command routing (f5e921b)
  • output: implement structured JSON output formatting (951f9b2)
  • phase3: implement all Phase 3 command modules (f315487)
  • polish the project (1c78b97)
  • services: implement service management operations (11aef86)

Bug Fixes

Latest Release

23 Jan 12:27

Choose a tag to compare

This is always the latest release.
Current version: v2.0.1

See v2.0.1 for the specific release notes.

Release v1.1.0

22 Jan 18:56

Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2026-01-22)

Features

  • api: create axios client with Bearer auth (d440b68)
  • applications: add environment variable management (dd3de85)
  • applications: implement core application management operations (95a7f7a)
  • config: implement configuration loader with defaults (2b5caa2)
  • databases: implement complete database management (bb773ff)
  • deployments: implement deployment management operations (cfbf7aa)
  • errors: implement typed error hierarchy with hints (f89168a)
  • main: add complete Phase 3 command routing (75328b2)
  • main: add Phase 2 command routing for databases and services (dc5b148)
  • main: implement Phase 1 command routing (f5e921b)
  • output: implement structured JSON output formatting (951f9b2)
  • phase3: implement all Phase 3 command modules (f315487)
  • polish the project (1c78b97)
  • services: implement service management operations (11aef86)

Bug Fixes