Version 0.1.10¶
This release introduces support for image nodes, enabling users to upload, drag & drop, and paste images directly into the application. It also adds multimodal message capabilities for vision-enabled language models, along with helpful canvas hints to guide users. Several bugs related to image node copying, note linking, and summary generation have been fixed to improve overall stability and user experience.
New Features¶
- Added IMAGE node type with upload, drag & drop, and paste support (06f8cb) (Eric Ma)
- Enabled multimodal message support for vision-capable language models (06f8cb) (Eric Ma)
- Added image extraction from node content via click tooltip (06f8cb) (Eric Ma)
- Added canvas hint notifications to guide users (06f8cb) (Eric Ma)
Bug Fixes¶
- Fixed image node copy operation which was previously a no-op due to empty content (06f8cb) (Eric Ma)
- Fixed /note command to correctly link to selected parent nodes (06f8cb) (Eric Ma)
- Fixed empty summary fallback when the language model returns blank content (06f8cb) (Eric Ma)
Deprecations¶
- None