Skip to content

Commit 5ec9f55

Browse files
committed
Up to 3.19.2
1 parent 32bb86f commit 5ec9f55

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

application/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chipmunk",
3-
"version": "3.19.1",
3+
"version": "3.19.2",
44
"description": "Logs analyzer tool",
55
"author": "Dmitry Astafyev",
66
"scripts": {

application/holder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chipmunk",
3-
"version": "3.19.1",
3+
"version": "3.19.2",
44
"chipmunk": {
55
"versions": {}
66
},

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 3.19.2 (10.12.2025)
2+
3+
## Features
4+
- Add Templates and Example plugins development with C/C++.
5+
- Enabled support for complex shell commands, including piping and inline environment variables.
6+
7+
## Changes
8+
- Resolved Antivirus false positives by checking for well-known shells without execution, instead of executing all installed shells at startup.
9+
- Improved error reporting to display native shell errors instead of generic IO failures.
10+
- Fix used counter in filter presets view
11+
112
# 3.19.1 (13.10.2025)
213

314
## Fixes

0 commit comments

Comments
 (0)