Skip to content

v2.0.9

Compare
Choose a tag to compare
@pelikhan pelikhan released this 25 Jun 22:56
· 0 commits to main since this release

πŸš€ Enhanced Performance with Lazy Loading
Dependencies like @ast-grep/napi, @lvce-editor/ripgrep, pyodide, and z3-solver are now lazily loaded, reducing startup time and memory usage.

πŸ› οΈ Smarter Dependency Management
Moved several dependencies to optionalDependencies, optimizing installation footprint and making the build process more lightweight.

πŸ“„ PDF Rendering Improvements
Canvas initialization for PDF rendering is now dynamically imported, streamlining resource usage.

🐍 Python Runtime Updates
The Pyodide runtime setup has been refactored for on-demand loading, improving efficiency for Python-based workflows.

πŸ”§ Miscellaneous Fixes
Minor tweaks to improve maintainability and align with modern coding practices.