Releases: esrlabs/chipmunk
3.18.1
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
3.18.0
3.18.0 (30.05.2025)
Add
- Add support of wasm plugins for custom parsers/sources
Special Note: Plugins are back
We’re proud to announce the release of version 3.18.0, with its headline feature being the return of the plugin system - now significantly improved in every aspect, from API clarity and cleanliness to performance.
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.17.2
3.17.2 (26.05.2025)
Changes
- Update inner dependencies in Cargo.lock files
3.17.1 (23.05.2025)
Fixes
- Fix for loading corrupted DLT files (statistics collecting)
- Fix for error reporting during DLT statistics collecting
Features:
- Include
chipmunk-cli
binaries in release. - Add
keepalive
option for TCP connections inchipmunk-cli
Changes
- Update documentation
- Change time units for
chipmunk-cli
arguments to seconds.
3.17.0 (12.04.2025)
Fixes
- Fix the scrollbar issue (disappeared on tab switch)
- Fix local storage (on save)
Features
- Add support of multiple themes
- Add Light Theme
3.17.1
Fix dlt statistics error (up to 3.17.1)
3.17.0
3.17.0 (12.04.2025)
Fixes
- Fix the scrollbar issue (disappeared on tab switch)
- Fix local storage (on save)
Features
- Add support of multiple themes
- Add Light Theme
3.16.6
3.16.6 (06.04.2025)
Fixes
- Fix sticky scrolling issue
Changes
- Refactoring an infrastructure of parsers
3.16.5 (28.03.2025)
Changes
- Upgrade DLT parser version
- Add TCP reconnection support
- Refactoring to fit cancel safe requirements
3.16.4 (21.03.2025)
Fixes
- Fix single bookmark issue
Changes
- Extend the context menu on a tab-title
3.16.3 (14.03.2025)
Fixes
- Fix DLT file / source reading
- Fix DLT filtering
3.16.2 (26.02.2025)
Fixes
- Change a traget platform to build linux version
3.16.1 (20.02.2025)
Fixes
- Fix handling of large incoming packets in TCP/UDP servers.
3.16.0 (05.02.2025)
Features
- Allow saving session state into a file (state includes: filters, charts, and disabled entities)
- Allow import filters, charts, and disabled entities from a file into the current session.
Fixes
- Fix drag & drop files
3.16.5
3.16.5 (28.03.2025)
Changes
- Upgrade DLT parser version
- Add TCP reconnection support
- Refactoring to fit cancel safe requirements
3.16.4 (21.03.2025)
Fixes
- Fix single bookmark issue
Changes
- Extend the context menu on a tab-title
3.16.3 (14.03.2025)
Fixes
- Fix DLT file / source reading
- Fix DLT filtering
3.16.2 (26.02.2025)
Fixes
- Change a traget platform to build linux version
3.16.1 (20.02.2025)
Fixes
- Fix handling of large incoming packets in TCP/UDP servers.
3.16.0 (05.02.2025)
Features
- Allow saving session state into a file (state includes: filters, charts, and disabled entities)
- Allow import filters, charts, and disabled entities from a file into the current session.
Fixes
- Fix drag & drop files
3.16.4
3.16.4 (21.03.2025)
Fixes
- Fix single bookmark issue
Changes
- Extend the context menu on a tab-title
3.16.3 (14.03.2025)
Fixes
- Fix DLT file / source reading
- Fix DLT filtering
3.16.2 (26.02.2025)
Fixes
- Change a traget platform to build linux version
3.16.1 (20.02.2025)
Fixes
- Fix handling of large incoming packets in TCP/UDP servers.
3.16.0 (05.02.2025)
Features
- Allow saving session state into a file (state includes: filters, charts, and disabled entities)
- Allow import filters, charts, and disabled entities from a file into the current session.
Fixes
- Fix drag & drop files
3.16.3
3.16.3 (14.03.2025)
Fixes
- Fix DLT file / source reading
- Fix DLT filtering
3.16.2 (26.02.2025)
Fixes
- Change a traget platform to build linux version
3.16.1 (20.02.2025)
Fixes
- Fix handling of large incoming packets in TCP/UDP servers.
3.16.0 (05.02.2025)
Features
- Allow saving session state into a file (state includes: filters, charts, and disabled entities)
- Allow import filters, charts, and disabled entities from a file into the current session.
Fixes
- Fix drag & drop files
3.16.2
Resolve clippy issues