Releases: treeverse/vscode-dvc
Releases · treeverse/vscode-dvc
0.3.26
0.3.25
🚀 New Features and Enhancements
- Rename "Timestamp" column label to "Created" #2269 by @julieg18
- Review when plot sections should collapse #2285 by @sroy3
- Improve table styles #2289 by @julieg18
🐛 Bug Fixes
- Show empty state when final comparison plot is de-selected #2290 by @mattseddon
- Make the first cells of selected rows sticky #2294 by @julieg18
🔨 Maintenance
0.3.24
0.3.23
🚀 New Features and Enhancements
- Add commit and share experiment command to the palette #2259 by @mattseddon
🐛 Bug Fixes
🔨 Maintenance
- Bump min tested DVC version to 2.20.1 #2261 by @mattseddon
0.3.22
🚀 New Features and Enhancements
- Add Git cli calls into output channel #2225 by @mattseddon
- Add commit and share experiment to context menus #2237 by @mattseddon
- Switch experiment sharing to progress api #2245 by @mattseddon
🐛 Bug Fixes
- Show spinner in the status bar when extension is running Git #2249 by @mattseddon
🔨 Maintenance
- Replace vary with modify in variable names #2227 by @mattseddon
- Remove experiments from star/unstar text in experiments table #2228 by @mattseddon
- Rename DVC CLI files and classes #2226 by @mattseddon
- Add test utils for dealing with private class methods #2233 by @mattseddon
- Move integration test files into new structure #2236 by @mattseddon
- Split up
TableHeader.tsx#2250 by @julieg18 - Add CHANGELOG to prettierignore #2246 by @mattseddon
0.3.21
🚀 New Features and Enhancements
- Add a copy button for comparison table rows #2216 by @sroy3
- Share an experiment from context menus #2219 by @mattseddon
- Share an experiment from command palette #2221 by @mattseddon
🐛 Bug Fixes
0.3.20
🚀 New Features and Enhancements
- Show min tested version in toast warning message #2209 by @mattseddon
🐛 Bug Fixes
- Fix sticky workspace row obscuring branch #2212 by @mattseddon
- Make drop zones larger when dragging in the same section #2206 by @sroy3
0.3.19
🚀 New Features and Enhancements
🐛 Bug Fixes
- Improve table styles #2197 by @julieg18
- Do not retry CLI process when unexpected error is received #2200 by @mattseddon
- Handle newly introduced deps (before dvc commit) #2202 by @mattseddon
- Fix experiment table live updates in non-checkpoint experiments #2203 by @mattseddon
- Fix partially hidden header context menus #2204 by @julieg18
🔨 Maintenance
- Bump min tested DVC version to 2.18.1 #2207 by @mattseddon
0.3.18
🚀 New Features and Enhancements
- Left align timestamp column text #2191 by @julieg18
- Add select python interpreter option to setup workspace toast message #2186 by @mattseddon
🐛 Bug Fixes
- Handle dep being added under the current commit #2187 by @mattseddon
0.3.17
🚀 New Features and Enhancements
- Add option to filter experiments to starred #2164 by @mattseddon
- Add option to sort by starred experiments #2169 by @mattseddon
- Add shortcut to filter experiments to starred #2170 by @mattseddon
- Add shortcut to sort experiments by starred #2171 by @mattseddon
🐛 Bug Fixes
🔨 Maintenance
- Rename experiments columns tree test file #2168 by @mattseddon
- Revert end to end tests back to insiders #2173 by @mattseddon