Skip to content

0.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Sep 09:05

Changelog

0.5.2

  • Merge emoji-decorated folders with matching child notes in the 2D map, such as 馃摎 Topic/Topic.md, while preserving original display names and file paths.
  • Preserve original same-name matching priority and only use emoji-insensitive matches when a single child note matches.
  • Add regression coverage for emoji sequences, ambiguous names, folder-note links, focus, and node counts.

0.5.1

  • Address Obsidian review findings by using DOM and style helpers for theme sampling and window-scoped timers for metadata and worker tasks.
  • Explicitly mark asynchronous search calls and remove the control-character regex while preserving label width calculations.
  • Keep worker tests and the local benchmark compatible with the browser timer API.

0.5.0

  • Improve radial hierarchy spacing, branch separation, full-map framing, and label readability.
  • Add back/forward navigation with per-view pan and zoom, independent note-link and hierarchy hover controls, and clearer bilingual panels.
  • Move map computation into a worker, reuse unchanged vault snapshots and layouts, and accelerate picking and label placement.
  • Reuse node and road render buffers for unchanged maps while keeping theme, ring-guide, label, and reveal updates intact.
  • Preserve root and search framing when metadata refreshes overlap navigation, and prevent superseded failures from interrupting the current loading state.
  • Clean up cancelled pointer drags and ignore unrelated pointers and secondary-button releases.
  • Improve startup metadata handling, map statistics, and controller cleanup across 2D/3D switches.

0.2.7

  • Address Obsidian review warnings for console logging, DOM element creation, redundant type assertions, and CSS overrides.
  • Reduce duplicate vault enumeration and document the local-only metadata used to build maps.

0.2.6

  • Add semantic 2D node shapes, clearer route colors, faster label updates, and an All links hover mode.
  • Improve pinned-route grouping, panel guidance, theme controls, and full-map expansion for the current root.
  • Rebuild, validate, and attest release assets in CI while keeping the checked-in plugin bundle synchronized.

0.2.5

  • Refresh the map control panels with clearer headings, denser controls, and accessible collapse state.
  • Apply the resolved map theme before loading so daylight and custom backgrounds display immediately.
  • Keep visible 2D search results in place, open hidden results as roots, and clear stale selections during map navigation.

0.2.4

  • Move 3D node inspection details into the side panel.
  • Improve long label, pin, neighbor, and button wrapping in the map panels.
  • Type Obsidian saved plugin data as unknown before settings migration to avoid unsafe assignment warnings.

0.2.3

  • Add a 2D Complete map action that shows the vault root with expanded node, link, depth, and outside-link detail budgets.
  • Allow farther 2D zoom-out for large complete maps.
  • Improve 2D panel wrapping and alignment so long labels remain readable.
  • Soften the 2D outside-link road color and legend swatch.

0.2.2

  • Address Obsidian community plugin review findings around settings APIs, command names, deprecated slider tooltips, direct static styles, and config folder handling.
  • Raise the minimum supported Obsidian version to 1.13.0 for the current settings definitions API.
  • Remove reveal CSS that relied on partially supported browser features in older Obsidian builds.
  • Tighten 2D neighbor list typing and add regression coverage for configured vault folders.

0.2.1

  • Add default day/night map background fallbacks when the active Obsidian theme cannot provide a matching background color.
  • Refresh explicit 3D day/night backgrounds after Obsidian CSS changes.

0.2.0

  • Add the Galaxy-derived 3D map mode based on Longwind1984/galaxy-view.
  • Improve the 2D radial atlas layout, including ring placement, node spacing, search focusing, and root navigation.
  • Add richer 3D controls for visual presets, color themes, imported Obsidian graph colors, bloom, physics, cruise motion, reveal animation, and quality tiers.
  • Add unified Mini World Map search across 2D and 3D modes.
  • Improve side-panel behavior with inspect, pins, view, controls, defaults, and bilingual language switching.
  • Add Obsidian-aware theme backgrounds and expanded release documentation.
  • Expand tests for settings migration and world-map graph behavior.

0.1.3

  • Add floating vault-root and fullscreen controls to the map canvas.
  • Improve side-panel layout behavior across narrow and wide panes.
  • Expand documentation for design goals, features, usage, and settings.

0.1.2

  • Prepare the plugin for community review by removing redundant manifest wording.
  • Add GitHub artifact attestations for release assets.
  • Avoid eager vault indexing until the map view is opened.

0.1.1

  • Mark Codex as a co-author.

0.1.0

  • Initial community release.