Changelog

Follow new updates and improvements to TangleGuard.

May 26th, 2026

You now can search for nodes aka. components within your graph.

To use it, open the new Search panel from the left menu, and type the name of the component you’d like to see. The UI will point you to the node when clicking on an item in the result list.

May 19th, 2026

New

The dependency graph can get quite big and sometimes overwhelming. As you know you have a couple of filter options, to only see the building blocks of your codebase that matter to you at that moment.

Now you have the ability to store the filter settings, so you can get that specific view of your codebase quickly again later. The views are stores in the config file in your project. With this, the whole team is able to use the same views.

February 16th, 2026

New

After a big rewrite the dependency rule system is now back again. It' now works with the new workspace abstraction and can be used πŸŽ‰

You can define layers (which are groups of components within your codebase) and then define how they are allowed to depend on each other. With this you can enforce layered architectures, clean architecture or hexagonal architecture.

You can find more information and how-to’s here https://tangleguard.com/docs/features/governance