Skip to content

0.7.0

Choose a tag to compare

@github-actions github-actions released this 03 Apr 23:20
4fa876d

🚀 New Features and Enhancements

🐛 Bug Fixes

  • Send back change in commits to show #3601 by @sroy3
  • Use plot errors to display correct messages for missing plots #3520 by @mattseddon
  • Refresh cached plots data on every update #3532 by @mattseddon
  • Ensure unfetched image plots are on disk before providing URL to webview #3544 by @mattseddon
  • Fix removal of existing commit errors #3545 by @mattseddon
  • Account for data key being optional in plots diff output #3547 by @mattseddon
  • Ensure the correct fetched status is applied when overriding plot revisions #3557 by @mattseddon
  • Ensure that data for broken revisions is dropped #3576 by @mattseddon
  • Fix scheduled CLI output test by updating expected demo project output (plots diff breaking change) #3558 by @mattseddon

🔨 Maintenance