v1.4.1
affaan-m/ECCv1.4.1Feb 6, 2026by affaan-m
AI Summary
This release addresses a critical issue where content was being lost during the import process of Instinct files. Version 1.4.1 specifically targets the parse_instinct_file() function to ensure that content following the frontmatter is correctly preserved.
Key Highlights
- Fixes content loss during instinct file imports
- Addresses issue #161 regarding frontmatter parsing
- Modifies parse_instinct_file() to retain data
Full Release Notes
## Changes - fix: preserve content after frontmatter in parse_instinct_file() (#161)