Skip to content

Releases: terrastruct/TALA

v0.2.10

27 Dec 04:47
0347608
Compare
Choose a tag to compare

Features 🚀

Improvements 🧹

  • New algorithm for hierarchy crossing minimization

Bugfixes ⛑️

  • Fixes compatability bug with D2 v0.1.3

v0.2.9

21 Dec 11:06
4d8e7d4
Compare
Choose a tag to compare

Features 🚀

  • Loops (self edges) are now supported

Improvements 🧹

  • Node alignment are better

Bugfixes ⛑️

  • Fixes a rare panic that could happen when a near relation was defined between clustered nodes

v0.2.8

19 Dec 06:53
9514b2e
Compare
Choose a tag to compare

Features 🚀

  • keyword direction is now supported in containers to adjust layouts towards the specified direction

Improvements 🧹

  • edge routing is now up to 2x faster

v0.2.7

08 Dec 11:01
b59fb5b
Compare
Choose a tag to compare

Improvements 🧹

  • The Windows release binary is now suffixed correctly with .exe #388

v0.2.6

06 Dec 17:50
09175f6
Compare
Choose a tag to compare

Improvements 🧹

  • Route between table columns, instead of just tables, to show the exact relationship in Entity Relationship (ER) diagrams
  • Improved consistency in the automatic direction of layouts
  • make install defaults to installation to /usr/local as before but now if /usr/local is not accessible to the current user, it will use ~/.local instead of prompting for sudo. You can pass --prefix /usr/local to force installation into /usr/local with a prompt for sudo.

v0.2.5

16 Nov 10:44
1002123
Compare
Choose a tag to compare

v0.2.5 fixes a bug in the make install script to create the necessary directories under
prefix automatically instead of erroring out.

v0.2.4

15 Nov 05:52
bee79eb
Compare
Choose a tag to compare

As of v0.2.4, TALA is publicly available for download as a plugin to D2.