dsebastien_obsidian-graph-e.../CHANGELOG.md
2026-07-17 07:37:35 +00:00

7.2 KiB

Changelog

All notable changes to this project will be documented in this file.

1.1.2 (2026-07-17)

1.1.1 (2026-06-17)

1.1.0 (2026-06-02)

Features

  • plugin: always show labels for index notes (1c82168)

Bug Fixes

  • plugin: scope Tailwind CSS to avoid breaking other plugins (da1afdb), closes #1

Performance Improvements

  • plugin: reduce graph flicker during Obsidian indexing (8787ab7)

1.0.2 (2026-05-14)

1.0.1 (2026-05-13)

1.0.0 (2026-05-13)

0.6.0 (2026-04-10)

Features

0.5.0 (2026-04-08)

Features

  • all: enabled moving node and connected ones (ef2c5c6)

0.4.0 (2026-04-08)

Features

  • all: added maturity management (16a2f4d)
  • all: added support for changing node positions (mind palace). Updated user guide (d1ec9d6)
  • all: improved colors ux (09dc0b1)
  • all: improved graph options and added legend (prev commit) (cdd32e4)
  • all: improved maturity dropdown styling (7a700a4)
  • all: refactored settings (58dba33)

0.3.0 (2026-04-07)

Features

  • all: improved graph view (selection vs explored rings) (b4e545b)
  • all: updated (e483d60)

0.2.0 (2026-04-07)

Features

  • all: added possibility to easily open the current note in the side panel into a new tab (cdf2992)
  • all: added size and text settings (7809fad)
  • all: adjusted the nodes and text scales (158a23f)
  • all: better layout of the graph (c1db275)
  • all: improve text (d42adcf)
  • all: improved graph nodes spacing (7dba588)
  • all: improved graph view (ed29cf1)
  • all: improved the graph and panel features (e95fd6c)
  • all: improved visual consistency of the graph controls (16b84f1)

0.1.0 (2026-04-07)

Features

  • add frontmatter utilities for explored property (2e4789f)
  • add graph canvas component with force-graph rendering (c82819b)
  • add graph controls and zoom controls components (2815c6c)
  • add graph data builder to transform base entries into graph nodes/links (d170e61)
  • add graph explorer BasesView implementation (49e5482)
  • add graph explorer CSS styles (7b4f3c1)
  • add graph explorer view constants and options (8911434)
  • add graph side panel with embedded note rendering (bde5661)
  • add graph type definitions and update plugin settings (c804535)
  • register graph explorer base view and update plugin (c111099)

Bug Fixes

  • address code review issues (search highlight, theme reactivity, view option sync, cleanup) (f3294ad)