Skip to content

Commit

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

## 9.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;
- The size of the extension has been reduced: unnecessary source files and folders have been removed from the packed extension;
- Added new event sources in the meta information editor (special thanks @paran0id_34).

## 3.19.4 (Pre-Release)

- fixed a bug when running integration tests for rules with long names (special thanks @iatrofimenko);
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 9.19.5 (Pre-Release)
- Исправлено поведение редактора дефолтных заполнения ТС: поля корректно валидируются при снятии фокуса, кнопка Update file корректно сохраняет файл;
- Исправлено сохранение схемы табличных списков, поля сортируются в нужном порядке: сначала "name", затем "type", затем остальные поля (special thanks @paran0id_34);
- Исправлено поле usecases: длинные строки переносятся, добавлена возможность переноса строки по нажатию Enter;
- Уменьшен размер расширения: из собранного расширения убраны лишние исходные файлы и папки;
- Добавлены новые источники событий в редакторе метаинформации (special thanks @paran0id_34).

## 3.19.4 (Pre-Release)

- исправлена ошибка при запуске интеграционных тестов для правил с длинными названиями (special thanks @iatrofimenko);
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.4",
"version": "3.19.5",
"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.4",
"version": "3.19.5",
"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.4",
"version": "3.19.5",
"author": "Dmitry Fedosov (@DmitryOffsec)",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit d2c6689

Please sign in to comment.