Releases: michidk/vscli
Releases · michidk/vscli
1.1.0
- Rework data model
- Recent UI: Adds a (fuzzy) search bar
- Various dependency updates
Full Changelog: v1.0.0...v1.1.0
1.0.0
- Minor fixes and quality of life improvements
Full Changelog: v0.3.1...v1.0.0
0.3.1
- Update all dependencies
Full Changelog: v0.3.0...v0.3.1
0.3.0
- Support vim movements in recent mode
- Support json5 (trailing commas, comments) for devcontainer definitions
New Contributors
Full Changelog: v0.2.2...v0.3.0
0.2.2
- Add CI/release artifacts for
aarch64-apple-darwin
target - Various CI fixes
- Updated dependencies
Full Changelog: v0.2.1...v0.2.2
0.2.1
Contains various bug fixes.
Full Changelog: v0.2.0...v0.2.1
0.2.0
Attention
This is a breaking change. The history file was renamed (and it's content change) but also the CLI command changed: use vscli open
now (see readme).
New Contributors
Full Changelog: v0.1.13...v0.2.0
0.1.13
- Fixes the devcontainer file lookup
Full Changelog: v0.1.12...v0.1.13
0.1.12
- Update dependencies (incl. ratatui v0.24)
- Made recent-ui feature default, and removed it
- Added
dry
alias todry-run
flag - Fixed reverse ordering of items
- Fixed panic, when
devcontainer.json
did not exist
Full Changelog: v0.1.11...v0.1.12
0.1.11
What's Changed
Fixes a bug with recent-ui on Windows where the first history entry would always be selected by default.
Full Changelog: v0.1.10...v0.1.11