Skip to content

0.3.2

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jun 17:34
· 3 commits to main since this release
c3b7d00

[0.3.2] - 2026-06-18

Follow-up to the 0.3.1 Obsidian review (LS-1796): clears the two remaining
Source/CSS Warnings the re-review still flagged.

Fixed

  • no-unsafe-assignment (src/core.ts): rewrote the block-cache eviction to
    iterate keys() with for…of (which yields the string key type) instead of
    reading IteratorResult.value (typed any under the reviewer's TypeScript), so
    no unsafe any is assigned — robust across TS/lib versions. Also promoted
    @typescript-eslint/no-unsafe-assignment to error in the repo lint config.
  • CSS text-decoration partial support (styles.css): reverted the CSS3
    longhands to the legacy single-value text-decoration: line-through, which is
    universally supported (the CSS3 longhands/shorthand-with-style are what the
    review flags).

Release assets (main.js, styles.css) carry GitHub build-provenance attestations. Verify with: gh attestation verify --repo leonardsellem/hypermnesic-companion