Releases: iterative/vscode-dvc
Releases · iterative/vscode-dvc
0.5.24
🚀 New Features and Enhancements
- Stabilise colors of running experiments #2877 by @mattseddon
- Move workspace changes indicator from bullet onto text #2890 by @mattseddon
🐛 Bug Fixes
- Update data when an event is fired for a parent directory (events grouped in Codespaces) #2892 by @mattseddon
- Prevent toggle selection of checkpoint experiment running in the workspace #2888 by @mattseddon
🔨 Maintenance
- Make the Get Started webview a class #2874 by @sroy3
- Add resolution for decode-uri-component #2884 by @julieg18
- Update demo project to lastest commit #2891 by @mattseddon
- Remove running checkpoint experiment workspace race condition code from plots #2882 by @mattseddon
- Extract workspace constant #2889 by @mattseddon
0.5.23
🚀 New Features and Enhancements
- Improve table header DnD #2876 by @shcheklein
🔨 Maintenance
- Watch workspace and filter results before calling for data updates #2872 by @mattseddon
0.5.22
🚀 New Features and Enhancements
- Add webview for when dvc is not available or not initialized #2861 by @sroy3
- Add loading state for sections and images to plots webview #2865 by @mattseddon
🔨 Maintenance
- Update demo project and latest tested CLI version (2.36.0) #2869 by @mattseddon
0.5.21
🚀 New Features and Enhancements
- Add progress ring to plots ribbon while data is loading #2841 by @mattseddon
- Open plots in split view when request sent from table #2864 by @mattseddon
🔨 Maintenance
- Separate comparison table and plot ribbon revision orders #2859 by @mattseddon
- Do not snapshot story with progress rings #2862 by @mattseddon
- Match VS Code version of @types/node #2863 by @mattseddon
0.5.20
🐛 Bug Fixes
- Do not process CLI errors thrown by plots diff #2852 by @mattseddon
- Fix plots file watchers (diff output key is not always a file) #2854 by @mattseddon
0.5.19
🐛 Bug Fixes
- Fix aspect ratio of multi view plots #2833 by @sroy3
- Fix the number of available revisions for multi view plots #2836 by @sroy3
🔨 Maintenance
- Reduce renovate noise #2826 by @mattseddon
- Delay creation of plots to remove optional logic #2832 by @mattseddon
- Update multi source test fixture to contain the expected revisions (branch revision not name) #2837 by @mattseddon
- Remove auto-merge component from renovate config (does not work) #2838 by @mattseddon
0.5.18
🚀 New Features and Enhancements
🔨 Maintenance
- Update demo project and latest tested CLI version (2.34.3) #2819 by @mattseddon
- Update demo project and latest tested CLI version (2.35.1) #2824 by @mattseddon
- Add resolution for fastify #2823 by @mattseddon
0.5.17
🚀 New Features and Enhancements
- Match the way that undefined/numeric experiment column values are shown in the table in tooltips and quick picks #2813 by @mattseddon
🔨 Maintenance
- Update demo project to be on latest commit #2799 by @mattseddon
- Fix scheduled CLI output test by updating expected demo project output #2818 by @mattseddon
- Match open webviews welcome view button titles with command palette actions #2820 by @mattseddon
0.5.16
🚀 New Features and Enhancements
- Update walkthrough images #2802 by @mattseddon
🐛 Bug Fixes
- Patch experiment with checkpoints not having a name #2805 by @mattseddon
- Stabilize plot paths #2811 by @mattseddon
🔨 Maintenance
- Fix webview test warnings #2806 by @mattseddon