Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 3.94 KB

CHANGELOG.md

File metadata and controls

69 lines (41 loc) · 3.94 KB

Changelog

3.1.0 (2024-08-02)

Features

  • add config command (45a932c)
  • add diagnose info on workspace creation (43c5a7e)
  • add LCP to diagnose (fc8d1c4)
  • add more info about java 17 & 21 (bf195c6)
  • config supports setting using = (f3490c6)
  • use github urls by default (66281ea)

Bug Fixes

  • config folder not created (#20) (7652fcc)
  • docker version output by lfr diag (2830af1)
  • output printed twice when running 'lfr c cx' (9857217)
  • wrong github urls for portal workspaces (#17) (4ca0436)

3.0.0 (2024-04-28)

⚠ BREAKING CHANGES

  • rework client extension command & prompts

Features

  • add alternative github bundle urls for dxp (3468c35)
  • add config file for default flags (2fc7ef9)
  • add github workflows into workspace (ae2d650)
  • add quarterly releases support (3f30ef0)
  • fetch latest workspace plugin version (244105e)
  • initiate git for workspace (032208d)
  • make prompts accessible via config (96f5261)

Bug Fixes

  • ci: wrong client extension samples path (0d7e770)
  • maven bom for dxp (963167a)
  • offline workspace creation failure (e0a61e4)
  • wrong bom for dxp workspaces (1b0b672)
  • wrong docker base image in gradle workspaces (8ee3e0b)
  • wrong path for docker build dirs (9f6f5b1)

Code Refactoring

  • rework client extension command & prompts (697e877)

2.0.0 (2024-04-20)

⚠ BREAKING CHANGES

  • rename project to lfr-cli

Bug Fixes

  • ci: auto update assets merge issue (62cfab5)

Code Refactoring