Skip to content

v0.2.0

Choose a tag to compare

@anqlproject anqlproject released this 13 Aug 18:47
· 118 commits to main since this release

ANQL v0.2.0 Release Notes

We're excited to announce v0.2.0 of ANQL, with significant improvements to the math system and bug fixes!

πŸš€ What's New in v0.2.0

Enhanced Math System

  • New Math Panel - Redesigned math panel with organized categories for easier access and comprehensive math capabilities:
    • Variables - Dynamic variable management with scope support
    • Trigonometry - sin, cos, tan, and inverse functions
    • Arithmetic - Complete operations including powers, roots, and modulo
    • Logarithms - Natural log, log base 2, and log base 10
    • Constants - Ο€, e, ∞, i, phi for mathematical precision
    • Statistics - mean, median, std, variance, min, max, sum, prod
    • Algebra - derivatives, simplification, fractions, factorial
    • Matrices - determinant, inverse, transpose, dot/cross products
    • Comparisons - logical operators and comparisons
    • Random - random numbers and random selection
    • Geometry - distance and intersection calculations
  • Search Functionality - Quick search through all math functions
  • Real-time Calculations - Results update as you type

Bug Fixes

  • Node Movement Storage - Fixed issue where node movements couldn't be stored in database
  • Node Menu Disappearing - Fixed node menu disappearing unexpectedly (multiple fixes)
  • Code Node Deletion - Fixed inability to delete code nodes
  • Code Line Display - Fixed code lines not appearing in large code blocks
  • Performance - Improved performance when opening large documents

Code Improvements

  • Restructuring - Improved code organization and maintainability
  • Type Safety - Fixed TypeScript issues in MathPanel component

Thank you for trying ANQL! We appreciate your feedback and support as we continue to improve this workspace for productive work.