Releases: iterative/vscode-dvc
Releases · iterative/vscode-dvc
0.8.15
🐛 Bug Fixes
- Ensure unique list of experiment passed to the rest of the app #3925 by @mattseddon
0.8.14
🚀 New Features and Enhancements
- Add Remotes section to setup webview #3901 by @mattseddon
🔨 Maintenance
- Make use of show experiments command for setup page #3910 by @mattseddon
- Add default test data to setup app tests #3908 by @mattseddon
- Fix typo in setup reducers #3912 by @mattseddon
- Create default exp show output constant #3911 by @mattseddon
0.8.13
🚀 New Features and Enhancements
🐛 Bug Fixes
- Do not attempt to get commit message for the workspace record #3914 by @mattseddon
- Cleanup old branches before showing the experiments table #3917 by @sroy3
🔨 Maintenance
0.8.12
🚀 New Features and Enhancements
- Send all stderr and stdout to the output channel when a DVC process fails #3857 by @mattseddon
- Call exp show with multiple branches #3827 by @sroy3
🐛 Bug Fixes
- Pin dvc-studio-client in demo project as a temporary fix #3899 by @mattseddon
- Debounce calls to git branch #3887 by @mattseddon
🔨 Maintenance
- Update coverage path ignore patterns #3859 by @mattseddon
- Update CodeClimate exclude patterns #3858 by @mattseddon
- Add redux to setup webview #3851 by @julieg18
- Lower setup section prop drilling #3862 by @julieg18
- Update blocked ESM only packages (execa, process-exists) #3856 by @mattseddon
- Cleanup icons #3871 by @sroy3
- Simplify table data fixtures #3876 by @sroy3
- Remove node-fetch as a dependency (not used) #3892 by @mattseddon
- Increase timeouts of flaky tests #3888 by @mattseddon
- Fix broken setup stories #3896 by @julieg18
- Revert demo project to latest commit on main #3900 by @mattseddon
0.8.11
0.8.10
🚀 New Features and Enhancements
- Combine/enhance commands used to stop experiments #3840 by @mattseddon
🐛 Bug Fixes
- Prevent queued experiment from being selected as most recent #3846 by @mattseddon
0.8.9
0.8.8
🚀 New Features and Enhancements
- Add completion status to setup sections #3823 by @julieg18
- Enable experiment operations when experiment(s) are running in the queue #3832 by @mattseddon
- Enable running exp apply and exp branch against commits #3834 by @mattseddon
0.8.7
🐛 Bug Fixes
- Ensure that accessing the DVC config doesn't throw an error #3831 by @mattseddon
🔨 Maintenance
- Add import/no-unused-modules rule to eslint config #3826 by @mattseddon
- Increase default width and decrease min width of experiments column #3833 by @mattseddon
0.8.6
🚀 New Features and Enhancements
- Remove pausing of data updates when running/queueing experiments #3815 by @mattseddon
- Keep experiments table context menu consistent by showing disabled items #3825 by @mattseddon