Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

31 lines (26 loc) · 1.43 KB

0.5.4 (2024-05-03)

  • Security: Bumped various packages to latest.

0.5.3 (2020-06-21)

  • Optimization: Scoped out unused AWS Clients - reducing package size from 4.5mb to 600kb
  • Bug Fix: Added activationEvents for Command Palette commands
  • Improvement: Added InProgress deployment tracking to status bar
  • Improvement: Added Inline treeview icons (createDeployment,)
  • Improvement: Multistep now includes steps/totalsteps for longer Dialogs
  • Improvement: Added description to Succeeding Deployments
  • Feature: Added ELB and DeploymentGroup Info
  • Feature: Set MaximumDeployments to display in tree via Configuration
  • Feature: Multistep process/Dialog can now evaluate responses on each step

Other:

  • Refactor: broke out AWS Clients and workspace Config
  • Refactor: broke out commands into own sub-directory/files
  • Refactor: TreeItemUtil usability improvements*

0.5.2 (2020-04-07)

  • Updates to older npm dependencies
  • Bug Fix: Updated icons for Skipped deployent targets

0.5.1 (2019-12-08)

  • Refactor: Updated project structure- Decoupled treedataprovider and commands.
  • Improvement: Reduced installation footprint via webpack - Improving the time it takes to activate extension.

0.5.0 (2019-11-23 initial release)

  • Bug Fixes:
    • Fixed errors from updating application configuration outside workspace.
    • Fixed broken DeploymentGroups URL in Open AWS Console command.