Skip to content

GALADE v1.3.0

Compare
Choose a tag to compare
@arnab-sen arnab-sen released this 08 Dec 00:22
· 354 commits to main since this release

Changelog:

  • Metadata for any instantiation or WireTo can now be added in as JSON in a comment next to its respective code line
  • Can now use "@" at the start of a variable name to denote that instance as a reference instance that is defined elsewhere in the code
  • Fixed an issue where a diagram's code would only be generated in between the first set of code generation landmarks found
  • The main window will now show the name of the currently opened diagram
  • The code generation success message will now include the name of the currently opened diagram
  • Fixed an issue where unnamed constructors could be generated after named constructors, causing compilation issues