Documentation

Documentation

8. v0.6.1 — Chart screenshot timeframe fix

Created
Jun 17, 2026
Updated
Jun 17, 2026

Released 2026-06-17. A small fix for the chart image download: changing the timeframe after saving a snapshot no longer re-triggers the download.

Fixed

  • Chart snapshot no longer re-downloads on timeframe changes. After downloading a snapshot of the active pane (the toolbar image button or Alt+S), switching the pane's timeframe would silently download the image again — and keep doing so on every subsequent timeframe switch. The download is driven by a per-pane request counter held in workspace state; switching timeframe reloads the pane's data, which briefly unmounts and then remounts the chart. On remount the chart's "already-handled request" marker reset to zero while the workspace counter stayed non-zero, so the chart mistook the stale request for a new one and re-fired the download. The chart now seeds that marker from the request value present when it mounts, so a freshly mounted (or remounted) pane treats an already-issued request as consumed and only downloads in response to an actual new button press or shortcut. A fresh workspace was unaffected because the counter starts at zero until the first download.

Next steps

Back to the release list.

Next: Release Notes