Releases: iterative/vscode-dvc
Releases · iterative/vscode-dvc
0.6.2
🚀 New Features and Enhancements
- Remove beaker (show experiments) and scatter graph (show plots) buttons from sidebar #3205 by @sroy3
- Add a mention to run script after adding dvclive #3206 by @sroy3
🐛 Bug Fixes
- Fix e2e tests #3218 by @mattseddon
- Fix missing button #3212 by @sroy3
🔨 Maintenance
- Remove read file contents request sent to extension by language server (use is file check) #3198 by @mattseddon
- Update demo project and latest tested CLI version (2.43.2) #3207 by @mattseddon
- Add project level jest config (for WallabyJS) #3208 by @mattseddon
- Increase timeout of tests which use window.withProgress #3227 by @mattseddon
- Update demo project and latest tested CLI version (2.43.4) #3234 by @mattseddon
0.6.1
0.6.0
🚀 New Features and Enhancements
- Implement simple onDefinition feature in LSP #3175 by @mattseddon
🐛 Bug Fixes
- Limit language server reach to dvc yaml files #3194 by @mattseddon
🔨 Maintenance
- Rename files associated with LSP #3185 by @mattseddon
- Remove unnecessary dependencies from LSP #3184 by @mattseddon
- Remove unnecessary interface from LSP #3181 by @mattseddon
0.5.40
🚀 New Features and Enhancements
- Combine remove experiments and remove queued experiment quick picks #3166 by @mattseddon
- Add stop queued experiment running option into table context menu #3168 by @mattseddon
🐛 Bug Fixes
- Recheck for global and venv dvc version #3165 by @sroy3
- Fix inital ordering of experiments table #3174 by @mattseddon
🔨 Maintenance
- Fix test describe statements #3163 by @mattseddon
- Replace branch terminology with commit for Experiments internals #3167 by @mattseddon
0.5.39
🚀 New Features and Enhancements
- Update user facing queue terminology #3154 by @mattseddon
- Add ability to stop experiments running in the queue into stop experiments command #3157 by @mattseddon
🐛 Bug Fixes
- Fix Experiments table multi-select context menu #3156 by @mattseddon
- Ensure dvc roots are not duplicated during collection #3153 by @mattseddon
🔨 Maintenance
- Upgrade react-table #3095 by @sroy3
- Update demo project and latest tested CLI version (2.43.1) #3151 by @mattseddon
- Refactor and reduce code in context class #3158 by @mattseddon
0.5.38
🚀 New Features and Enhancements
- Add experiment row commit tooltips #3105 by @julieg18
- Make experiment row commit tooltips interactive #3113 by @julieg18
- Show commits in "Select Experiments to Display in Plots" quick pick #3114 by @julieg18
- Add commit message to plots ribbon block tooltips #3122 by @julieg18
- Add
git-commiticon to experiments table and quick pick #3124 by @julieg18
🔨 Maintenance
- Add
workflow_dispatchevent topublishworkflow #3110 by @julieg18 - Update Windows yarn network timeout to 5 minutes (downloading packages on slow disk) #3129 by @mattseddon
- Add resolution for json5 library (security) #3128 by @mattseddon
0.5.37
🚀 New Features and Enhancements
- Add "Previous Commits" row to experiments table #3087 by @julieg18
- Change "Remove Experiment" command to "Remove Experiments" #3093 by @julieg18
- Update queue commands #3094 by @mattseddon
🐛 Bug Fixes
🔨 Maintenance
- Update demo project and latest tested CLI version (2.41.1) #3092 by @mattseddon
- Increase timeout of smooth plot test (Windows CI) #3089 by @mattseddon
- Revert "Update version and CHANGELOG for release" #3107 by @julieg18
0.5.36
🚀 New Features and Enhancements
- Add first three columns to all experiment quick pick selection #3067 by @julieg18
- Add remove tasks from queue command #3073 by @mattseddon
- Add kill experiments queue tasks command #3084 by @mattseddon
🐛 Bug Fixes
- Create queue workers in background process #3059 by @mattseddon
🔨 Maintenance
- Fix flaky setup tests #3070 by @mattseddon
- Fix flaky dvc.focusedProjects test #3068 by @mattseddon
- Fix flaky smooth plot panel test #3069 by @mattseddon
- Extend timeout of cross-platform-test to 25 minutes #3074 by @mattseddon
- Add @typescript-eslint/recommended-requiring-type-checking to eslint ruleset #3063 by @mattseddon
- Use Chromatic's Turbosnap functionality #3079 by @mattseddon
- Remove setup triggered count from test altogether #3081 by @mattseddon
- Only render smooth template for unit tests #3080 by @mattseddon
- Drop custom script from actions (use yarn install) #3082 by @mattseddon
- Update demo project and latest tested CLI version (2.40.0) #3085 by @mattseddon
- Move pick experiments quick pick #3083 by @mattseddon
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