Releases: treeverse/vscode-dvc
Releases · treeverse/vscode-dvc
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
0.8.5
0.8.4
🐛 Bug Fixes
- Fix missing tracked decorations #3801 by @mattseddon
- Hide push option when an experiment is running #3808 by @mattseddon
🔨 Maintenance
- Update demo project and latest tested CLI version (2.56.0) #3805 by @sroy3
- WorkspaceExperiments housekeeping #3797 by @mattseddon
- Wait for config to be ready before accessing values #3799 by @mattseddon
0.8.3
🚀 New Features and Enhancements
- Use dvc config to store and access studio.token #3768 by @mattseddon
- Integrate remaining share experiment command with the extension (exp push) #3781 by @mattseddon
- Add multi-select versions of exp push #3792 by @mattseddon
- Add push experiment(s) to the command palette #3793 by @mattseddon
🐛 Bug Fixes
- Ensure duplicate colors are not made available during collection #3780 by @mattseddon
- Add GIT_TERMINAL_PROMPT=0 to DVC environment variables #3779 by @mattseddon
- Fix available revisions for multi view plots #3774 by @sroy3
- Display progress errors to users #3791 by @mattseddon
- Fix dvc details version incorrectly showing "Not Found" #3787 by @julieg18
🔨 Maintenance
- Use exp push to share experiments to Studio #3701 by @mattseddon
- Remove commit and share and share as branch options #3771 by @mattseddon
- Stub dvc config calls in integration tests #3777 by @mattseddon
- Rename exp commands to closer match CLI #3778 by @mattseddon
0.8.2
🚀 New Features and Enhancements
- Add multiple branches support inside the experiments table #3735 by @sroy3
- Add CLI incompatible screen to Studio section #3763 by @mattseddon
- Make the table more compact with branches and actions #3765 by @sroy3
- Show DVC Cli Details in DVC Setup #3688 by @julieg18
🐛 Bug Fixes
- Watch all workspace folders for changes in dot folders #3769 by @mattseddon
🔨 Maintenance
- Add Stylelint #3736 by @julieg18
- Upgrade Storybook to v7 #3744 by @mattseddon
- Switch executeDvcProcess method to protected #3770 by @mattseddon
0.8.1
🚀 New Features and Enhancements
- Standardize how experiment information is displayed in plots ribbon #3725 by @mattseddon
- Match the way Studio displays experiment name information in the table #3723 by @mattseddon
🐛 Bug Fixes
- Fix scheduled CLI output test (workspace has no timestamp) #3734 by @mattseddon
🔨 Maintenance
0.8.0
🚀 New Features and Enhancements
- Bump min DVC version to 2.55.0 (live metrics for experiments running outside the workspace) #3665 by @mattseddon
🐛 Bug Fixes
- Fix broken experiments table column shadow #3729 by @julieg18
- Set scm running context to false if command fails #3727 by @mattseddon
- Force commit action by default #3726 by @mattseddon
🔨 Maintenance
0.7.9
🔨 Maintenance
- Update demo project #3704 by @mattseddon
0.7.8
🐛 Bug Fixes
- Turn off add/remove branches feature flag #3702 by @mattseddon