Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Expand
titleIguana 10.1.97 - April 30, 2024

Search Enhancements:

  • Expanded search capabilities with improved stability and refinements.

  • Implemented an Iguana matching algorithm for efficient search operations.

  • Users now have the option to utilize Regular Expressions (RegEx) for more precise control over searches.

  • Introduced a testing feature for the search function in the translator module using 'test.search{…}'.

  • Enhanced search functionality is now available in the:

    • Dashboard

    • Notification and Log Purging Matching Rules

    • Notification Log Contains

    • Log Browser

Lua API Additions:

  • iguana.components() to retrieve a list of components on the instance.

  • component.tags() to fetch tags associated with the translator component.

Other Improvements:

  • Revised the naming convention for VMD segment groups to mitigate naming collisions. Now, the parent group's name is recursively appended until a unique name is generated for the segment group.

  • Refinements to the dashboard, notification rules, and log purging frontend and backend interfaces.

  • Redesigned the screens for database exporting for enhanced usability.

  • Users can now reset their SSH key path in case of incorrect configurations.

  • Optimized the Git caching mechanism to be less aggressive, improving performance.

  • Implemented a prevention mechanism to avoid SSH access checks and Git caching simultaneously, addressing system instability issues.

  • Increased the size of the file browser window for improved usability.

Bug Fixes:

  • Renaming a VMD with its matching rules window open.

  • Corrected error count incrementation when using iguana.logError in translator.

  • Standardized Git URL parsing function for set_upstream operation.

  • Matching rule conversion now appends '*' to the rule during VMD conversion.

  • Fixed components getting stuck when turned off during a dequeue operation.

...