v0.106.0

junegunn/fzfv0.106.0Dec 23, 2024by GabiGrin

AI Summary

This release introduces significant enhancements to the node creation and macro system, including support for custom nodes, cleanup of the standard library, and improvements to the macro editor's API and SVG icon handling.

Key Highlights

  • Custom nodes creation capability
  • Cleanup of the standard library
  • Preparation for forking any node
  • Ability to switch between macros in the same namespace
  • Improved macro node API and fixes for custom SVG icon display

New Features

  • Custom nodes creation
  • Macro switching in the same namespace
  • Improved macro node API

Full Release Notes

## What's Changed
* custom nodes creation + stdlib cleanup + fork any node preps by @GabiGrin in https://github.com/flydelabs/flyde/pull/175
* allow switching between macros in the same namespace by @GabiGrin in https://github.com/flydelabs/flyde/pull/172
* fix display of custom svg icons by @GabiGrin in https://github.com/flydelabs/flyde/pull/173
* Improved macro node API by @GabiGrin in https://github.com/flydelabs/flyde/pull/174

**Full Changelog**: https://github.com/flydelabs/flyde/compare/v0.105.2...v0.106.0