Skip to content

Latest commit

 

History

History
103 lines (60 loc) · 5.5 KB

CHANGELOG.md

File metadata and controls

103 lines (60 loc) · 5.5 KB

0.5.0 (2025-01-20)

Chores
  • updated readme (2ec28aa1)
  • deps-dev:
    • bump prettier from 3.2.5 to 3.4.2 (0516911a)
    • bump webpack from 5.90.3 to 5.97.1 (1abbd92a)
    • bump @vscode/test-electron from 2.3.9 to 2.4.1 (870d55de)
  • deps:
    • bump uuid from 9.0.1 to 11.0.5 (96d983eb)
    • bump softprops/action-gh-release from 1 to 2 (b913cda8)
New Features
  • enhance argument handling in executables and add argument selection UI (b6db7666)
  • wheel deplopy and debugger attach on remote (54c676fe)
  • add sshExecWithOutput function for executing remote commands with output logging (5c5e05e8)
  • enhance deploy script to support Python package installation from wheel files (78cac032)
  • add remote attach command stubs and debug configuration for remote processes (2412e415)
  • remove Docker Hub login step from release workflow (12709dd2)
  • add debug launch configuration and command for program selection (eefd8bb1)
  • enable format on save in workspace settings (2caf6b89)
  • add Dependabot configuration for daily updates of GitHub Actions and npm packages (37a24299)
  • set minimum CMake version to 3.18 in project CMakeLists (c077c089)
  • add .gitignore for script resources (dcf469d8)
Bug Fixes
  • update ESLint configuration and dependencies for improved linting and TypeScript support (cab2bda4)
Tests
  • remote debug attach test cases, test case stability (00af9872)

0.4.5 (2024-12-07)

Bug Fixes
  • pass allow-downgrades flag to apt install in deploy script (87301668)

0.4.4 (2024-08-05)

0.4.3 (2024-08-05)

0.4.2 (2024-08-05)

0.4.1 (2024-08-04)

Bug Fixes

0.4.0 (2024-08-04)

Bug Fixes
  • update packaging tools to fix extension installation problems (d62db1cc)

0.3.1 (2024-08-03)

Chores

0.3.0 (2024-08-03)

New Features
  • integrate packaging-tools repository (2cf88f65)

0.2.0 (2024-07-08)

New Features
Bug Fixes
  • Fix SSH configuration file path handling + auto update when config changes (f32fb13f)

0.1.3 (2024-06-15)

Continuous Integration
  • invoke yarn install before publish (cea59ad4)

0.1.2 (2024-06-15)

Continuous Integration
  • added publish to vscode marketplace step to action (32c6513c)
Other Changes
  • fixed image reference in documentation (9d38462c)

0.1.1 (2024-06-15)

New Features
  • added log output channel, fixed testing issue (9bb856a3)