Skip to content

0.3.3

Choose a tag to compare

@github-actions github-actions released this 29 Jan 07:15
· 38 commits to master since this release

Changes in v0.3.3

Obsidian Review Bot Fixes

  • Use sentence case for all UI text (commands, settings headings, button labels)
  • Remove unnecessary type assertions where type guards already narrow types
  • Add proper type checks before string conversion on JSON-parsed values
  • Fix type union redundancy in function signatures
  • Add eslint-disable comments for intentional deprecated usage (migration code)
  • Change console.log to console.debug for migration message
  • Handle promises properly with await/void operators
  • Use CSS classes instead of inline styles for graph tooltips

Graph Visualization Improvements

  • Add "Minimum connections" setting to filter nodes with few connections from the graph view
  • Reduce edge color intensity (#cbd5e1, opacity 0.4) for better node label readability

Code Quality

  • Extract helper functions to reduce code duplication
  • Move constants to module level for better performance
  • Simplify functions with early returns and object lookups