Releases: treeverse/vscode-dvc
Releases · treeverse/vscode-dvc
1.0.27
🚀 New Features and Enhancements
- Apply experiment table filters to commits #4363 by @mattseddon
🔨 Maintenance
- Refactor experiment table branch data #4364 by @mattseddon
- Rename experiment status to executor status #4359 by @mattseddon
- Increase timeouts of webview tests #4368 by @mattseddon
- Update demo project and latest tested CLI version (3.9.0) #4369 by @mattseddon
1.0.26
🚀 New Features and Enhancements
- Add reset number of commits to show for a branch button to experiments table #4355 by @mattseddon
🔨 Maintenance
- Avoid reprocessing duplicate git log commits #4356 by @mattseddon
- Remove column merge logic #4346 by @mattseddon
- Improve performance of experiment column collection #4353 by @mattseddon
- Remove await from inside of loops #4354 by @mattseddon
1.0.25
🚀 New Features and Enhancements
- Show Experiment Remote Status #4324 by @mattseddon
🐛 Bug Fixes
- Fix cloud icon alignment in experiments table #4340 by @mattseddon
- Disable exp push when experiment is running in the workspace #4343 by @mattseddon
🔨 Maintenance
- Update demo project and latest tested CLI version (3.7.0) #4328 by @mattseddon
- Run remote experiments data update in the background #4342 by @mattseddon
- Use trim and split util #4339 by @mattseddon
- Update demo project and latest tested CLI version (3.8.1) #4351 by @mattseddon
1.0.24
🚀 New Features and Enhancements
- Update Studio settings section #4312 by @mattseddon
- Add shown/hidden indicator to select first column quick pick #4314 by @mattseddon
🔨 Maintenance
- Update demo project and latest tested CLI version (3.6.0) #4311 by @mattseddon
- Rename select columns commands and events #4315 by @mattseddon
1.0.23
🚀 New Features and Enhancements
- Set default number of displayed commits to 1 for non-current branches in the experiments table #4305 by @mattseddon
- Add move to start option to experiment table header cell context menu #4303 by @mattseddon
- Add not missing filter for experiments table #4308 by @mattseddon
🐛 Bug Fixes
- Add matchOnDetail and matchOnDescription to all quick picks #4306 by @mattseddon
🔨 Maintenance
- Clean up hide column terminology #4304 by @mattseddon
- Standardise column like quick pick #4307 by @mattseddon
1.0.22
🚀 New Features and Enhancements
- Add columns indicator (select columns) to table indicators #4293 by @mattseddon
- Add select first experiment table columns quick pick #4294 by @mattseddon
- Add select column options to table header cell context menu #4295 by @mattseddon
1.0.21
1.0.20
🐛 Bug Fixes
- Exclude sub-project files from file and editor watchers #4283 by @mattseddon
🔨 Maintenance
- Remove moduleResolution from tsconfig #4282 by @mattseddon
1.0.19
🚀 New Features and Enhancements
- Handle non-standard experiment pipeline configurations #4264 by @mattseddon
- Focus pipeline when dvc.yaml file is open in the active editor #4273 by @mattseddon
🔨 Maintenance
- Refactor stubWorkspaceExperimentsGetters #4272 by @mattseddon