Releases: iterative/vscode-dvc
Releases · iterative/vscode-dvc
0.5.33
🚀 New Features and Enhancements
- Offer to Git init when there is no DVC project or Git repository #3002 by @mattseddon
- Simply welcome view inside view container #3023 by @mattseddon
- Integrate walkthrough with setup webview #3026 by @mattseddon
- Enable sub-project selection in monorepos #3030 by @mattseddon
🐛 Bug Fixes
- Add DVC and Git initialization watcher #3025 by @mattseddon
🔨 Maintenance
- Cleanup table dnd code: remove unused slice/group logic #3007 by @shcheklein
- Upgrade e2e test dependencies and Mocha #3005 by @mattseddon
- Split setup from extension #3017 by @mattseddon
- Rename original setup file to runner #3018 by @mattseddon
- Add periods to setup webview views #3024 by @mattseddon
- GitHub actions update #3032 by @dacbd
0.5.32
🚀 New Features and Enhancements
- Table DnD cleanup, reset drop zone on leave #2965 by @shcheklein
🔨 Maintenance
- Update status bar item #3001 by @mattseddon
0.5.31
🚀 New Features and Enhancements
- Open experiments automatically once setup is done #2973 by @sroy3
- Adjust formatting on table cell long numbers #2983 by @julieg18
- Provide option to auto-install DVC if unavailable #2944 by @mattseddon
- Direct users to setup webview from warning popups #2990 by @mattseddon
- Patch CLI incompatible path for onboarding #2992 by @mattseddon
- Get closer to theme inside of code blocks shown on no experiments data screen #2988 by @mattseddon
🐛 Bug Fixes
- Initially expand commit entries in the experiments tree #2996 by @mattseddon
🔨 Maintenance
- Rename getStarted to setup #2982 by @sroy3
- Reinstate badges (with @vscode/vsce v2.16.0) #2987 by @renovate[bot]
- Update demo project and latest tested CLI version (2.38.1) #2989 by @mattseddon
0.5.30
🐛 Bug Fixes
- Left align code block text on the no data setup screen #2977 by @mattseddon
- Enable user to move from Global to Auto without reloading the window #2974 by @mattseddon
🔨 Maintenance
0.5.29
🚀 New Features and Enhancements
- Move Views sidebar section to the top #2954 by @sroy3
- Improve plots ribbon block tooltips #2956 by @julieg18
- Show a screen when there is no data in the project #2927 by @sroy3
- Close setup webview when all actions have been completed #2968 by @mattseddon
- Simplify Setup the Workspace by removing manual option when Python extension is installed #2967 by @mattseddon
- Add environment selection information to the DVC status bar item #2969 by @mattseddon
🔨 Maintenance
- Fix integration tests for non en-US timezones #2945 by @mattseddon
- Do not rely on number of call to execute process stub in integration tests #2939 by @mattseddon
- Ensure that all watcher's listeners are disposed #2948 by @mattseddon
- Temporarily remove VS Marketplace badges #2957 by @mattseddon
0.5.28
🔨 Maintenance
- Update demo project and latest tested CLI version (2.38.0) #2942 by @mattseddon
0.5.27
🚀 New Features and Enhancements
- Update plots empty states to reflect dynamic nature of available plots #2932 by @mattseddon
- Add columns tooltip to plots ribbon #2924 by @julieg18
🐛 Bug Fixes
- Fix cleanup on merging drag and drop groups #2935 by @sroy3
- Revert e2e tests back on to insiders #2938 by @mattseddon
🔨 Maintenance
- Prevent unnecessary CLI calls in the integration test suite #2934 by @mattseddon
- Update renovate config #2933 by @mattseddon
0.5.26
🚀 New Features and Enhancements
- Dynamic Get Started webview #2894 by @sroy3
- Use DVCLive signal file to indicate that an experiment is running in the workspace #2923 by @mattseddon
- Only show plots which are available for selected revisions #2915 by @mattseddon
🐛 Bug Fixes
- Recheck for global CLI becoming available #2928 by @mattseddon
🔨 Maintenance
- Split turbo cache between workflows #2905 by @mattseddon
- Update scheduled cli test #2906 by @mattseddon
0.5.25
🔨 Maintenance
- Improve stability of e2e tests for new VS Code release #2897 by @mattseddon
- Move from vsce to @vscode/vsce #2895 by @mattseddon
- Update demo project #2899 by @mattseddon
- Update demo project and latest tested CLI version (2.37.0) #2908 by @mattseddon
0.5.24
🚀 New Features and Enhancements
- Stabilise colors of running experiments #2877 by @mattseddon
- Move workspace changes indicator from bullet onto text #2890 by @mattseddon
🐛 Bug Fixes
- Update data when an event is fired for a parent directory (events grouped in Codespaces) #2892 by @mattseddon
- Prevent toggle selection of checkpoint experiment running in the workspace #2888 by @mattseddon
🔨 Maintenance
- Make the Get Started webview a class #2874 by @sroy3
- Add resolution for decode-uri-component #2884 by @julieg18
- Update demo project to lastest commit #2891 by @mattseddon
- Remove running checkpoint experiment workspace race condition code from plots #2882 by @mattseddon
- Extract workspace constant #2889 by @mattseddon