Releases: treeverse/vscode-dvc
Releases · treeverse/vscode-dvc
0.3.6
update version and changelog for release (#1932) Co-authored-by: sroy3 <[email protected]>
0.3.5
Update version and changelog for release (#1920)
0.3.4
Update version and changelog for release (#1912)
0.3.3
Update version and changelog for release (#1908)
0.3.2
🐛 Bug Fixes
- hotfix: VS Code badges in README #1894 by @jorgeorpinel
0.3.1
🚀 New Features and Enhancements
- Decorate filtered experiments/checkpoints in the experiments tree #1871 by @mattseddon
- Add (manual) refresh plots command to tree and palette #1868 by @mattseddon
- Add shadow to table head #1835 by @rogermparent
- Show table header context menu on left click (as well as right) #1878 by @mattseddon
- Swap codicons for Reset and Run/Resume experiment #1880 by @mattseddon
- Review and update the walkthrough #1876 by @shcheklein
🐛 Bug Fixes
- Pass extra args to Reset and Run command #1879 by @mattseddon
🔨 Maintenance
- Add banner (and alternative) to resources folder #1877 by @mattseddon
0.3.0
🚀 New Features and Enhancements
- Sort and Filter indicators for the Experiments Table #1760 by @wolmir
- Add filtered counts to Filter By tree #1866 by @mattseddon
- Setup workspace config: change copy to be more explicit #1865 by @shcheklein
🐛 Bug Fixes
- Use primary button color as accent color #1859 by @sroy3
- Explicitly set icons in DVC Tracked tree #1869 by @mattseddon
🔨 Maintenance
- Remove preview tag from marketplace listing #1860 by @mattseddon
- Add init to command palette when there is no DVC project in the workspace #1861 by @mattseddon
- Upgrade dev dependencies and resolutions (security) #1864 by @mattseddon
- Bump min required version of DVC to new release #1867 by @mattseddon
0.2.25
0.2.24
🚀 New Features and Enhancements
- Add cross-product uuid to all telemetry events #1619 by @mattseddon
- Add tooltip with the meaning of each plot section #1851 by @sroy3
🐛 Bug Fixes
- Decouple ribbon from comparison table revisions #1844 by @mattseddon
- Suppress context menus, hide run buttons and show stop button when an experiment is running #1848 by @mattseddon
- Add dep prefix to experiments table tooltip #1853 by @mattseddon
🔨 Maintenance
0.2.23
🚀 New Features and Enhancements
- Use copy button component for the plots ribbon experiments #1812 by @sroy3
- Plots ribbon copy button to the right #1831 by @sroy3
- Add deps to experiment table and columns tree #1830 by @mattseddon
- Update description shown above experiments tree #1841 by @mattseddon
🐛 Bug Fixes
- Listen for extensions being installed/unistalled to avoid race condition when both this extension and ms-python.python are installed during startup #1839 by @mattseddon
- Watch all dvc.locks for changes to plots #1840 by @mattseddon
- Reduce the spacing between ribbon elements #1842 by @sroy3
- Fix the height of the buttons in the ribbon #1843 by @sroy3
🔨 Maintenance
- Add storybook design addon #1828 by @rogermparent
- Add Storybook preview styles that allow for sticky header/column #1834 by @rogermparent