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.tsis now always anErrorinstance (review lintno-promise-reject-errors). - CSS: dropped
!importantfrom the "Hide the ribbon button" rule (review CSS lint) and raised selector specificity via.workspace-ribboninstead. Hiding is still enforced by both the CSS rule and the JS inline-style layer inmain.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.