Releases: iterative/vscode-dvc
Releases · iterative/vscode-dvc
0.4.7
🚀 New Features and Enhancements
🐛 Bug Fixes
- Turn off language server until it is fixed #2460 by @mattseddon
🔨 Maintenance
- Move remaining data update watchers to RelativePatterns #2451 by @mattseddon
0.4.6
0.4.5
🔨 Maintenance
- Bump min tested version of DVC to 2.26.2 #2428 by @mattseddon
- Bump min tested version of DVC to 2.27.2 #2440 by @mattseddon
0.4.4
🚀 New Features and Enhancements
- Remove extra background color from the table view #2425 by @shcheklein
🐛 Bug Fixes
- Update table hints #2413 by @julieg18
- Exclude queued experiments from select experiments for plots quick pick #2410 by @mattseddon
🔨 Maintenance
- Move vega title truncation into the extension #2396 by @mattseddon
- Use webpack's development mode to build webview for testing #2404 by @mattseddon
- Remove unused SVGs #2409 by @mattseddon
0.4.3
🚀 New Features and Enhancements
- Move experiment table context menus to right-start #2377 by @mattseddon
- Update cell hint styles and context menu position #2384 by @julieg18
- Add plotting actions to experiments table context menu #2388 by @mattseddon
- Update selected row foreground #2391 by @julieg18
🐛 Bug Fixes
- Ensure table indicators do not overlap with experiment column title #2376 by @mattseddon
- Fix overflowing comparison table texts #2381 by @sroy3
0.4.2
0.4.1
🚀 New Features and Enhancements
- Match tooltip styles to VS Code #2353 by @mattseddon
🐛 Bug Fixes
- Make first cell text contents selectable #2341 by @julieg18
- Truncate long plot titles #2344 by @sroy3
- Keep cursor on
col-resize
on table column resize #2356 by @julieg18 - Always show context menu on right click #2355 by @mattseddon
- Dismiss tooltip/context menus on Escape #2354 by @mattseddon
🔨 Maintenance
- Consolidate use of decoration providers with tree views #2330 by @mattseddon
- Move DVC Tracked tree into repository directory structure #2331 by @mattseddon
- Group Source Control Management files #2332 by @mattseddon
- Switch from jest from ts-jest to swc #2333 by @mattseddon
- Remove extra sending of data to webview on change of star selection #2346 by @mattseddon
0.4.0
🚀 New Features and Enhancements
- Use new data status command #2091 by @mattseddon
- Give option to sort or filter by Created timestamp #2293 by @mattseddon
- Improve table column resizing styles #2305 by @julieg18
- Refine data status consumption #2151 by @mattseddon
- Consume unknown from data status #2267 by @mattseddon
- Remove retries from reader (all commands now lockless) #2300 by @mattseddon
- Show data status errors in DVC Tracked tree #2301 by @mattseddon
🐛 Bug Fixes
- Account for exp show returning an empty object #2280 by @mattseddon
- Fix drag leave of top and bottom sections #2320 by @sroy3
- Fix bugs in table styles #2316 by @julieg18
🔨 Maintenance
- Bump min version of DVC to 2.21.0 (data status) #2266 by @mattseddon
- Bump min version of DVC to 2.23.0 (--with-dirs removed from data status) #2299 by @mattseddon
- Bump min version of DVC to 2.24.0 (patch windows paths in data status) #2314 by @mattseddon
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