Skip to content

0.7.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 11:27
· 6 commits to master since this release
v0.7.1
f3ea0b8

Fixed

  • Show Tree did nothing at all when no GEDCOM file was in front of you ([#5]).
    The view is contributed behind editorLangId == gedcom, so there was no view
    to focus and .focus resolved silently. It now says so, and where the view
    exists but has not come up yet — activation, the context key and the click all
    racing on a cold editor — the container is opened directly rather than the
    result being assumed. An integration test covers the cold path, which every
    other test warms past.

Changed

  • The README lists every setting, with its default and what it does.
  • glob is pinned through overrides to 13. Mocha pulled 10, which npm warns is
    unsupported; nothing else in the tree was on it, and no advisory was open.
  • @playwright/browser-chromium is approved under npm's install-script allowlist,
    so npm install no longer stops to ask about it.