Skip to content

Latest commit

 

History

History
196 lines (95 loc) · 12.3 KB

File metadata and controls

196 lines (95 loc) · 12.3 KB

Changelog

6.0.0 (2026-01-11)

⚠ BREAKING CHANGES

  • migrate away from oclif framework to native tooling (#282)

Features

  • migrate away from oclif framework to native tooling (#282) (1126b97)

5.0.1 (2026-01-06)

Bug Fixes

  • extract base command, improve type safety, add additional errors handling, and improve tests coverage (#281) (69763d7)
  • implement code review findings - fix typos, add verbose flag to dotenv, improve error handling (#279) (a2d3029)

5.0.0 (2025-12-18)

⚠ BREAKING CHANGES

  • migrate from ansis to util.styleText (#269)

Features

  • migrate from ansis to util.styleText (#269) (cb63c99)

4.1.12 (2025-11-18)

Bug Fixes

  • deps-dev: update vulnerable transitive dependencies (#253) (4b81752)
  • deps: bump the oclif group with 3 updates (#248) (1a74f4e)

4.1.11 (2025-11-12)

Bug Fixes

  • deps: bump sharp from 0.34.4 to 0.34.5 (#245) (f6927a8)

4.1.10 (2025-11-06)

Bug Fixes

  • deps: bump the oclif group with 2 updates (#235) (98a9de7)

4.1.9 (2025-10-28)

Bug Fixes

  • deps: bump the oclif group with 3 updates (#228) (16e0647)

4.1.8 (2025-10-22)

Bug Fixes

  • deps: bump @oclif/core from 4.5.6 to 4.6.0 in the oclif group (#224) (94a0221)
  • deps: bump the oclif group with 2 updates (#220) (75cf149)

4.1.7 (2025-10-07)

Bug Fixes

  • deps: bump ansis from 4.1.0 to 4.2.0 (#211) (4ed1227)

4.1.6 (2025-09-20)

Bug Fixes

  • deps: bump @oclif/core from 4.5.3 to 4.5.4 in the oclif group (#203) (31d5bb1)
  • deps: bump sharp from 0.34.3 to 0.34.4 (#205) (c2726ad)
  • deps: bump the oclif group with 3 updates (#197) (9cf12c8)

4.1.5 (2025-06-24)

Bug Fixes

4.1.4 (2025-06-10)

Bug Fixes

4.1.3 (2025-06-04)

Bug Fixes

4.1.2 (2025-05-21)

Bug Fixes

  • deps: bump sharp from 0.34.1 to 0.34.2 (#146) (ed073b6)

4.1.1 (2025-05-13)

Bug Fixes

  • deps: bump @oclif/plugin-help from 6.2.27 to 6.2.28 (#133) (e17eeb7)
  • deps: bump ansis from 3.17.0 to 4.0.0 (#141) (47bbb08)

4.1.0 (2025-05-01)

Features

  • Reduce dependencies and enhance CLI commands (#129) (096c7d3)

4.0.6 (2025-04-30)

Bug Fixes

  • deps-dev: bump oclif from 4.17.44 to 4.17.46 (#123) (712b16e)
  • deps: bump @oclif/core from 4.2.10 to 4.3.0 (#126) (c3bf715)

4.0.5 (2025-04-15)

Bug Fixes

  • deps-dev: bump oclif from 4.17.43 to 4.17.44 in the oclif group (#119) (2a64808)

4.0.4 (2025-04-08)

Bug Fixes

4.0.3 (2025-04-02)

Bug Fixes

4.0.2 (2025-03-18)

Bug Fixes

4.0.1 (2025-03-11)

Bug Fixes

4.0.0 (2025-02-20)

⚠ BREAKING CHANGES

  • upgrade project (#76)

Features

  • dotenv: Add script to manage 'dotenv' files (4c971e1)
  • icon generator: Initial implementation (04d6cab)
  • Node12: Update deps to add support for Node12 (efe8fe4)
  • rewrite: Major rewrite using 'oclif' (dc9342f)
  • Splashscreen: Add script to generate splashscreen images (dca5e85)
  • upgrade project (#76) (0d5bfa0)
  • upgrade to latest oclif version (21d7b51)

Bug Fixes

  • disable oclif plugins support (53e3943)
  • icon generator: Migrate 'sharp' removed method to new one (47349d9)