4.2.0 (18.08.2026)
Features
- Added "Find in Search Results" to find matches within the current search results, with the shortcut
Ctrl/Cmd+Shift+F. - Added a "Jump to Log" overlay to jump directly to a log line number, with the shortcut
Ctrl/Cmd+G. - Added copying selected rows to the clipboard, via context menu or
Ctrl/Cmd+Shift+C. - Added a copy action to the log details view.
- Added copy buttons to text and image attachment previews.
- Added copy commands to session tab context menus for file path, process command, and stream address.
- Added applying sidebar filters and chart values as a temporary search by double-clicking them.
- Added support for OS "Open with" calls on Windows and Linux, and passing file paths directly to the CLI.
Changes
- Temporary search now overrides persistent filters while the search is active.
- Improved manual selection for logs in logs and search tables.
- Transient notifications are shown for actions like copying, without adding entries to the notifications history.
- Attachments are now delivered to the UI in batches, reducing update overhead.
- Changed the Edit menu to a Session menu, enabled on session tabs only.
- Removed unused session APIs, events, and dependencies left over from the previous Electron-based version.
- Command palette now hides session-only commands on non-session tabs and includes the "Find in Search Results" and "Jump to Log" commands.
- Moved the filters shortcut to
Ctrl/Cmd+Shift+S.
Fixes
- Fixed memory growth in long-running sessions caused by unused progress tracking messages piling up.
- Fixed jumping to the nearest row when search results and bookmarks are both present.
4.1.0 (14.07.2026)
Features
- Added a SOME/IP statistics view to session setup, with summaries and counts by service/method ID and message type.
- Added file sorting to multi-file session setup.
- Added drag-and-drop file reordering to multi-file session setup.
- Added drag-and-drop reordering for filters and charts, including moving items between them.
- Added context-menu actions to remove all filters or charts at once.
Changes
- Improved application logging reliability.
- Limited notification banners to four lines.
- Changed overlapping filter highlights so the last matching filter determines the color.
Fixes
- Fixed Windows installer architecture and installation path issues.
- Fixed Windows release builds showing an extra console window.
- Added the missing Chipmunk executable icon on Windows.
- Fixed release archive naming for better compatibility with archive tools.
4.0.1 (12.06.2026)
Changes:
- Improve graphics backend reliability on older devices and some Linux systems.
- Improve unsupported file detection and related notification messages.
4.0.0 (10.06.2026)
Chipmunk 4.0.0 is the first stable release of the new native version of Chipmunk.
This release replaces the previous Electron-based app with a much lighter and faster native application, reducing the runtime footprint by more than 4x.
Highlights
- Memory usage reduced from around 500 MB to less than 100 MB.
- CPU usage for the same workload reduced from around 16% to around 4%.
- Startup is now almost instant compared to about one second before.
- Chipmunk is now shipped as a single native application binary.
- No more Electron sandboxing or runtime issues.
- The app is much more responsive, with several long-standing UI issues fixed.
- Added a command palette for faster keyboard-driven workflows.
- Improved chart visuals.
- Added installers for all supported operating systems.
This rewrite also gives us a stronger base for future development, helping us deliver requested features and bug fixes faster in upcoming releases.