Releases
0.3.3
Compare
Sorry, something went wrong.
No results found
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
You can’t perform that action at this time.