Skip to content

v2.0.7

Latest

Choose a tag to compare

@bulutmuf bulutmuf released this 09 Jul 21:44

v2.0.7: Documentation & Installation Fixes

Bug Fixes

  • NPM Installations: Fixed a critical bug where TUI automatic registration would fail for users installing the plugin via npm due to incorrect internal paths in package.json exports and TUI registration hooks.
  • Dynamic Path Resolution: autoRegisterTui now intelligently detects whether it's running via node_modules (NPM) or locally from the plugins/ directory, registering the correct module path.

Documentation

  • Updated README.md and architecture documentation to accurately reflect the new module layout where helper files live inside the src/lib/ directory.
  • Fixed outdated file path references in Contributing guidelines and changelogs.
  • Clarified instructions for local development and repository linking.