Releases: treeverse/vscode-dvc
Releases · treeverse/vscode-dvc
0.5.35
0.5.34
🚀 New Features and Enhancements
- Add commit messages to experiment views #3016 by @julieg18
- Add project selection quick pick #3040 by @mattseddon
- Enable the user to specify a number of concurrent jobs when starting the experiments queue #3048 by @mattseddon
🐛 Bug Fixes
- Fix stop button #3027 by @mattseddon
- Use process polling to ensure DVCLive only PIDs are still running #3045 by @mattseddon
- Fix missing commit messages in experiment branches #3053 by @julieg18
🔨 Maintenance
- Use cml to create release PR #3034 by @dacbd
- Reinstate @typescript-eslint/no-unused-vars as error #3039 by @mattseddon
- Add context key enum #3041 by @mattseddon
- Suppress integration test warninngs #3046 by @mattseddon
- Consolidate use of input box validation #3049 by @mattseddon
- Stub getLastThreeCommitMessages in integration tests #3052 by @mattseddon
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