Skip to content

0.4.1

Latest

Choose a tag to compare

@ethanffu ethanffu released this 10 Aug 05:25
· 2 commits to main since this release

0.4.1 — address marketplace review warnings

Fixes the two warnings from the Obsidian marketplace review (no behavior changes):

  • Source code: the Promise rejection reason in version-probe.ts is now always an Error instance (review lint no-promise-reject-errors).
  • CSS: dropped !important from the "Hide the ribbon button" rule (review CSS lint) and raised selector specificity via .workspace-ribbon instead. Hiding is still enforced by both the CSS rule and the JS inline-style layer in main.ts.

The Style Settings "Hide the ribbon button" toggle, the ribbon entry, and the single-folder context menu are unchanged and verified in real Obsidian (1.13.6).

Assets: main.js, manifest.json, styles.css, versions.json, plus the open-powershell-here-0.4.1.zip install bundle.