Skip to content

Commit

Permalink
обновлены версия и лог изменений
Browse files Browse the repository at this point in the history
  • Loading branch information
aw350m33d committed Nov 29, 2024
1 parent e25b223 commit c264df0
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log

## 3.19.6 (Pre-Release)

- Added snippets for enrichments and manipulation of tabular lists (special thanks @g4n8g)
- Updated template for creating correlation based on powershell events (special thanks @Bobyboba18)

## 3.19.5 (Pre-Release)

- Fixed the behavior of the default TL values editor: fields are correctly validated when the focus is removed, the Update file button saves the file correctly;
- Fixed saving the table list schema, the fields are sorted in the correct order: first "name", then "type", then the rest of the fields (special thanks @paran0id_34);
- Fixed the use cases field: added long line wrapping, the ability to insert line break by pressing Enter is added;
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log

## 3.19.6 (Pre-Release)

- Добавлены сниппеты для обогащений и работы с табличным списками (special thanks @g4n8g)
- Обновлен шаблон для создания корреляции на основе событий powershell (special thanks @Bobyboba18)

## 3.19.5 (Pre-Release)

- Исправлено поведение редактора дефолтных заполнения ТС: поля корректно валидируются при снятии фокуса, кнопка Update file корректно сохраняет файл;
- Исправлено сохранение схемы табличных списков, поля сортируются в нужном порядке: сначала "name", затем "type", затем остальные поля (special thanks @paran0id_34);
- Исправлено поле usecases: длинные строки переносятся, добавлена возможность переноса строки по нажатию Enter;
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Language client",
"author": "Dmitry Fedosov (@DmitryOffsec)",
"license": "MIT",
"version": "3.19.5",
"version": "3.19.6",
"repository": {
"type": "git",
"url": "https://github.com/Security-Experts-Community/vscode-xp"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Dmitry Fedosov (@DmitryOffsec)",
"icon": "resources/xp.png",
"license": "MIT",
"version": "3.19.5",
"version": "3.19.6",
"repository": {
"type": "git",
"url": "https://github.com/Security-Experts-Community/vscode-xp"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "server",
"description": "Language server",
"version": "3.19.5",
"version": "3.19.6",
"author": "Dmitry Fedosov (@DmitryOffsec)",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit c264df0

Please sign in to comment.