Releases: DJSaunders1997/Docker-Wingman
Releases · DJSaunders1997/Docker-Wingman
Release list
v1.0.0
Docker Wingman v1.0.0
Bug Fixes
- Fix broken imports/exports that prevented the extension from loading
- Remove dead code copied from Conda Wingman (unused YAML parsing functions)
- Fix named-argument antipattern in status bar item constructors
- Fix test files (renamed from conda references, updated glob API for v11)
New Features
- Clickable Docker Hub links for FROM base images in Dockerfiles
- Hover tooltips showing Docker Hub image info (description, stars, pulls, last updated)
- Docker availability check on activation with warning if not found
- Configurable status bar visibility (
dockerWingman.showStatusBarItemssetting)
Improvements
- Null safety guards throughout (sendCommandToTerminal, getOpenDocumentPath, activeFileIsDockerfile)
- Status bar show/hide helpers with config listener
- Migrated ESLint to flat config (eslint.config.js)
- Updated GitHub Actions to v4
- Replaced deprecated
vscewith@vscode/vsce - Removed unused
js-yamldependency - Fixed keywords (removed YAML, added Container/Dockerfile)
- Bumped engines.vscode to ^1.95.0
var→const/letthroughout
v0.0.2
What's Changed
- Bump @vscode/test-electron from 2.3.8 to 2.4.1 by @dependabot in #6
- Bump glob from 10.3.10 to 11.0.0 by @dependabot in #5
- Bump sinon from 18.0.0 to 19.0.2 by @dependabot in #4
New Contributors
- @dependabot made their first contribution in #6
Full Changelog: https://github.com/DJSaunders1997/Docker-Wingman/commits/v0.0.2