Skip to content

DinoIDE v1.2.0-b5

Choose a tag to compare

@BlassGO BlassGO released this 23 Apr 01:42
· 3 commits to main since this release

Latest integrated DinoCode changes:

  • Optimizations were made in the interpretation of sentences and expressions

  • Percent expressions (%Expr%) are now limited exclusively to references of Variables or simple Object Properties. Previously, an evaluation of any type of Expression was allowed, but it is unnecessary in most cases, and only produces overhead.

  • The GUI function now has a faster response when calling TAG sections

DinoIDE changes:

  • None