Plugins support
We are proud to announce that starting from version 3.18.0, plugin support has been reintroduced in an improved form: with a clean and clear API, cross-platform compatibility, and enhanced stability.
This time, we’ve taken a platform-agnostic approach by choosing WebAssembly as the foundation of our plugin architecture. This opens the door for any developer to integrate their own data source or parser into Chipmunk with minimal effort, using their language of choice - whether it’s Rust, C, or others.
As you might expect, this is an experimental feature, and we would greatly appreciate any feedback, questions, or suggestions.
You can find documentation and integration guides for developing plugins here.
3.18.1 (02.06.2025)
Fixes
- Fix application menu (for macos)
- Allow open external links in changelogs overview
- Fix listing of parsers
- Fix files filtering (on dialogs)
3.18.0 (30.05.2025)
Add
- Add support of wasm plugins for custom parsers/sources