Skip to content

6.2.4

Choose a tag to compare

@EricRhysTaylor EricRhysTaylor released this 12 Jun 05:17
· 111 commits to master since this release

What's Changed

New Features

  • feat(settings): move Export folder editing into a location modal (47256b44)
  • feat(export): make the Export folder user-configurable (#25) (5f2400ad)
  • feat(gossamer): rename saved runs/plots to Traces across UI, wiki, and docs (ad8c59f8)

Bug Fixes

  • fix(i18n): update de/ja/ko/zh folder-setting descs for configurable Export folder (861ced2a)
  • fix(multi-window): defer document enumeration to onLayoutReady — repairs broken plugin load (e5369112)
  • fix(lint): mark intentional fire-and-forget promises with void (d7b96f47)
  • chore(css): ratchet drift baseline to 2318 after legend-token + dead-rule fixes (cce64d8b)
  • fix(lint): use window-prefixed timers for popout compatibility (89a47e23)
  • fix(lint): sentence-case UI strings + product vocabulary for the rule (d875911f)
  • fix(multi-window): rebind document-scoped services for popout windows (d21aedcb)

Improvements

  • refactor(lint): remove 340 unnecessary type assertions (e9d774c4)
  • refactor(lint): continue setCssStyles/setCssProps and removeProperty cleanup (a65afee7)
  • refactor(lint): use setCssStyles/setCssProps for inline modal sizing and CSS vars (2fabec74)

Maintenance

  • chore(audit): remove dead attachFolderSuggest param and orphan i18n keys (cb57b2e9)
  • chore(lint): swap '0 PLOTS' sentence-case exemption for '0 TRACES' (85731c28)
  • chore(lint): enforce the five cleared rules at zero in the ratchet lane (23ac4c32)

Other Changes